#include <qslot.h>
Public Slots | |
void | decRec () |
void | incRec () |
void | adjustRec () |
Signals | |
void | indexChanged () |
Public Member Functions | |
indexSlider (int atNum, QString title, int maxN, QWidget *parent=0, const char *name=0) | |
~indexSlider () | |
void | setLabel (const QString &label) |
Public Attributes | |
QguWLinput * | numField |
QLabel * | echoLabel |
int | num |
int | maxNum |
indexSlider::indexSlider | ( | int | atNum, | |
QString | title, | |||
int | maxN, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
indexSlider::~indexSlider | ( | ) |
void indexSlider::adjustRec | ( | ) | [slot] |
void indexSlider::decRec | ( | ) | [slot] |
void indexSlider::incRec | ( | ) | [slot] |
void indexSlider::indexChanged | ( | ) | [signal] |
void indexSlider::setLabel | ( | const QString & | label | ) | [inline] |
QLabel* indexSlider::echoLabel |
int indexSlider::num |