All Projects → jkriege2 → JKQtExtras

jkriege2 / JKQtExtras

Licence: LGPL-2.1 license
a collection of different Qt4 & Qt5 widgets, I developed over the years

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to JKQtExtras

PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-17.65%)
Mutual labels:  qt5, qt-gui, qt5-gui
vatsinator-legacy
An open-source Vatsim monitor
Stars: ✭ 12 (-64.71%)
Mutual labels:  qt5, qt5-gui
AppImageUpdater
AppImage Updater for Humans built with QML/C++ with Qt5 ❤️.
Stars: ✭ 31 (-8.82%)
Mutual labels:  qt5, qt-gui
qt5-tutorials
graphics dojo Qt5
Stars: ✭ 29 (-14.71%)
Mutual labels:  qt5, qt-gui
QFlightinstruments
QFlightInstruments is a Qt library containing flight instruments widgets including: Airspeed Indicator, Altimeter, Vertical Speed Indicator, Turn Coordinator, Attitude Indicator, Heading Indicator, Electronic Attitude Direction Indicator (EADI) and Electronic Horizontal Situation Indicator (EHSI).
Stars: ✭ 65 (+91.18%)
Mutual labels:  qt-widgets, qt5-widgets
QTextRecognizer
A gui for tesseractOCR with some preprocessing image options (OpenCV) for improve character recognition
Stars: ✭ 27 (-20.59%)
Mutual labels:  qt5, qt5-gui
dockingpanes
A Visual Studio style docking windows library for Qt Widgets based applications
Stars: ✭ 52 (+52.94%)
Mutual labels:  qt5, qt-widgets
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (+52.94%)
Mutual labels:  qt5, qt-gui
qaccordion
An Accordion Widget for the Qt application framework
Stars: ✭ 38 (+11.76%)
Mutual labels:  qt5, qt-widgets
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (+14.71%)
Mutual labels:  qt5, qt5-gui
pardus-store
Pardus Application Store
Stars: ✭ 32 (-5.88%)
Mutual labels:  qt5, qt5-gui
QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (+347.06%)
Mutual labels:  qt5, qt-gui
gamestudio
2D game engine and editor
Stars: ✭ 207 (+508.82%)
Mutual labels:  qt5, qt5-gui
headunit-gui
GUI developement repo for my Headunit App
Stars: ✭ 17 (-50%)
Mutual labels:  qt5, qt-gui
ProductManagementTool
Advanced Product tracking automation system using Qt 5 and C++
Stars: ✭ 39 (+14.71%)
Mutual labels:  qt5, qt5-gui
Qjsonmodel
Qt Json Tree Model
Stars: ✭ 244 (+617.65%)
Mutual labels:  qt5
mbedcrypto
a portable, small, easy to use and fast c++14 library for cryptography.
Stars: ✭ 38 (+11.76%)
Mutual labels:  qt5
Iannix
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
Stars: ✭ 238 (+600%)
Mutual labels:  qt5
Stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Stars: ✭ 3,010 (+8752.94%)
Mutual labels:  qt5
qresExtract
Qt binary resource (qres) extractor
Stars: ✭ 26 (-23.53%)
Mutual labels:  qt5

JKQtExtras - A Library of Useful Qt Widgets and Tools

This software is licensed under the term of the GNU Lesser General Public License 2.1 (LGPL 2.1) or above.

License Language Qt 4&5 Documentation

CI: Windows Build CI: Documentation/Linux/MacOX Build

Commit Activity Last Commit Contributors

Open Issues Closed Issues

Open PRs Closed PRs

Code Quality Code Grade

Main Features

Documentation

A Documentation (auto-)generated with doxygen from the trunk source code can be found here: http://jkriege2.github.io/JKQtExtras/index.html

Documentation is auto-generated after pushes by Travis: Build Status

Examples

Examples and tutorials are available in the folder ./examples/.

Building

JKQtExtras contains two different build systems: A modern CMake-based build and an older (and deprecated!) QMake-based build (which works out of the box with Qt 5.x). Both systems are explained in detail in http://jkriege2.github.io/JKQtExtras/page_buildinstructions.html.

With CMake you can easily build JKQtExtras and all its examples, by calling something like:

    $ mkdir build; cd build
    $ cmake .. -G "<cmake_generator>" "-DCMAKE_PREFIX_PATH=<path_to_your_qt_sources>"
    $ cmake --build . --config "Debug"
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].