81
QtTimer
Qt Widgets
by qphoton
QtTimer is a custom widget plugin for Qt Designer. It generates time events from 1 mS to 999 S.QtTimer can be used directly from Qt Designer to provide a time scale for other widgets.QtTimr, together with QSwitch and QLed are a first prototype experiment to see if it is possible to use Qt...
2 comments
5.0

82
QSwitch
Qt Widgets
by qphoton
QSwitch is a binary switch custom widget plugin for Qt Designer 4.XMore details on www.sereno-online.com
7 comments
6.5

83
QPhoneButton
Qt Widgets
by qphoton
QPhoneButton is a pushbutton suitable for phone keypads. It allows color selection, label definition and uses color gradient to emulate a nice 3D effect.Future release will allow some drawings inside (for example to draw VCR icons).
6.1

84
QGauge
Qt Widgets
by qphoton
QGauge is a custom widget plugin able to display values (int or double) and to check the data against a threshold.This custom widget plugin is in beta version. The next version will be delivered together with other custom widget plugins (QLed, QSwitch, QMeter, QtTimer) in a specific library.The...
7 comments
5.7

85
wwWidgets
Qt Widgets
by wysota
wwWidgets is a professional set of useful widgets for Qt 4. It consists of several different widgets that are either enhanced versions of widgets bundled with Qt or completely new ones that implement functionality not available in Qt including custom multipage container widgets that can hold...
1 comment
5.0

86
InfinityEnabledSpinBox
Qt Widgets
by softnhard
DGInfSpinBox is an special QDoubleSpinBox capable of handling Infinity values. It combines QDoubleSpinBox with two check boxeswhich will be used as -Infinity and +Infinity. The widget will parse input values to choose either check one of the checkboxesor show the value in the DoubleSpinbox. Also...
5.0

87
QLedIndicator
Qt Widgets
by tnq
Simple LED indicator, very similar to KLed, but without KDE dependencies and with 2-color gradient. Widget subclasses QAbstractButton offering button functions. Included demo (screenshot) shows how to use it.Qt Designer plugin included. Color properties supported.
8 comments
5.3

88
QDisplay
Qt Widgets
by mantur
Very simple widget to display numbers in seven segment or nixie style.The created display is built with real images and not with synthetic images, in my opinion, this enhances the perception of the display itself.The display format is specified with a string like ####.## but also string like...
2 comments
5.9

89
MenuView
Qt Widgets
by upsala
A Menu-View, tested with Qt4.4 With MenuView it is possible to display a Model like QDirModel as a QMenu.The MenuView has 2 signals:void triggered(const QModelIndex &);void hovered(const QModelIndex &);which works like the same signals of QAction, but here are the QModelIndex of the...
5.7

90
WindowMenu
Qt Widgets
by upsala
A simple Window-Menu, tested with Qt4.4Features:- Shows a menu with all ToolBars.- Shows a menu with all Dock-Widgets- Lists up to 10 Sub-Windows of a QMdiArea - Shows a dialog where you can access all widgets of a QMdiArea, if there are more then 10 Sub-Windows- The user can close, rearrange...
5.0