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. Qwidget plugin
Qt 6.11 is out! See what's new in the release blog

Qwidget plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
22 Posts 4 Posters 7.6k Views 1 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.
  • H hjohn

    @jsulm Qtdesigner does not contain any .ui file.i mean it is custom implementation .am i right?

    In other plugins example the project having subproject.for ex: gui application is the parent project and plugin lib contain in sub-project.Can we use same method in this qtdesigner plugin.

    jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #21

    @hjohn I'm not sure I understand the question.
    QtDesigner is a Qt application. You can download its source code if you need it.
    The examples simply combine the main app and the plug-in in one project. In your case you can't do this as you would need to add your plug-in to QtDesigner source code. But it is not necessary, just follow the example you posted before.

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    H 1 Reply Last reply
    2
    • jsulmJ jsulm

      @hjohn I'm not sure I understand the question.
      QtDesigner is a Qt application. You can download its source code if you need it.
      The examples simply combine the main app and the plug-in in one project. In your case you can't do this as you would need to add your plug-in to QtDesigner source code. But it is not necessary, just follow the example you posted before.

      H Offline
      H Offline
      hjohn
      wrote on last edited by
      #22

      @jsulm thanks..:)

      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