8 #ifndef SCINPUTDIALOG_H
9 #define SCINPUTDIALOG_H
30 ScInputDialog( QWidget* parent = 0,
const char* name = 0,
bool modal =
false);
33 virtual void changeEvent(QEvent *e);
37 QPushButton* buttonOk;
38 QPushButton* buttonCancel;
40 static double getDouble(
const QString &caption,
const QString &label,
double num = 0,
41 double from = -2147483647,
double to = 2147483647,
42 int decimals = 1, QString suffix =
"",
bool *ok = 0,
43 QWidget *parent = 0,
const char *name = 0 );
46 QVBoxLayout* ScInputDialogLayout;
47 QHBoxLayout* labelEntryLayout;
48 QHBoxLayout* buttonLayout;
51 virtual void languageChange();
54 #endif // SCINPUTDIALOG_H
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3.
Definition: scrspinbox.h:21