wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwTextSpinBox widget provides a spin box with configurable set of texts More...
#include <QwwTextSpinBox>
This class is not part of the Qt GUI Framework Edition.
Inherits QSpinBox.
QwwTextSpinBox ( QWidget * parent = 0 ) | |
QwwTextSpinBox ( const QStringList & strings, QWidget * parent = 0 ) |
void | setStrings ( const QStringList & strings ) |
const QStringList & | strings () const |
void | stringsChanged ( const QStringList & strings ) |
The QwwTextSpinBox widget provides a spin box with configurable set of texts
This property holds this property holds a list of strings for the widget.
Access functions:
const QStringList & | strings () const |
void | setStrings ( const QStringList & strings ) |
Constrcuts a text spin box with a given parent.
Constructs a text spin box with a given parent and a list of strings as its contents
This signal is emitted when the list of strings associated with the widget changes to strings.
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |