cut  1.2.1-pre1
Files | Classes
plugin

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...
 

Detailed Description

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.

Warning
Developers should never use this classes. Instead, developers should use directly the Widgets, or use Qt Designer to include those widgets using UI files.

More information on https://doc.qt.io/qt-5/qtdesigner-customwidgetplugin-example.html