A set of custom widgets to use directly in QtDesigner.
- qt5-default
- libqt5designer5
- qttools5-dev
It's very easy, just drag & drop the widget in QtDesigner like with all others QtWidgets.
cd plugins
mkdir build
cd build
qmake ../customPlugins.pro
make
# Juste replace the last step by this line:
make sub-[YourWantedPlugin]
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
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