qtCustomPlugins
qtCustomPlugins copied to clipboard
A set of custom widgets to use directly in QtDesigner.
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Requirements
- qt5-default
- libqt5designer5
- qttools5-dev
Plugins
- CheckBoxWordWrap
- LineEditRegex
- LineEditTag
- ImageFrame
- CircularProgress
- ComboBoxCheckable
How to use
It's very easy, just drag & drop the widget in QtDesigner like with all others QtWidgets.
Compile
All plugins
cd plugins
mkdir build
cd build
qmake ../customPlugins.pro
make
Individually
# Juste replace the last step by this line:
make sub-[YourWantedPlugin]
Install
After the build step, take the .so
file and copy it into the QtCreator directory.
Ex. cp liblineeditregexplugin.so ~/Qt/Tools/QtCreator/lib/Qt/plugins/designer/
If the plugins are correctly installed, they appear in menu Tools/Form Editor/About Qt Designer plugins
Plugins icons
CheckBoxWordWrap, ImageFrame, ComboBoxCheckable and LineEditTag icon made by Freepik from Flaticon
LineEditRegex icon made by Alfredo creates from Flaticon
CircularProgress icon made by Smashicons from Flaticon