KDEUI
Go to the documentation of this file.
20 #ifndef KINPUTDIALOG_H
21 #define KINPUTDIALOG_H
23 #include <QtCore/QStringList>
39 namespace KInputDialog
119 int value=0,
int minValue=INT_MIN,
int maxValue=INT_MAX,
120 int step=1,
int base=10,
bool *
ok=0,
QWidget *parent=0 );
127 int value=0,
int minValue=INT_MIN,
int maxValue=INT_MAX,
128 int step=1,
bool *
ok=0,
QWidget *parent=0 );
153 double value=0,
double minValue=-DBL_MAX,
154 double maxValue=DBL_MAX,
double step=0.1,
int decimals=1,
162 double value=0,
double minValue=-DBL_MAX,
163 double maxValue=DBL_MAX,
int decimals=1,
bool *
ok=0,
186 const QStringList &list,
int current=0,
bool editable=
false,
214 #endif // KINPUTDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 05:10:34 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.