Home · All Classes · Modules

QInputDialog Class Reference
[QtGui module]

Inherits QDialog.

Types

Methods

Static Methods

Qt Signals


Detailed Description


Type Documentation

QInputDialog.InputDialogOption

QInputDialog.InputMode


Method Documentation

QInputDialog.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QString QInputDialog.cancelButtonText (self)

QStringList QInputDialog.comboBoxItems (self)

QInputDialog.done (self, int)

int QInputDialog.doubleDecimals (self)

float QInputDialog.doubleMaximum (self)

float QInputDialog.doubleMinimum (self)

float QInputDialog.doubleValue (self)

(float, bool ok) QInputDialog.getDouble (QWidget, QString, QString, float value = 0, float min = -2147483647, float max = 2147483647, int decimals = 1, Qt.WindowFlags flags = 0)

(int, bool ok) QInputDialog.getInt (QWidget, QString, QString, int value = 0, int min = -2147483647, int max = 2147483647, int step = 1, Qt.WindowFlags flags = 0)

(int, bool ok) QInputDialog.getInteger (QWidget, QString, QString, int value = 0, int min = -2147483647, int max = 2147483647, int step = 1, Qt.WindowFlags flags = 0)

(QString, bool ok) QInputDialog.getItem (QWidget, QString, QString, QStringList, int current = 0, bool editable = True, Qt.WindowFlags flags = 0)

(QString, bool ok) QInputDialog.getText (QWidget, QString, QString, QLineEdit.EchoMode mode = QLineEdit.Normal, QString text = QString(), Qt.WindowFlags flags = 0)

InputMode QInputDialog.inputMode (self)

int QInputDialog.intMaximum (self)

int QInputDialog.intMinimum (self)

int QInputDialog.intStep (self)

int QInputDialog.intValue (self)

bool QInputDialog.isComboBoxEditable (self)

QString QInputDialog.labelText (self)

QSize QInputDialog.minimumSizeHint (self)

QString QInputDialog.okButtonText (self)

QInputDialog.open (self)

QInputDialog.open (self, QObject, SLOT()SLOT())

QInputDialog.open (self, callable)

InputDialogOptions QInputDialog.options (self)

QInputDialog.setCancelButtonText (self, QString)

QInputDialog.setComboBoxEditable (self, bool)

QInputDialog.setComboBoxItems (self, QStringList)

QInputDialog.setDoubleDecimals (self, int)

QInputDialog.setDoubleMaximum (self, float)

QInputDialog.setDoubleMinimum (self, float)

QInputDialog.setDoubleRange (self, float, float)

QInputDialog.setDoubleValue (self, float)

QInputDialog.setInputMode (self, InputMode)

QInputDialog.setIntMaximum (self, int)

QInputDialog.setIntMinimum (self, int)

QInputDialog.setIntRange (self, int, int)

QInputDialog.setIntStep (self, int)

QInputDialog.setIntValue (self, int)

QInputDialog.setLabelText (self, QString)

QInputDialog.setOkButtonText (self, QString)

QInputDialog.setOption (self, InputDialogOption, bool on = True)

QInputDialog.setOptions (self, InputDialogOptions)

QInputDialog.setTextEchoMode (self, QLineEdit.EchoMode)

QInputDialog.setTextValue (self, QString)

QInputDialog.setVisible (self, bool)

QSize QInputDialog.sizeHint (self)

bool QInputDialog.testOption (self, InputDialogOption)

QLineEdit.EchoMode QInputDialog.textEchoMode (self)

QString QInputDialog.textValue (self)


Qt Signal Documentation

void doubleValueChanged (double)

This is the default overload of this signal.

void doubleValueSelected (double)

This is the default overload of this signal.

void intValueChanged (int)

This is the default overload of this signal.

void intValueSelected (int)

This is the default overload of this signal.

void textValueChanged (const QString&)

This is the default overload of this signal.

void textValueSelected (const QString&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0