diff options
Diffstat (limited to 'src/widgets/dialogs/qinputdialog.cpp')
| -rw-r--r-- | src/widgets/dialogs/qinputdialog.cpp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/widgets/dialogs/qinputdialog.cpp b/src/widgets/dialogs/qinputdialog.cpp index 828763541bf..a5f5d6b7b9f 100644 --- a/src/widgets/dialogs/qinputdialog.cpp +++ b/src/widgets/dialogs/qinputdialog.cpp @@ -1331,41 +1331,6 @@ QString QInputDialog::getItem(QWidget *parent, const QString &title, const QStri } /*! - \fn QString QInputDialog::getText(const QString &title, const QString &label, - QLineEdit::EchoMode echo = QLineEdit::Normal, - const QString &text = QString(), bool *ok = 0, - QWidget *parent = 0, const char *name = 0, Qt::WindowFlags flags = 0) - - Call getText(\a parent, \a title, \a label, \a echo, \a text, \a - ok, \a flags) instead. - - The \a name parameter is ignored. -*/ - -/*! - \fn double QInputDialog::getDouble(const QString &title, const QString &label, double value = 0, - double min = -2147483647, double max = 2147483647, - int decimals = 1, bool *ok = 0, - QWidget *parent = 0, const char *name = 0, Qt::WindowFlags flags = 0) - - Call getDouble(\a parent, \a title, \a label, \a value, \a - min, \a max, \a decimals, \a ok, \a flags). - - The \a name parameter is ignored. -*/ - -/*! - \fn QString QInputDialog::getItem(const QString &title, const QString &label, const QStringList &list, - int current = 0, bool editable = true, bool *ok = 0, - QWidget *parent = 0, const char *name = 0, Qt::WindowFlags flags = 0) - - Call getItem(\a parent, \a title, \a label, \a list, \a current, - \a editable, \a ok, \a flags) instead. - - The \a name parameter is ignored. -*/ - -/*! \fn void QInputDialog::doubleValueChanged(double value) This signal is emitted whenever the double value changes in the dialog. |
