Skip to content

ThiBsc/qtCustomPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

 

Packages

No packages published