91

Qt Widgets
by am75
This is my attempt to write a simple piano widget that primarily aims for functionality rather than being too stylish.The widget class is contained in one header file and the corresponding source file.If you find it usefull feel free to try it out. The class currently serves my needs, but will...
1 comment
5.7
92

Qt Widgets
by embitel
IntroductionWidget Color picker sub-classes a combo box and adds items having color icon with color code. Only last 20(user defined) selected color items are maintained in the list and 21st item is “Choose color…” which opens up QColorDialog to choose a color from.Usabilitya. Elegant solution to ...
4.7
93

Qt Widgets
by embitel
Marquee label is a Lable widget to display text marquee similary as in HTML.UsabilityMarquee is very useful in following, but not limited to, scenarios:a. Important text displayb. Decorative displayFeaturesFollowing is a list of most important features for Marquee Label widget:a. Adjustable...
3 comments
6.1
94

Qt Widgets
by embitel
IntroductionVirtual keyboard is a widget behaving exactly as a keyboard for any input using mouse clicks. It is a QWERTY keyboard. It can be used as a separate widget within any Qt application. Its transparency can be adjusted to set input widget’s visibility.UsabilityVirtual keyboard is very u...
12 comments
5.3
95

Qt Widgets
by roweigert
A widget for playlists.It sorts all tracks into albums, and automaticly drops deleted files. It also changes all shown tags if they got edited through another program. It depends on Qt4 and taglib.It is a part of my program k-yamo, and I decided to give it away, so other projects can use it...
8 comments
5.7
96

Qt Widgets
by dzimiwine
QIrDock is a cool QGraphicsView-based fisheye menu (dock) for Qt applications, whose style and icon effects are fully customizable. This widget is part of QIron toolkit which depends on Qt 4.6 and upper.A typical use of QIrDock is:....MainWindow main;QIrDock * dock = new...
38 comments
5.0
97

Qt Widgets
by dzimiwine
QIrExpander is an expander for Qt applications, whose style is fully customizable. An expander is a widget or (control for .Net Developers) displaying a header that has a collapsible panel that displays content. This widget is part of QIron toolkit which depends on Qt 4.6 and upper. Like for...
6 comments
5.0
98

Qt Widgets
by dzimiwine
QIrBreadCrumbBar is a QComboBox-based navigation aid to browse path through item data model similar to filesystem. As the screenshot shows, QIrBreadCrumBar works just fine with QDirModel. QIrBreadCrumbBar is part of QIron toolkit which depends on Qt 4.6 and upper. Like for most of QIron widgets,...
5 comments
5.0
99

Qt Widgets
by dzimiwine
QIrExpanderBox is a QSplitter-based container for Qt applications that contains only QIrExpander widgets. This widget is part of QIron toolkit which depends on Qt 4.6 and upper. Like for most of QIron widgets, a plugin is provided to be used in Qt Designer.A typical use of QIrExpanderBox...
5.0
100

Qt Widgets
by dzimiwine
QIrQuadSplitter is a splitter for Qt applications that lays out at most four widgets in a grid. Its content can be resized horizontally, vertically or diagonally. This widget is part of QIron toolkit which depends on Qt 4.6 and upper. Like for most of QIron widgets, a plugin is provided to be...
5.0
QEditableListView
Qt Widgets
111
luzg