All Projects → ThiBsc → qtCustomPlugins

ThiBsc / qtCustomPlugins

Licence: MIT License
A set of custom widgets to use directly in QtDesigner.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to qtCustomPlugins

Qpmx
A frontend for qpm, to provide source and build caching
Stars: ✭ 13 (-72.92%)
Mutual labels:  qt, plugins
Hmifuncdesigner
HmiFuncDesigner是一款集HMI,数据采集于一体的软件。目前支持Modbus协议,JavaScript解析,画面功能编辑等。HmiFuncDesigner is a software integrating HMI and data collection.Now it supports Modbus protocol, JavaScript explain, graphic control edit etc.
Stars: ✭ 364 (+658.33%)
Mutual labels:  qt, designer
PYQT StyleDesigner
PYQT Stylesheet designer tool for Stylesheet creation
Stars: ✭ 30 (-37.5%)
Mutual labels:  qt, designer
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (+85.42%)
Mutual labels:  qt, plugins
maxLibQt
A collection of C++ classes and QtQuick QML components for use with the Qt framework.
Stars: ✭ 18 (-62.5%)
Mutual labels:  ui-components
react-simple-infinite-loading
A list that infinitely loads content as user scrolls down in React
Stars: ✭ 56 (+16.67%)
Mutual labels:  ui-components
react-awesome-notifications
A beautiful fully customizable React + Redux notification system built with styled-components
Stars: ✭ 29 (-39.58%)
Mutual labels:  ui-components
evolution-ui
Cutting Edge UI Components for Modern Developers
Stars: ✭ 30 (-37.5%)
Mutual labels:  ui-components
react-native-card-media
Card Media component for React Native
Stars: ✭ 68 (+41.67%)
Mutual labels:  ui-components
merakiui
Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🚀 ☄️.
Stars: ✭ 1,185 (+2368.75%)
Mutual labels:  ui-components
FDTextFieldTableViewCell
A UITableViewCell with an editable text field
Stars: ✭ 24 (-50%)
Mutual labels:  ui-components
goqtuic
A go lang uic for therecipe qt binding.
Stars: ✭ 42 (-12.5%)
Mutual labels:  designer
ShieldAuto
🛡️ ShieldAuto is a Java based Gradle plugin to manage proguard config for release builds
Stars: ✭ 31 (-35.42%)
Mutual labels:  plugins
SwimplyPlayIndicator
Animated PlayIndicator written in SwiftUI. Inspired by Apple's Music Player.
Stars: ✭ 52 (+8.33%)
Mutual labels:  ui-components
PuiSegmentedControl
PuiSegmentedControl is a customizable for segmented control.
Stars: ✭ 19 (-60.42%)
Mutual labels:  ui-components
HootHoot
Justice 2.0, a moderation bot for the repl.it discord
Stars: ✭ 13 (-72.92%)
Mutual labels:  plugins
use
Easily add plugin support to your node.js application.
Stars: ✭ 25 (-47.92%)
Mutual labels:  plugins
pearl-ui
Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box ⚡️
Stars: ✭ 19 (-60.42%)
Mutual labels:  ui-components
MyScriptics
This is collection useful script and plugins.
Stars: ✭ 40 (-16.67%)
Mutual labels:  plugins
awesome-cocoa
A curated list of awesome Cocoa controls for iOS, watchOS and macOS
Stars: ✭ 56 (+16.67%)
Mutual labels:  ui-components

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].