Qwidget plugin
-
@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.
@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. -
@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.