#include <qinputdialogproto.h>
◆ QInputDialogProto()
QInputDialogProto::QInputDialogProto |
( |
QObject * |
parent | ) |
|
◆ cancelButtonText()
QString QInputDialogProto::cancelButtonText |
( |
| ) |
const |
◆ comboBoxItems()
QStringList QInputDialogProto::comboBoxItems |
( |
| ) |
const |
◆ done()
void QInputDialogProto::done |
( |
int |
result | ) |
|
|
virtual |
◆ doubleDecimals()
int QInputDialogProto::doubleDecimals |
( |
| ) |
const |
◆ doubleMaximum()
double QInputDialogProto::doubleMaximum |
( |
| ) |
const |
◆ doubleMinimum()
double QInputDialogProto::doubleMinimum |
( |
| ) |
const |
◆ doubleStep()
double QInputDialogProto::doubleStep |
( |
| ) |
const |
◆ doubleValue()
double QInputDialogProto::doubleValue |
( |
| ) |
const |
◆ doubleValueChanged
void QInputDialogProto::doubleValueChanged |
( |
double |
value | ) |
|
|
signal |
◆ doubleValueSelected
void QInputDialogProto::doubleValueSelected |
( |
double |
value | ) |
|
|
signal |
◆ inputMode()
int QInputDialogProto::inputMode |
( |
| ) |
const |
◆ intMaximum()
int QInputDialogProto::intMaximum |
( |
| ) |
const |
◆ intMinimum()
int QInputDialogProto::intMinimum |
( |
| ) |
const |
◆ intStep()
int QInputDialogProto::intStep |
( |
| ) |
const |
◆ intValue()
int QInputDialogProto::intValue |
( |
| ) |
const |
◆ intValueChanged
void QInputDialogProto::intValueChanged |
( |
int |
value | ) |
|
|
signal |
◆ intValueSelected
void QInputDialogProto::intValueSelected |
( |
int |
value | ) |
|
|
signal |
◆ isComboBoxEditable()
bool QInputDialogProto::isComboBoxEditable |
( |
| ) |
const |
◆ labelText()
QString QInputDialogProto::labelText |
( |
| ) |
const |
◆ minimumSizeHint()
QSize QInputDialogProto::minimumSizeHint |
( |
| ) |
const |
|
virtual |
◆ okButtonText()
QString QInputDialogProto::okButtonText |
( |
| ) |
const |
◆ open()
void QInputDialogProto::open |
( |
QObject * |
receiver, |
|
|
const char * |
member |
|
) |
| |
◆ options()
int QInputDialogProto::options |
( |
| ) |
const |
◆ setCancelButtonText()
void QInputDialogProto::setCancelButtonText |
( |
const QString & |
text | ) |
|
◆ setComboBoxEditable()
void QInputDialogProto::setComboBoxEditable |
( |
bool |
editable | ) |
|
◆ setComboBoxItems()
void QInputDialogProto::setComboBoxItems |
( |
const QStringList & |
items | ) |
|
◆ setDoubleDecimals()
void QInputDialogProto::setDoubleDecimals |
( |
int |
decimals | ) |
|
◆ setDoubleMaximum()
void QInputDialogProto::setDoubleMaximum |
( |
double |
max | ) |
|
◆ setDoubleMinimum()
void QInputDialogProto::setDoubleMinimum |
( |
double |
min | ) |
|
◆ setDoubleRange()
void QInputDialogProto::setDoubleRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setDoubleStep()
void QInputDialogProto::setDoubleStep |
( |
double |
step | ) |
|
◆ setDoubleValue()
void QInputDialogProto::setDoubleValue |
( |
double |
value | ) |
|
◆ setInputMode()
void QInputDialogProto::setInputMode |
( |
int |
mode | ) |
|
◆ setIntMaximum()
void QInputDialogProto::setIntMaximum |
( |
int |
max | ) |
|
◆ setIntMinimum()
void QInputDialogProto::setIntMinimum |
( |
int |
min | ) |
|
◆ setIntRange()
void QInputDialogProto::setIntRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
◆ setIntStep()
void QInputDialogProto::setIntStep |
( |
int |
step | ) |
|
◆ setIntValue()
void QInputDialogProto::setIntValue |
( |
int |
value | ) |
|
◆ setLabelText()
void QInputDialogProto::setLabelText |
( |
const QString & |
text | ) |
|
◆ setOkButtonText()
void QInputDialogProto::setOkButtonText |
( |
const QString & |
text | ) |
|
◆ setOption()
void QInputDialogProto::setOption |
( |
int |
option, |
|
|
bool |
on = true |
|
) |
| |
◆ setOptions()
void QInputDialogProto::setOptions |
( |
int |
options | ) |
|
◆ setTextEchoMode()
void QInputDialogProto::setTextEchoMode |
( |
int |
mode | ) |
|
◆ setTextValue()
void QInputDialogProto::setTextValue |
( |
const QString & |
text | ) |
|
◆ setVisible()
void QInputDialogProto::setVisible |
( |
bool |
visible | ) |
|
|
virtual |
◆ sizeHint()
QSize QInputDialogProto::sizeHint |
( |
| ) |
const |
|
virtual |
◆ testOption()
bool QInputDialogProto::testOption |
( |
int |
option | ) |
const |
◆ textEchoMode()
int QInputDialogProto::textEchoMode |
( |
| ) |
const |
◆ textValue()
QString QInputDialogProto::textValue |
( |
| ) |
const |
◆ textValueChanged
void QInputDialogProto::textValueChanged |
( |
const QString & |
text | ) |
|
|
signal |
◆ textValueSelected
void QInputDialogProto::textValueSelected |
( |
const QString & |
text | ) |
|
|
signal |
The documentation for this class was generated from the following files:
- qinputdialogproto.h
- qinputdialogproto.cpp