wwWidgets Manual

Overview

wwWidgets is a professional set of useful widgets for Qt 4 and Qt 5. 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 other widgets.

The classes follow all guidelines for building new widgets. Thanks to that they can be used with different widget styles (like Plastique or WindowsXP) and they are easily stylable using Qt style sheets allowing a perfect blend with the rest of your application.

To see wwWidgets at work take a look at available examples.

Class list

QwwButtonLineEdit

A QLineEdit with an integrated customizable button

QwwClearLineEdit

A line edit widget that has an embedded button for clearing its contents

QwwColorButton

Color chooser in form of a button with a popup list

QwwColorComboBox

Combobox that allows to pick colors

QwwConfigWidget

A multipage container widget organizing configuration pages

QwwFileChooser

A widget for choosing a file or directory from the file system

QwwHueSatPicker

Widget allowing color picking in a form of a hue-saturation rectangle

QwwHueSatRadialPicker

Widget allowing color picking in a form of hue-saturation circle

QwwLed

Widget that displays a LED

QwwListNavigator

Widget letting the user navigate through items in a list

QwwListWidget

Enhanced QListWidget

QwwLoginBox

Login form with configurable set of fields for logging into different types of services

QwwLongSpinBox

Spinbox taking long long values

QwwNavigationBar

Widget similar to MS Outlook navigation bar

QwwNumPad

Numeric keypad widget

QwwResetLineEdit

Line edit that has an embedded button for resetting the contents of the widget to its initial state

QwwRichTextButton

Button that can display rich text content

QwwRichTextEdit

Drop-in replacement for QTextEdit that contains a toolbar for editing rich text data

QwwTaskPanel

Task panel similar to the one from WindowsXP.(unstable)

QwwTextSpinBox

Spin box with configurable set of texts

QwwTipWidget

Widget that displays application tips

QwwTwoColorIndicator

Widget allowing to choose a foreground and background colour

Overviews

Colour manipulation classes

Frameworks and Technologies

Groups