31
QHexEdit
Qt Widgets
by Winni7fingic
QHexEdit is a hex editor widget written in C++ for the Qt (Qt4, Qt5) framework. It is a simple editor for binary data, just like QPlainTextEdit is for text data. There are sip configuration files included, so it is easy to create bindings for PyQt and you can use this widget also in python 2 and...
3 comments
6.8

32
NightCharts(Draw Charts)
Qt Widgets
by Nightmaster
Introducing the class for drawing charts.This class includes a drawing histogram, pies and pseudo 3D pies.It has very simple API and high level usability.Licensed under LGPL 2.1 Example :void MainWindow:aintEvent(QPaintEvent e*){ QWidget:aintEvent(e); QPainter painter; QFont font; ...
8 comments
6.4

33
QCircularBar
Qt Widgets
by qphoton
Qt Custom Widget Plugin like QMeter. It uses a progress bar to show the input value.This widget is in development state and it's not stable.Video demo at:https://www.youtube.com/watch?v=mImU99rfCBI
5.0

34
hello
Qt Widgets
by Nitinkumar
4.7

35
QtnProperty
Qt Widgets
by lexxmark
More useful properties for Qt applications. See https://github.com/lexxmark/QtnProperty
5.0

36
Currency
Qt Widgets
by Kvita
Currency project is a class library that implements functions for working with currencies. The library comprises the following classes: Currency, CurrencyInfo, CurrencyInfoDir, CurrencyLabel, CurrencyLineEditCurrency class is responsible for arithmetic functions and storage. It implements the...
5.0

37
Cumulus
Qt Widgets
by flieger-axel
Cumulus is a well established Open Source flight navigation software written for glider pilots and other flight enthusiasts. It uses the Qt 4.x framework. Packages are provided for:Linux desktop running UbuntuNokia Internet Tablets N8x0 and N900Android devices running release FroYo and higher at...
2 comments
5.2

38
Color widgets
Qt Widgets
by mbasaglia
Various Qt widgets to work with colors and a dialog that uses them.Can be installed as a Designer and Creator plugin
6.5

39
EnumComboBox
Qt Widgets
by melongex
Overview:Let's say you have an enumeration like thisclass ExampleClass : public QObject{ Q_OBJECTpublic: enum Type { Apple, Pear, Banana, Pineapple }}The following source code will generated a combobox with items, {"Apple", "Pear", "Banana", Pineapple"}QComboBox *c =...
5.0

40
NavBar
Qt Widgets
by mtrch
Simple MS Outlook-like navigation bar (multi-page container widget). Can be styled with QSS. Supports Qt 4 and 5.
5.7