Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Compiling Design time widgets (windows)

[SOLVED] Compiling Design time widgets (windows)

Scheduled Pinned Locked Moved General and Desktop
plugins
4 Posts 2 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mrjjM Offline
    mrjjM Offline
    mrjj
    Lifetime Qt Champion
    wrote on last edited by mrjj
    #1

    Hi
    Do I read the docs correctly:
    In order to have a my widget work in Qt Designer,
    I must compile it with visual studio as the
    Qt Designer i am using on windows, is compiled with that ?!

    If I switch to the linux version, will the plugin work with the QT Designer pr default or is it also compiled with something else ?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The rule is: compile it with the same compiler and Qt version used for Qt Creator. The only really problematic platform is Windows since none of the different version of Visual Studio is compatible with another and you can also use MinGW. So it should be less of a trouble on OS X/Linux

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by mrjj
        #3

        So on top of having to use another compiler
        it would also have to be the exact same version and SP.
        Sounds likes too much hassle to be productive.

        So to get visual design with my own widgets, i must ditch windows. :)
        I just escaped my virtual linux and felt free again with 3 screens, but I guess im back in the box.
        The promote feature goes a long way but the actual widget would be nicer.

        Thank you samuel, you saved my much grief down the line.

        ps. its unclear to me how to edit the caption to append SOLVED.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Yes, same SP also, that's a Microsoft thing, nothing Qt specific.

          Currently, you have to edit the title prepending [solved].

          Don't forget to also vote the answer(s) in a topic that you find interesting, useful that will help other users find the most appropriate answer to a question

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved