Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.76 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.76 KB

qtCustomPlugins

Build Status License: MIT

A set of custom widgets to use directly in QtDesigner.

Requirements

  • qt5-default
  • libqt5designer5
  • qttools5-dev

Plugins

plugins render

How to use

It's very easy, just drag & drop the widget in QtDesigner like with all others QtWidgets.

plugins designer

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

active designer

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