#include <MainWindow.h>
Public Member Functions | |
NewNamedValueDialog (QString *name, int *value, int min, int max) | |
Static Public Member Functions | |
static bool | getNamedValue (QString *name, int *value, int min, int max, QString title, QString valueName, QString valueDescription) |
Protected Slots | |
void | cancelSlot () |
void | okSlot () |
Protected Attributes | |
QLabel * | label1 |
QLabel * | label2 |
QLineEdit * | line1 |
QSpinBox * | line2 |
QString * | name |
int * | value |
Definition at line 350 of file MainWindow.h.
QLabel* Aseba::NewNamedValueDialog::label1 [protected] |
Definition at line 363 of file MainWindow.h.
QLabel* Aseba::NewNamedValueDialog::label2 [protected] |
Definition at line 365 of file MainWindow.h.
QLineEdit* Aseba::NewNamedValueDialog::line1 [protected] |
Definition at line 364 of file MainWindow.h.
QSpinBox* Aseba::NewNamedValueDialog::line2 [protected] |
Definition at line 366 of file MainWindow.h.
QString* Aseba::NewNamedValueDialog::name [protected] |
Definition at line 368 of file MainWindow.h.
int* Aseba::NewNamedValueDialog::value [protected] |
Definition at line 369 of file MainWindow.h.