![]() |
Qt 6.x
The Qt SDK
|
#include "qinputdialog.h"#include "qapplication.h"#include "qcombobox.h"#include "qdialogbuttonbox.h"#include "qlabel.h"#include "qlayout.h"#include "qlineedit.h"#include "qplaintextedit.h"#include "qlistview.h"#include "qpushbutton.h"#include "qspinbox.h"#include "qstackedlayout.h"#include "qvalidator.h"#include "qevent.h"#include "qdialog_p.h"#include "qinputdialog.moc"#include "moc_qinputdialog.cpp"
Include dependency graph for qinputdialog.cpp:Go to the source code of this file.
Classes | |
| class | QInputDialogSpinBox |
| class | QInputDialogDoubleSpinBox |
| class | QInputDialogListView |
| class | QInputDialogPrivate |
Enumerations | |
| enum | CandidateSignal { TextValueSelectedSignal , IntValueSelectedSignal , DoubleValueSelectedSignal , NumCandidateSignals } |
Functions | |
| static const char * | candidateSignal (int which) |
| static const char * | signalForMember (const char *member) |
| enum CandidateSignal |
| Enumerator | |
|---|---|
| TextValueSelectedSignal | |
| IntValueSelectedSignal | |
| DoubleValueSelectedSignal | |
| NumCandidateSignals | |
Definition at line 23 of file qinputdialog.cpp.
|
static |
Definition at line 31 of file qinputdialog.cpp.
References DoubleValueSelectedSignal, IntValueSelectedSignal, NumCandidateSignals, SIGNAL, and TextValueSelectedSignal.
Referenced by signalForMember().
Here is the caller graph for this function:
|
static |
Definition at line 44 of file qinputdialog.cpp.
References candidateSignal(), QMetaObject::checkConnectArgs(), i, QMetaObject::normalizedSignature(), NumCandidateSignals, and SIGNAL.
Referenced by QInputDialog::done(), and QInputDialog::open().
Here is the call graph for this function:
Here is the caller graph for this function: