|
cut
1.2.2-pre1
|
Shared library that implements a plugin for Qt Designer. More...
Files | |
| file | CutWidgetsCollection.hpp |
| Collection of Widget Plugins. | |
| file | QeDartBoardPlugin.hpp |
| QeDartBoard plugin for Qt Designer. | |
| file | QeDmsLabelPlugin.hpp |
| QeDmsLabel plugin for Qt Designer. | |
| file | QeHmsLabelPlugin.hpp |
| QeHmsLabel plugin for Qt Designer. | |
| file | QeLedPlugin.hpp |
| QeLed plugin for Qt Designer. | |
| file | QeRaDecPlugin.hpp |
| QeRaDec plugin for Qt Designer. | |
| file | wscript |
Classes | |
| class | CutWidgetsCollection |
| Collection of widget plugins. More... | |
| class | QeDartBoardPlugin |
| QeDartBoard Plugin for Qt Designer. More... | |
| class | QeDmsLabelPlugin |
| QeDmsLabel Plugin for Qt Designer. More... | |
| class | QeHmsLabelPlugin |
| QeHmsLabel Plugin for Qt Designer. More... | |
| class | QeLedPlugin |
| QeLedP Plugin for Qt Designer. More... | |
| class | QeRaDecPlugin |
| QeRaDec Plugin for Qt Designer. More... | |
Shared library that implements a plugin for Qt Designer.
Provides plugins compatible with the designer, that allows to create UI in a WYSIWYG manner.
This module produces a shared library that can be dynamically loaded by Qt Designer. Each of the widgets needs to implement a wrapper-like Plugin class, which provides information to the Qt Designer about the widget it is offering, and when requested, creating a new instance of the widget so that Qt Designer can present it.
More information on https://doc.qt.io/qt-5/qtdesigner-customwidgetplugin-example.html