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. QDesignerCustomWidgetInterface deadlock possible ?
Forum Updated to NodeBB v4.3 + New Features

QDesignerCustomWidgetInterface deadlock possible ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 406 Views 2 Watching
  • 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote on last edited by Andy314
    #1

    I am not sure how I shall organize my WigetPlugins.

    Asumption:
    I will integrate all my CustomWidgets in one plugin.
    I create a Widget A.
    Then I create a Wiget B in the same Plugin based on a QFrame and put Widget A in it.
    For creating Widget B with the DialogDesigner I must have a working Plugin.

    What happens if I must compile it for a new Qt-Version for that I have no working plugin.
    Clear is that I cannot design/correct Widget B in the Designer, but get I problems with compiling ?

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

      hi
      if you use your own plugins and need to use a new Qt version, you might
      need to recompile the plugins but the binary compatibility is pretty good
      so should not happen often.

      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