LibEngsas
|
Provides a QtDesigner plugin, which contains all GUI-Elements of LibEngsas. More...
#include <designerwidgetcollection.h>
Public Member Functions | |
DesignerWidgetCollection (QObject *parent=0) | |
QList < QDesignerCustomWidgetInterface * > | customWidgets () const |
Private Attributes | |
QList < QDesignerCustomWidgetInterface * > | widgets |
Provides a QtDesigner plugin, which contains all GUI-Elements of LibEngsas.
Make sure, that also LibEngsas is in your Path or in your Qt binary directory. Otherwise QtDesigner cannot load this plugin. To install it properly, you can use the install_designer_plugin target on Windows, e. g.:
Also an corresponding uninstall target (uninstall_designer_plugin) is provided.
DesignerWidgetCollection::DesignerWidgetCollection | ( | QObject * | parent = 0 | ) |
QList< QDesignerCustomWidgetInterface * > DesignerWidgetCollection::customWidgets | ( | ) | const |
|
private |