API reference - Class QInputDialog

Notation used in Ruby API documentation

Module: QtWidgets

Description: Binding of QInputDialog

Class hierarchy: QInputDialog » QDialog » QWidget » QObject

Sub-classes: InputDialogOption, QFlags_InputDialogOption, InputMode, QFlags_InputMode

Public constructors

new QInputDialognew(QWidget ptr parent = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags())
Constructor QInputDialog::QInputDialog(QWidget *parent, QFlags<Qt::WindowType> flags)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
voidacceptVirtual method void QInputDialog::accept()
[signal]voidacceptedSignal declaration for QInputDialog::accepted()
[const]stringcancelButtonTextMethod QString QInputDialog::cancelButtonText()
voidcancelButtonText=(string text)Method void QInputDialog::setCancelButtonText(const QString &text)
[const]boolcomboBoxEditableMethod bool QInputDialog::isComboBoxEditable()
voidcomboBoxEditable=(bool editable)Method void QInputDialog::setComboBoxEditable(bool editable)
[const]string[]comboBoxItemsMethod QStringList QInputDialog::comboBoxItems()
voidcomboBoxItems=(string[] items)Method void QInputDialog::setComboBoxItems(const QStringList &items)
[signal]voidcustomContextMenuRequested(const QPoint pos)Signal declaration for QInputDialog::customContextMenuRequested(const QPoint &pos)
[signal]voiddestroyed(QObject ptr arg1)Signal declaration for QInputDialog::destroyed(QObject *)
voiddone(int result)Virtual method void QInputDialog::done(int result)
[const]intdoubleDecimalsMethod int QInputDialog::doubleDecimals()
voiddoubleDecimals=(int decimals)Method void QInputDialog::setDoubleDecimals(int decimals)
[const]doubledoubleMaximumMethod double QInputDialog::doubleMaximum()
voiddoubleMaximum=(double max)Method void QInputDialog::setDoubleMaximum(double max)
[const]doubledoubleMinimumMethod double QInputDialog::doubleMinimum()
voiddoubleMinimum=(double min)Method void QInputDialog::setDoubleMinimum(double min)
[const]doubledoubleStepMethod double QInputDialog::doubleStep()
voiddoubleStep=(double step)Method void QInputDialog::setDoubleStep(double step)
[const]doubledoubleValueMethod double QInputDialog::doubleValue()
voiddoubleValue=(double value)Method void QInputDialog::setDoubleValue(double value)
[signal]voiddoubleValueChanged(double value)Signal declaration for QInputDialog::doubleValueChanged(double value)
[signal]voiddoubleValueSelected(double value)Signal declaration for QInputDialog::doubleValueSelected(double value)
voidemit_acceptedEmitter for signal void QInputDialog::accepted()
voidemit_customContextMenuRequested(const QPoint pos)Emitter for signal void QInputDialog::customContextMenuRequested(const QPoint &pos)
voidemit_destroyed(QObject ptr arg1 = nullptr)Emitter for signal void QInputDialog::destroyed(QObject *)
voidemit_doubleValueChanged(double value)Emitter for signal void QInputDialog::doubleValueChanged(double value)
voidemit_doubleValueSelected(double value)Emitter for signal void QInputDialog::doubleValueSelected(double value)
voidemit_finished(int result)Emitter for signal void QInputDialog::finished(int result)
voidemit_intValueChanged(int value)Emitter for signal void QInputDialog::intValueChanged(int value)
voidemit_intValueSelected(int value)Emitter for signal void QInputDialog::intValueSelected(int value)
voidemit_objectNameChanged(string objectName)Emitter for signal void QInputDialog::objectNameChanged(const QString &objectName)
voidemit_rejectedEmitter for signal void QInputDialog::rejected()
voidemit_textValueChanged(string text)Emitter for signal void QInputDialog::textValueChanged(const QString &text)
voidemit_textValueSelected(string text)Emitter for signal void QInputDialog::textValueSelected(const QString &text)
voidemit_windowIconChanged(const QIcon icon)Emitter for signal void QInputDialog::windowIconChanged(const QIcon &icon)
voidemit_windowIconTextChanged(string iconText)Emitter for signal void QInputDialog::windowIconTextChanged(const QString &iconText)
voidemit_windowTitleChanged(string title)Emitter for signal void QInputDialog::windowTitleChanged(const QString &title)
intexecVirtual method int QInputDialog::exec()
[signal]voidfinished(int result)Signal declaration for QInputDialog::finished(int result)
[const]boolhasHeightForWidthVirtual method bool QInputDialog::hasHeightForWidth()
[const]intheightForWidth(int arg1)Virtual method int QInputDialog::heightForWidth(int)
[const]variantinputMethodQuery(const Qt_InputMethodQuery arg1)Virtual method QVariant QInputDialog::inputMethodQuery(Qt::InputMethodQuery)
[const]QInputDialog_InputModeinputModeMethod QInputDialog::InputMode QInputDialog::inputMode()
voidinputMode=(const QInputDialog_InputMode mode)Method void QInputDialog::setInputMode(QInputDialog::InputMode mode)
[const]intintMaximumMethod int QInputDialog::intMaximum()
voidintMaximum=(int max)Method void QInputDialog::setIntMaximum(int max)
[const]intintMinimumMethod int QInputDialog::intMinimum()
voidintMinimum=(int min)Method void QInputDialog::setIntMinimum(int min)
[const]intintStepMethod int QInputDialog::intStep()
voidintStep=(int step)Method void QInputDialog::setIntStep(int step)
[const]intintValueMethod int QInputDialog::intValue()
voidintValue=(int value)Method void QInputDialog::setIntValue(int value)
[signal]voidintValueChanged(int value)Signal declaration for QInputDialog::intValueChanged(int value)
[signal]voidintValueSelected(int value)Signal declaration for QInputDialog::intValueSelected(int value)
[const]boolisComboBoxEditable?Method bool QInputDialog::isComboBoxEditable()
[const]stringlabelTextMethod QString QInputDialog::labelText()
voidlabelText=(string text)Method void QInputDialog::setLabelText(const QString &text)
[const]QSizeminimumSizeHintVirtual method QSize QInputDialog::minimumSizeHint()
[signal]voidobjectNameChanged(string objectName)Signal declaration for QInputDialog::objectNameChanged(const QString &objectName)
[const]stringokButtonTextMethod QString QInputDialog::okButtonText()
voidokButtonText=(string text)Method void QInputDialog::setOkButtonText(const QString &text)
voidopenVirtual method void QInputDialog::open()
[const]QInputDialog_QFlags_InputDialogOptionoptionsMethod QFlags<QInputDialog::InputDialogOption> QInputDialog::options()
voidoptions=(QInputDialog_QFlags_InputDialogOption options)Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options)
[const]QPaintEngine ptrpaintEngineVirtual method QPaintEngine *QInputDialog::paintEngine()
voidrejectVirtual method void QInputDialog::reject()
[signal]voidrejectedSignal declaration for QInputDialog::rejected()
voidsetCancelButtonText(string text)Method void QInputDialog::setCancelButtonText(const QString &text)
voidsetComboBoxEditable(bool editable)Method void QInputDialog::setComboBoxEditable(bool editable)
voidsetComboBoxItems(string[] items)Method void QInputDialog::setComboBoxItems(const QStringList &items)
voidsetDoubleDecimals(int decimals)Method void QInputDialog::setDoubleDecimals(int decimals)
voidsetDoubleMaximum(double max)Method void QInputDialog::setDoubleMaximum(double max)
voidsetDoubleMinimum(double min)Method void QInputDialog::setDoubleMinimum(double min)
voidsetDoubleRange(double min,
double max)
Method void QInputDialog::setDoubleRange(double min, double max)
voidsetDoubleStep(double step)Method void QInputDialog::setDoubleStep(double step)
voidsetDoubleValue(double value)Method void QInputDialog::setDoubleValue(double value)
voidsetInputMode(const QInputDialog_InputMode mode)Method void QInputDialog::setInputMode(QInputDialog::InputMode mode)
voidsetIntMaximum(int max)Method void QInputDialog::setIntMaximum(int max)
voidsetIntMinimum(int min)Method void QInputDialog::setIntMinimum(int min)
voidsetIntRange(int min,
int max)
Method void QInputDialog::setIntRange(int min, int max)
voidsetIntStep(int step)Method void QInputDialog::setIntStep(int step)
voidsetIntValue(int value)Method void QInputDialog::setIntValue(int value)
voidsetLabelText(string text)Method void QInputDialog::setLabelText(const QString &text)
voidsetOkButtonText(string text)Method void QInputDialog::setOkButtonText(const QString &text)
voidsetOption(const QInputDialog_InputDialogOption option,
bool on = true)
Method void QInputDialog::setOption(QInputDialog::InputDialogOption option, bool on)
voidsetOptions(QInputDialog_QFlags_InputDialogOption options)Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options)
voidsetTextEchoMode(const QLineEdit_EchoMode mode)Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode)
voidsetTextValue(string text)Method void QInputDialog::setTextValue(const QString &text)
voidsetVisible(bool visible)Virtual method void QInputDialog::setVisible(bool visible)
[const]QSizesizeHintVirtual method QSize QInputDialog::sizeHint()
[const]booltestOption(const QInputDialog_InputDialogOption option)Method bool QInputDialog::testOption(QInputDialog::InputDialogOption option)
[const]QLineEdit_EchoModetextEchoModeMethod QLineEdit::EchoMode QInputDialog::textEchoMode()
voidtextEchoMode=(const QLineEdit_EchoMode mode)Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode)
[const]stringtextValueMethod QString QInputDialog::textValue()
voidtextValue=(string text)Method void QInputDialog::setTextValue(const QString &text)
[signal]voidtextValueChanged(string text)Signal declaration for QInputDialog::textValueChanged(const QString &text)
[signal]voidtextValueSelected(string text)Signal declaration for QInputDialog::textValueSelected(const QString &text)
voidvisible=(bool visible)Method void QInputDialog::setVisible(bool visible)
[signal]voidwindowIconChanged(const QIcon icon)Signal declaration for QInputDialog::windowIconChanged(const QIcon &icon)
[signal]voidwindowIconTextChanged(string iconText)Signal declaration for QInputDialog::windowIconTextChanged(const QString &iconText)
[signal]voidwindowTitleChanged(string title)Signal declaration for QInputDialog::windowTitleChanged(const QString &title)

Public static methods and constants

[static,const]QInputDialog_InputModeDoubleInputEnum constant QInputDialog::DoubleInput
[static,const]QInputDialog_InputModeIntInputEnum constant QInputDialog::IntInput
[static,const]QInputDialog_InputDialogOptionNoButtonsEnum constant QInputDialog::NoButtons
[static,const]QInputDialog_InputModeTextInputEnum constant QInputDialog::TextInput
[static,const]QInputDialog_InputDialogOptionUseListViewForComboBoxItemsEnum constant QInputDialog::UseListViewForComboBoxItems
[static,const]QInputDialog_InputDialogOptionUsePlainTextEditForTextInputEnum constant QInputDialog::UsePlainTextEditForTextInput
doublegetDouble(QWidget ptr parent,
string title,
string label,
double value = 0,
double minValue = -2147483647,
double maxValue = 2147483647,
int decimals = 1,
bool ptr ok = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags())
Static method double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double minValue, double maxValue, int decimals, bool *ok, QFlags<Qt::WindowType> flags)
doublegetDouble(QWidget ptr parent,
string title,
string label,
double value,
double minValue,
double maxValue,
int decimals,
bool ptr ok,
Qt_QFlags_WindowType flags,
double step)
Static method double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double minValue, double maxValue, int decimals, bool *ok, QFlags<Qt::WindowType> flags, double step)
intgetInt(QWidget ptr parent,
string title,
string label,
int value = 0,
int minValue = -2147483647,
int maxValue = 2147483647,
int step = 1,
bool ptr ok = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags())
Static method int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int minValue, int maxValue, int step, bool *ok, QFlags<Qt::WindowType> flags)
stringgetItem(QWidget ptr parent,
string title,
string label,
string[] items,
int current = 0,
bool editable = true,
bool ptr ok = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags(),
Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)
Static method QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)
stringgetMultiLineText(QWidget ptr parent,
string title,
string label,
string text = QString(),
bool ptr ok = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags(),
Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)
Static method QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)
stringgetText(QWidget ptr parent,
string title,
string label,
const QLineEdit_EchoMode echo = QLineEdit::Normal,
string text = QString(),
bool ptr ok = nullptr,
Qt_QFlags_WindowType flags = Qt::WindowFlags(),
Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)
Static method QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode echo, const QString &text, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = nullptr,
int n = -1)
Static method QString QInputDialog::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = nullptr,
int n = -1)
Static method QString QInputDialog::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

voidactionEvent(QActionEvent ptr event)Virtual method void QInputDialog::actionEvent(QActionEvent *event)
voidadjustPosition(QWidget ptr arg1)Method void QInputDialog::adjustPosition(QWidget *)
voidchangeEvent(QEvent ptr arg1)Virtual method void QInputDialog::changeEvent(QEvent *)
voidchildEvent(QChildEvent ptr event)Virtual method void QInputDialog::childEvent(QChildEvent *event)
voidcloseEvent(QCloseEvent ptr arg1)Virtual method void QInputDialog::closeEvent(QCloseEvent *)
voidcontextMenuEvent(QContextMenuEvent ptr arg1)Virtual method void QInputDialog::contextMenuEvent(QContextMenuEvent *)
voidcreate(unsigned long long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow)
voidcustomEvent(QEvent ptr event)Virtual method void QInputDialog::customEvent(QEvent *event)
voiddestroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows)
voiddisconnectNotify(const QMetaMethod signal)Virtual method void QInputDialog::disconnectNotify(const QMetaMethod &signal)
voiddragEnterEvent(QDragEnterEvent ptr event)Virtual method void QInputDialog::dragEnterEvent(QDragEnterEvent *event)
voiddragLeaveEvent(QDragLeaveEvent ptr event)Virtual method void QInputDialog::dragLeaveEvent(QDragLeaveEvent *event)
voiddragMoveEvent(QDragMoveEvent ptr event)Virtual method void QInputDialog::dragMoveEvent(QDragMoveEvent *event)
voiddropEvent(QDropEvent ptr event)Virtual method void QInputDialog::dropEvent(QDropEvent *event)
voidenterEvent(QEvent ptr event)Virtual method void QInputDialog::enterEvent(QEvent *event)
boolevent(QEvent ptr event)Virtual method bool QInputDialog::event(QEvent *event)
booleventFilter(QObject ptr arg1,
QEvent ptr arg2)
Virtual method bool QInputDialog::eventFilter(QObject *, QEvent *)
voidfocusInEvent(QFocusEvent ptr event)Virtual method void QInputDialog::focusInEvent(QFocusEvent *event)
boolfocusNextChildMethod bool QInputDialog::focusNextChild()
boolfocusNextPrevChild(bool next)Virtual method bool QInputDialog::focusNextPrevChild(bool next)
voidfocusOutEvent(QFocusEvent ptr event)Virtual method void QInputDialog::focusOutEvent(QFocusEvent *event)
boolfocusPreviousChildMethod bool QInputDialog::focusPreviousChild()
voidhideEvent(QHideEvent ptr event)Virtual method void QInputDialog::hideEvent(QHideEvent *event)
[const]voidinitPainter(QPainter ptr painter)Virtual method void QInputDialog::initPainter(QPainter *painter)
voidinputMethodEvent(QInputMethodEvent ptr arg1)Virtual method void QInputDialog::inputMethodEvent(QInputMethodEvent *)
[const]boolisSignalConnected(const QMetaMethod signal)Method bool QInputDialog::isSignalConnected(const QMetaMethod &signal)
voidkeyPressEvent(QKeyEvent ptr arg1)Virtual method void QInputDialog::keyPressEvent(QKeyEvent *)
voidkeyReleaseEvent(QKeyEvent ptr event)Virtual method void QInputDialog::keyReleaseEvent(QKeyEvent *event)
voidleaveEvent(QEvent ptr event)Virtual method void QInputDialog::leaveEvent(QEvent *event)
[const]intmetric(const QPaintDevice_PaintDeviceMetric arg1)Virtual method int QInputDialog::metric(QPaintDevice::PaintDeviceMetric)
voidmouseDoubleClickEvent(QMouseEvent ptr event)Virtual method void QInputDialog::mouseDoubleClickEvent(QMouseEvent *event)
voidmouseMoveEvent(QMouseEvent ptr event)Virtual method void QInputDialog::mouseMoveEvent(QMouseEvent *event)
voidmousePressEvent(QMouseEvent ptr event)Virtual method void QInputDialog::mousePressEvent(QMouseEvent *event)
voidmouseReleaseEvent(QMouseEvent ptr event)Virtual method void QInputDialog::mouseReleaseEvent(QMouseEvent *event)
voidmoveEvent(QMoveEvent ptr event)Virtual method void QInputDialog::moveEvent(QMoveEvent *event)
boolnativeEvent(bytes eventType,
void * message,
long ptr result)
Virtual method bool QInputDialog::nativeEvent(const QByteArray &eventType, void *message, long int *result)
voidpaintEvent(QPaintEvent ptr event)Virtual method void QInputDialog::paintEvent(QPaintEvent *event)
voidqt_create(unsigned long long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow)
voidqt_destroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows)
[const]intreceivers(string signal)Method int QInputDialog::receivers(const char *signal)
[const]QPaintDevice ptrredirected(QPoint ptr offset)Virtual method QPaintDevice *QInputDialog::redirected(QPoint *offset)
voidresizeEvent(QResizeEvent ptr arg1)Virtual method void QInputDialog::resizeEvent(QResizeEvent *)
[const]QObject ptrsenderMethod QObject *QInputDialog::sender()
[const]intsenderSignalIndexMethod int QInputDialog::senderSignalIndex()
[const]QPainter ptrsharedPainterVirtual method QPainter *QInputDialog::sharedPainter()
voidshowEvent(QShowEvent ptr arg1)Virtual method void QInputDialog::showEvent(QShowEvent *)
voidtabletEvent(QTabletEvent ptr event)Virtual method void QInputDialog::tabletEvent(QTabletEvent *event)
voidtimerEvent(QTimerEvent ptr event)Virtual method void QInputDialog::timerEvent(QTimerEvent *event)
voidupdateMicroFocusMethod void QInputDialog::updateMicroFocus()
voidwheelEvent(QWheelEvent ptr event)Virtual method void QInputDialog::wheelEvent(QWheelEvent *event)

Detailed description

DoubleInput

Signature: [static,const] QInputDialog_InputMode DoubleInput

Description: Enum constant QInputDialog::DoubleInput

Python specific notes:
The object exposes a readable attribute 'DoubleInput'. This is the getter.

IntInput

Signature: [static,const] QInputDialog_InputMode IntInput

Description: Enum constant QInputDialog::IntInput

Python specific notes:
The object exposes a readable attribute 'IntInput'. This is the getter.

NoButtons

Signature: [static,const] QInputDialog_InputDialogOption NoButtons

Description: Enum constant QInputDialog::NoButtons

Python specific notes:
The object exposes a readable attribute 'NoButtons'. This is the getter.

TextInput

Signature: [static,const] QInputDialog_InputMode TextInput

Description: Enum constant QInputDialog::TextInput

Python specific notes:
The object exposes a readable attribute 'TextInput'. This is the getter.

UseListViewForComboBoxItems

Signature: [static,const] QInputDialog_InputDialogOption UseListViewForComboBoxItems

Description: Enum constant QInputDialog::UseListViewForComboBoxItems

Python specific notes:
The object exposes a readable attribute 'UseListViewForComboBoxItems'. This is the getter.

UsePlainTextEditForTextInput

Signature: [static,const] QInputDialog_InputDialogOption UsePlainTextEditForTextInput

Description: Enum constant QInputDialog::UsePlainTextEditForTextInput

Python specific notes:
The object exposes a readable attribute 'UsePlainTextEditForTextInput'. This is the getter.

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

accept

Signature: void accept

Description: Virtual method void QInputDialog::accept()

This method can be reimplemented in a derived class.

accepted

Signature: [signal] void accepted

Description: Signal declaration for QInputDialog::accepted()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'accepted'. This is the getter.
The object exposes a writable attribute 'accepted'. This is the setter.

actionEvent

Signature: void actionEvent (QActionEvent ptr event)

Description: Virtual method void QInputDialog::actionEvent(QActionEvent *event)

This method can be reimplemented in a derived class.

adjustPosition

Signature: void adjustPosition (QWidget ptr arg1)

Description: Method void QInputDialog::adjustPosition(QWidget *)

This method is protected and can only be called from inside a derived class.

cancelButtonText

Signature: [const] string cancelButtonText

Description: Method QString QInputDialog::cancelButtonText()

Python specific notes:
The object exposes a readable attribute 'cancelButtonText'. This is the getter.

cancelButtonText=

Signature: void cancelButtonText= (string text)

Description: Method void QInputDialog::setCancelButtonText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'cancelButtonText'. This is the setter.

changeEvent

Signature: void changeEvent (QEvent ptr arg1)

Description: Virtual method void QInputDialog::changeEvent(QEvent *)

This method can be reimplemented in a derived class.

childEvent

Signature: void childEvent (QChildEvent ptr event)

Description: Virtual method void QInputDialog::childEvent(QChildEvent *event)

This method can be reimplemented in a derived class.

closeEvent

Signature: void closeEvent (QCloseEvent ptr arg1)

Description: Virtual method void QInputDialog::closeEvent(QCloseEvent *)

This method can be reimplemented in a derived class.

comboBoxEditable

Signature: [const] bool comboBoxEditable

Description: Method bool QInputDialog::isComboBoxEditable()

Python specific notes:
The object exposes a readable attribute 'comboBoxEditable'. This is the getter.

comboBoxEditable=

Signature: void comboBoxEditable= (bool editable)

Description: Method void QInputDialog::setComboBoxEditable(bool editable)

Python specific notes:
The object exposes a writable attribute 'comboBoxEditable'. This is the setter.

comboBoxItems

Signature: [const] string[] comboBoxItems

Description: Method QStringList QInputDialog::comboBoxItems()

Python specific notes:
The object exposes a readable attribute 'comboBoxItems'. This is the getter.

comboBoxItems=

Signature: void comboBoxItems= (string[] items)

Description: Method void QInputDialog::setComboBoxItems(const QStringList &items)

Python specific notes:
The object exposes a writable attribute 'comboBoxItems'. This is the setter.

contextMenuEvent

Signature: void contextMenuEvent (QContextMenuEvent ptr arg1)

Description: Virtual method void QInputDialog::contextMenuEvent(QContextMenuEvent *)

This method can be reimplemented in a derived class.

create

Signature: void create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true)

Description: Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

customContextMenuRequested

Signature: [signal] void customContextMenuRequested (const QPoint pos)

Description: Signal declaration for QInputDialog::customContextMenuRequested(const QPoint &pos)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'customContextMenuRequested'. This is the getter.
The object exposes a writable attribute 'customContextMenuRequested'. This is the setter.

customEvent

Signature: void customEvent (QEvent ptr event)

Description: Virtual method void QInputDialog::customEvent(QEvent *event)

This method can be reimplemented in a derived class.

destroy

Signature: void destroy (bool destroyWindow = true, bool destroySubWindows = true)

Description: Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

destroyed

Signature: [signal] void destroyed (QObject ptr arg1)

Description: Signal declaration for QInputDialog::destroyed(QObject *)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.

disconnectNotify

Signature: void disconnectNotify (const QMetaMethod signal)

Description: Virtual method void QInputDialog::disconnectNotify(const QMetaMethod &signal)

This method can be reimplemented in a derived class.

done

Signature: void done (int result)

Description: Virtual method void QInputDialog::done(int result)

This method can be reimplemented in a derived class.

doubleDecimals

Signature: [const] int doubleDecimals

Description: Method int QInputDialog::doubleDecimals()

Python specific notes:
The object exposes a readable attribute 'doubleDecimals'. This is the getter.

doubleDecimals=

Signature: void doubleDecimals= (int decimals)

Description: Method void QInputDialog::setDoubleDecimals(int decimals)

Python specific notes:
The object exposes a writable attribute 'doubleDecimals'. This is the setter.

doubleMaximum

Signature: [const] double doubleMaximum

Description: Method double QInputDialog::doubleMaximum()

Python specific notes:
The object exposes a readable attribute 'doubleMaximum'. This is the getter.

doubleMaximum=

Signature: void doubleMaximum= (double max)

Description: Method void QInputDialog::setDoubleMaximum(double max)

Python specific notes:
The object exposes a writable attribute 'doubleMaximum'. This is the setter.

doubleMinimum

Signature: [const] double doubleMinimum

Description: Method double QInputDialog::doubleMinimum()

Python specific notes:
The object exposes a readable attribute 'doubleMinimum'. This is the getter.

doubleMinimum=

Signature: void doubleMinimum= (double min)

Description: Method void QInputDialog::setDoubleMinimum(double min)

Python specific notes:
The object exposes a writable attribute 'doubleMinimum'. This is the setter.

doubleStep

Signature: [const] double doubleStep

Description: Method double QInputDialog::doubleStep()

Python specific notes:
The object exposes a readable attribute 'doubleStep'. This is the getter.

doubleStep=

Signature: void doubleStep= (double step)

Description: Method void QInputDialog::setDoubleStep(double step)

Python specific notes:
The object exposes a writable attribute 'doubleStep'. This is the setter.

doubleValue

Signature: [const] double doubleValue

Description: Method double QInputDialog::doubleValue()

Python specific notes:
The object exposes a readable attribute 'doubleValue'. This is the getter.

doubleValue=

Signature: void doubleValue= (double value)

Description: Method void QInputDialog::setDoubleValue(double value)

Python specific notes:
The object exposes a writable attribute 'doubleValue'. This is the setter.

doubleValueChanged

Signature: [signal] void doubleValueChanged (double value)

Description: Signal declaration for QInputDialog::doubleValueChanged(double value)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'doubleValueChanged'. This is the getter.
The object exposes a writable attribute 'doubleValueChanged'. This is the setter.

doubleValueSelected

Signature: [signal] void doubleValueSelected (double value)

Description: Signal declaration for QInputDialog::doubleValueSelected(double value)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'doubleValueSelected'. This is the getter.
The object exposes a writable attribute 'doubleValueSelected'. This is the setter.

dragEnterEvent

Signature: void dragEnterEvent (QDragEnterEvent ptr event)

Description: Virtual method void QInputDialog::dragEnterEvent(QDragEnterEvent *event)

This method can be reimplemented in a derived class.

dragLeaveEvent

Signature: void dragLeaveEvent (QDragLeaveEvent ptr event)

Description: Virtual method void QInputDialog::dragLeaveEvent(QDragLeaveEvent *event)

This method can be reimplemented in a derived class.

dragMoveEvent

Signature: void dragMoveEvent (QDragMoveEvent ptr event)

Description: Virtual method void QInputDialog::dragMoveEvent(QDragMoveEvent *event)

This method can be reimplemented in a derived class.

dropEvent

Signature: void dropEvent (QDropEvent ptr event)

Description: Virtual method void QInputDialog::dropEvent(QDropEvent *event)

This method can be reimplemented in a derived class.

emit_accepted

Signature: void emit_accepted

Description: Emitter for signal void QInputDialog::accepted()

Call this method to emit this signal.

emit_customContextMenuRequested

Signature: void emit_customContextMenuRequested (const QPoint pos)

Description: Emitter for signal void QInputDialog::customContextMenuRequested(const QPoint &pos)

Call this method to emit this signal.

emit_destroyed

Signature: void emit_destroyed (QObject ptr arg1 = nullptr)

Description: Emitter for signal void QInputDialog::destroyed(QObject *)

Call this method to emit this signal.

emit_doubleValueChanged

Signature: void emit_doubleValueChanged (double value)

Description: Emitter for signal void QInputDialog::doubleValueChanged(double value)

Call this method to emit this signal.

emit_doubleValueSelected

Signature: void emit_doubleValueSelected (double value)

Description: Emitter for signal void QInputDialog::doubleValueSelected(double value)

Call this method to emit this signal.

emit_finished

Signature: void emit_finished (int result)

Description: Emitter for signal void QInputDialog::finished(int result)

Call this method to emit this signal.

emit_intValueChanged

Signature: void emit_intValueChanged (int value)

Description: Emitter for signal void QInputDialog::intValueChanged(int value)

Call this method to emit this signal.

emit_intValueSelected

Signature: void emit_intValueSelected (int value)

Description: Emitter for signal void QInputDialog::intValueSelected(int value)

Call this method to emit this signal.

emit_objectNameChanged

Signature: void emit_objectNameChanged (string objectName)

Description: Emitter for signal void QInputDialog::objectNameChanged(const QString &objectName)

Call this method to emit this signal.

emit_rejected

Signature: void emit_rejected

Description: Emitter for signal void QInputDialog::rejected()

Call this method to emit this signal.

emit_textValueChanged

Signature: void emit_textValueChanged (string text)

Description: Emitter for signal void QInputDialog::textValueChanged(const QString &text)

Call this method to emit this signal.

emit_textValueSelected

Signature: void emit_textValueSelected (string text)

Description: Emitter for signal void QInputDialog::textValueSelected(const QString &text)

Call this method to emit this signal.

emit_windowIconChanged

Signature: void emit_windowIconChanged (const QIcon icon)

Description: Emitter for signal void QInputDialog::windowIconChanged(const QIcon &icon)

Call this method to emit this signal.

emit_windowIconTextChanged

Signature: void emit_windowIconTextChanged (string iconText)

Description: Emitter for signal void QInputDialog::windowIconTextChanged(const QString &iconText)

Call this method to emit this signal.

emit_windowTitleChanged

Signature: void emit_windowTitleChanged (string title)

Description: Emitter for signal void QInputDialog::windowTitleChanged(const QString &title)

Call this method to emit this signal.

enterEvent

Signature: void enterEvent (QEvent ptr event)

Description: Virtual method void QInputDialog::enterEvent(QEvent *event)

This method can be reimplemented in a derived class.

event

Signature: bool event (QEvent ptr event)

Description: Virtual method bool QInputDialog::event(QEvent *event)

This method can be reimplemented in a derived class.

eventFilter

Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2)

Description: Virtual method bool QInputDialog::eventFilter(QObject *, QEvent *)

This method can be reimplemented in a derived class.

exec

Signature: int exec

Description: Virtual method int QInputDialog::exec()

This method can be reimplemented in a derived class.

Python specific notes:
This attribute is available as 'exec_' in Python.

finished

Signature: [signal] void finished (int result)

Description: Signal declaration for QInputDialog::finished(int result)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'finished'. This is the getter.
The object exposes a writable attribute 'finished'. This is the setter.

focusInEvent

Signature: void focusInEvent (QFocusEvent ptr event)

Description: Virtual method void QInputDialog::focusInEvent(QFocusEvent *event)

This method can be reimplemented in a derived class.

focusNextChild

Signature: bool focusNextChild

Description: Method bool QInputDialog::focusNextChild()

This method is protected and can only be called from inside a derived class.

focusNextPrevChild

Signature: bool focusNextPrevChild (bool next)

Description: Virtual method bool QInputDialog::focusNextPrevChild(bool next)

This method can be reimplemented in a derived class.

focusOutEvent

Signature: void focusOutEvent (QFocusEvent ptr event)

Description: Virtual method void QInputDialog::focusOutEvent(QFocusEvent *event)

This method can be reimplemented in a derived class.

focusPreviousChild

Signature: bool focusPreviousChild

Description: Method bool QInputDialog::focusPreviousChild()

This method is protected and can only be called from inside a derived class.

getDouble

(1) Signature: [static] double getDouble (QWidget ptr parent, string title, string label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool ptr ok = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags())

Description: Static method double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double minValue, double maxValue, int decimals, bool *ok, QFlags<Qt::WindowType> flags)

This method is static and can be called without an instance.

(2) Signature: [static] double getDouble (QWidget ptr parent, string title, string label, double value, double minValue, double maxValue, int decimals, bool ptr ok, Qt_QFlags_WindowType flags, double step)

Description: Static method double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double minValue, double maxValue, int decimals, bool *ok, QFlags<Qt::WindowType> flags, double step)

This method is static and can be called without an instance.

getInt

Signature: [static] int getInt (QWidget ptr parent, string title, string label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool ptr ok = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags())

Description: Static method int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int minValue, int maxValue, int step, bool *ok, QFlags<Qt::WindowType> flags)

This method is static and can be called without an instance.

getItem

Signature: [static] string getItem (QWidget ptr parent, string title, string label, string[] items, int current = 0, bool editable = true, bool ptr ok = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags(), Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)

Description: Static method QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)

This method is static and can be called without an instance.

getMultiLineText

Signature: [static] string getMultiLineText (QWidget ptr parent, string title, string label, string text = QString(), bool ptr ok = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags(), Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)

Description: Static method QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)

This method is static and can be called without an instance.

getText

Signature: [static] string getText (QWidget ptr parent, string title, string label, const QLineEdit_EchoMode echo = QLineEdit::Normal, string text = QString(), bool ptr ok = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags(), Qt_QFlags_InputMethodHint inputMethodHints = Qt::ImhNone)

Description: Static method QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode echo, const QString &text, bool *ok, QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)

This method is static and can be called without an instance.

hasHeightForWidth

Signature: [const] bool hasHeightForWidth

Description: Virtual method bool QInputDialog::hasHeightForWidth()

This method can be reimplemented in a derived class.

heightForWidth

Signature: [const] int heightForWidth (int arg1)

Description: Virtual method int QInputDialog::heightForWidth(int)

This method can be reimplemented in a derived class.

hideEvent

Signature: void hideEvent (QHideEvent ptr event)

Description: Virtual method void QInputDialog::hideEvent(QHideEvent *event)

This method can be reimplemented in a derived class.

initPainter

Signature: [const] void initPainter (QPainter ptr painter)

Description: Virtual method void QInputDialog::initPainter(QPainter *painter)

This method can be reimplemented in a derived class.

inputMethodEvent

Signature: void inputMethodEvent (QInputMethodEvent ptr arg1)

Description: Virtual method void QInputDialog::inputMethodEvent(QInputMethodEvent *)

This method can be reimplemented in a derived class.

inputMethodQuery

Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1)

Description: Virtual method QVariant QInputDialog::inputMethodQuery(Qt::InputMethodQuery)

This method can be reimplemented in a derived class.

inputMode

Signature: [const] QInputDialog_InputMode inputMode

Description: Method QInputDialog::InputMode QInputDialog::inputMode()

Python specific notes:
The object exposes a readable attribute 'inputMode'. This is the getter.

inputMode=

Signature: void inputMode= (const QInputDialog_InputMode mode)

Description: Method void QInputDialog::setInputMode(QInputDialog::InputMode mode)

Python specific notes:
The object exposes a writable attribute 'inputMode'. This is the setter.

intMaximum

Signature: [const] int intMaximum

Description: Method int QInputDialog::intMaximum()

Python specific notes:
The object exposes a readable attribute 'intMaximum'. This is the getter.

intMaximum=

Signature: void intMaximum= (int max)

Description: Method void QInputDialog::setIntMaximum(int max)

Python specific notes:
The object exposes a writable attribute 'intMaximum'. This is the setter.

intMinimum

Signature: [const] int intMinimum

Description: Method int QInputDialog::intMinimum()

Python specific notes:
The object exposes a readable attribute 'intMinimum'. This is the getter.

intMinimum=

Signature: void intMinimum= (int min)

Description: Method void QInputDialog::setIntMinimum(int min)

Python specific notes:
The object exposes a writable attribute 'intMinimum'. This is the setter.

intStep

Signature: [const] int intStep

Description: Method int QInputDialog::intStep()

Python specific notes:
The object exposes a readable attribute 'intStep'. This is the getter.

intStep=

Signature: void intStep= (int step)

Description: Method void QInputDialog::setIntStep(int step)

Python specific notes:
The object exposes a writable attribute 'intStep'. This is the setter.

intValue

Signature: [const] int intValue

Description: Method int QInputDialog::intValue()

Python specific notes:
The object exposes a readable attribute 'intValue'. This is the getter.

intValue=

Signature: void intValue= (int value)

Description: Method void QInputDialog::setIntValue(int value)

Python specific notes:
The object exposes a writable attribute 'intValue'. This is the setter.

intValueChanged

Signature: [signal] void intValueChanged (int value)

Description: Signal declaration for QInputDialog::intValueChanged(int value)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'intValueChanged'. This is the getter.
The object exposes a writable attribute 'intValueChanged'. This is the setter.

intValueSelected

Signature: [signal] void intValueSelected (int value)

Description: Signal declaration for QInputDialog::intValueSelected(int value)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'intValueSelected'. This is the getter.
The object exposes a writable attribute 'intValueSelected'. This is the setter.

isComboBoxEditable?

Signature: [const] bool isComboBoxEditable?

Description: Method bool QInputDialog::isComboBoxEditable()

Python specific notes:
The object exposes a readable attribute 'comboBoxEditable'. This is the getter.

isSignalConnected

Signature: [const] bool isSignalConnected (const QMetaMethod signal)

Description: Method bool QInputDialog::isSignalConnected(const QMetaMethod &signal)

This method is protected and can only be called from inside a derived class.

keyPressEvent

Signature: void keyPressEvent (QKeyEvent ptr arg1)

Description: Virtual method void QInputDialog::keyPressEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

keyReleaseEvent

Signature: void keyReleaseEvent (QKeyEvent ptr event)

Description: Virtual method void QInputDialog::keyReleaseEvent(QKeyEvent *event)

This method can be reimplemented in a derived class.

labelText

Signature: [const] string labelText

Description: Method QString QInputDialog::labelText()

Python specific notes:
The object exposes a readable attribute 'labelText'. This is the getter.

labelText=

Signature: void labelText= (string text)

Description: Method void QInputDialog::setLabelText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'labelText'. This is the setter.

leaveEvent

Signature: void leaveEvent (QEvent ptr event)

Description: Virtual method void QInputDialog::leaveEvent(QEvent *event)

This method can be reimplemented in a derived class.

metric

Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1)

Description: Virtual method int QInputDialog::metric(QPaintDevice::PaintDeviceMetric)

This method can be reimplemented in a derived class.

minimumSizeHint

Signature: [const] QSize minimumSizeHint

Description: Virtual method QSize QInputDialog::minimumSizeHint()

This method can be reimplemented in a derived class.

mouseDoubleClickEvent

Signature: void mouseDoubleClickEvent (QMouseEvent ptr event)

Description: Virtual method void QInputDialog::mouseDoubleClickEvent(QMouseEvent *event)

This method can be reimplemented in a derived class.

mouseMoveEvent

Signature: void mouseMoveEvent (QMouseEvent ptr event)

Description: Virtual method void QInputDialog::mouseMoveEvent(QMouseEvent *event)

This method can be reimplemented in a derived class.

mousePressEvent

Signature: void mousePressEvent (QMouseEvent ptr event)

Description: Virtual method void QInputDialog::mousePressEvent(QMouseEvent *event)

This method can be reimplemented in a derived class.

mouseReleaseEvent

Signature: void mouseReleaseEvent (QMouseEvent ptr event)

Description: Virtual method void QInputDialog::mouseReleaseEvent(QMouseEvent *event)

This method can be reimplemented in a derived class.

moveEvent

Signature: void moveEvent (QMoveEvent ptr event)

Description: Virtual method void QInputDialog::moveEvent(QMoveEvent *event)

This method can be reimplemented in a derived class.

nativeEvent

Signature: bool nativeEvent (bytes eventType, void * message, long ptr result)

Description: Virtual method bool QInputDialog::nativeEvent(const QByteArray &eventType, void *message, long int *result)

This method can be reimplemented in a derived class.

new

Signature: [static] new QInputDialog new (QWidget ptr parent = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags())

Description: Constructor QInputDialog::QInputDialog(QWidget *parent, QFlags<Qt::WindowType> flags)

This method creates an object of class QInputDialog.

Python specific notes:
This method is the default initializer of the object.

objectNameChanged

Signature: [signal] void objectNameChanged (string objectName)

Description: Signal declaration for QInputDialog::objectNameChanged(const QString &objectName)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'objectNameChanged'. This is the getter.
The object exposes a writable attribute 'objectNameChanged'. This is the setter.

okButtonText

Signature: [const] string okButtonText

Description: Method QString QInputDialog::okButtonText()

Python specific notes:
The object exposes a readable attribute 'okButtonText'. This is the getter.

okButtonText=

Signature: void okButtonText= (string text)

Description: Method void QInputDialog::setOkButtonText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'okButtonText'. This is the setter.

open

Signature: void open

Description: Virtual method void QInputDialog::open()

This method can be reimplemented in a derived class.

options

Signature: [const] QInputDialog_QFlags_InputDialogOption options

Description: Method QFlags<QInputDialog::InputDialogOption> QInputDialog::options()

Python specific notes:
The object exposes a readable attribute 'options'. This is the getter.

options=

Signature: void options= (QInputDialog_QFlags_InputDialogOption options)

Description: Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options)

Python specific notes:
The object exposes a writable attribute 'options'. This is the setter.

paintEngine

Signature: [const] QPaintEngine ptr paintEngine

Description: Virtual method QPaintEngine *QInputDialog::paintEngine()

This method can be reimplemented in a derived class.

paintEvent

Signature: void paintEvent (QPaintEvent ptr event)

Description: Virtual method void QInputDialog::paintEvent(QPaintEvent *event)

This method can be reimplemented in a derived class.

qt_create

Signature: void qt_create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true)

Description: Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

qt_destroy

Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true)

Description: Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

receivers

Signature: [const] int receivers (string signal)

Description: Method int QInputDialog::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

redirected

Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset)

Description: Virtual method QPaintDevice *QInputDialog::redirected(QPoint *offset)

This method can be reimplemented in a derived class.

reject

Signature: void reject

Description: Virtual method void QInputDialog::reject()

This method can be reimplemented in a derived class.

rejected

Signature: [signal] void rejected

Description: Signal declaration for QInputDialog::rejected()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'rejected'. This is the getter.
The object exposes a writable attribute 'rejected'. This is the setter.

resizeEvent

Signature: void resizeEvent (QResizeEvent ptr arg1)

Description: Virtual method void QInputDialog::resizeEvent(QResizeEvent *)

This method can be reimplemented in a derived class.

sender

Signature: [const] QObject ptr sender

Description: Method QObject *QInputDialog::sender()

This method is protected and can only be called from inside a derived class.

senderSignalIndex

Signature: [const] int senderSignalIndex

Description: Method int QInputDialog::senderSignalIndex()

This method is protected and can only be called from inside a derived class.

setCancelButtonText

Signature: void setCancelButtonText (string text)

Description: Method void QInputDialog::setCancelButtonText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'cancelButtonText'. This is the setter.

setComboBoxEditable

Signature: void setComboBoxEditable (bool editable)

Description: Method void QInputDialog::setComboBoxEditable(bool editable)

Python specific notes:
The object exposes a writable attribute 'comboBoxEditable'. This is the setter.

setComboBoxItems

Signature: void setComboBoxItems (string[] items)

Description: Method void QInputDialog::setComboBoxItems(const QStringList &items)

Python specific notes:
The object exposes a writable attribute 'comboBoxItems'. This is the setter.

setDoubleDecimals

Signature: void setDoubleDecimals (int decimals)

Description: Method void QInputDialog::setDoubleDecimals(int decimals)

Python specific notes:
The object exposes a writable attribute 'doubleDecimals'. This is the setter.

setDoubleMaximum

Signature: void setDoubleMaximum (double max)

Description: Method void QInputDialog::setDoubleMaximum(double max)

Python specific notes:
The object exposes a writable attribute 'doubleMaximum'. This is the setter.

setDoubleMinimum

Signature: void setDoubleMinimum (double min)

Description: Method void QInputDialog::setDoubleMinimum(double min)

Python specific notes:
The object exposes a writable attribute 'doubleMinimum'. This is the setter.

setDoubleRange

Signature: void setDoubleRange (double min, double max)

Description: Method void QInputDialog::setDoubleRange(double min, double max)

setDoubleStep

Signature: void setDoubleStep (double step)

Description: Method void QInputDialog::setDoubleStep(double step)

Python specific notes:
The object exposes a writable attribute 'doubleStep'. This is the setter.

setDoubleValue

Signature: void setDoubleValue (double value)

Description: Method void QInputDialog::setDoubleValue(double value)

Python specific notes:
The object exposes a writable attribute 'doubleValue'. This is the setter.

setInputMode

Signature: void setInputMode (const QInputDialog_InputMode mode)

Description: Method void QInputDialog::setInputMode(QInputDialog::InputMode mode)

Python specific notes:
The object exposes a writable attribute 'inputMode'. This is the setter.

setIntMaximum

Signature: void setIntMaximum (int max)

Description: Method void QInputDialog::setIntMaximum(int max)

Python specific notes:
The object exposes a writable attribute 'intMaximum'. This is the setter.

setIntMinimum

Signature: void setIntMinimum (int min)

Description: Method void QInputDialog::setIntMinimum(int min)

Python specific notes:
The object exposes a writable attribute 'intMinimum'. This is the setter.

setIntRange

Signature: void setIntRange (int min, int max)

Description: Method void QInputDialog::setIntRange(int min, int max)

setIntStep

Signature: void setIntStep (int step)

Description: Method void QInputDialog::setIntStep(int step)

Python specific notes:
The object exposes a writable attribute 'intStep'. This is the setter.

setIntValue

Signature: void setIntValue (int value)

Description: Method void QInputDialog::setIntValue(int value)

Python specific notes:
The object exposes a writable attribute 'intValue'. This is the setter.

setLabelText

Signature: void setLabelText (string text)

Description: Method void QInputDialog::setLabelText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'labelText'. This is the setter.

setOkButtonText

Signature: void setOkButtonText (string text)

Description: Method void QInputDialog::setOkButtonText(const QString &text)

Python specific notes:
The object exposes a writable attribute 'okButtonText'. This is the setter.

setOption

Signature: void setOption (const QInputDialog_InputDialogOption option, bool on = true)

Description: Method void QInputDialog::setOption(QInputDialog::InputDialogOption option, bool on)

setOptions

Signature: void setOptions (QInputDialog_QFlags_InputDialogOption options)

Description: Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options)

Python specific notes:
The object exposes a writable attribute 'options'. This is the setter.

setTextEchoMode

Signature: void setTextEchoMode (const QLineEdit_EchoMode mode)

Description: Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode)

Python specific notes:
The object exposes a writable attribute 'textEchoMode'. This is the setter.

setTextValue

Signature: void setTextValue (string text)

Description: Method void QInputDialog::setTextValue(const QString &text)

Python specific notes:
The object exposes a writable attribute 'textValue'. This is the setter.

setVisible

Signature: void setVisible (bool visible)

Description: Virtual method void QInputDialog::setVisible(bool visible)

This method can be reimplemented in a derived class.

sharedPainter

Signature: [const] QPainter ptr sharedPainter

Description: Virtual method QPainter *QInputDialog::sharedPainter()

This method can be reimplemented in a derived class.

showEvent

Signature: void showEvent (QShowEvent ptr arg1)

Description: Virtual method void QInputDialog::showEvent(QShowEvent *)

This method can be reimplemented in a derived class.

sizeHint

Signature: [const] QSize sizeHint

Description: Virtual method QSize QInputDialog::sizeHint()

This method can be reimplemented in a derived class.

staticMetaObject

Signature: [static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

tabletEvent

Signature: void tabletEvent (QTabletEvent ptr event)

Description: Virtual method void QInputDialog::tabletEvent(QTabletEvent *event)

This method can be reimplemented in a derived class.

testOption

Signature: [const] bool testOption (const QInputDialog_InputDialogOption option)

Description: Method bool QInputDialog::testOption(QInputDialog::InputDialogOption option)

textEchoMode

Signature: [const] QLineEdit_EchoMode textEchoMode

Description: Method QLineEdit::EchoMode QInputDialog::textEchoMode()

Python specific notes:
The object exposes a readable attribute 'textEchoMode'. This is the getter.

textEchoMode=

Signature: void textEchoMode= (const QLineEdit_EchoMode mode)

Description: Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode)

Python specific notes:
The object exposes a writable attribute 'textEchoMode'. This is the setter.

textValue

Signature: [const] string textValue

Description: Method QString QInputDialog::textValue()

Python specific notes:
The object exposes a readable attribute 'textValue'. This is the getter.

textValue=

Signature: void textValue= (string text)

Description: Method void QInputDialog::setTextValue(const QString &text)

Python specific notes:
The object exposes a writable attribute 'textValue'. This is the setter.

textValueChanged

Signature: [signal] void textValueChanged (string text)

Description: Signal declaration for QInputDialog::textValueChanged(const QString &text)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'textValueChanged'. This is the getter.
The object exposes a writable attribute 'textValueChanged'. This is the setter.

textValueSelected

Signature: [signal] void textValueSelected (string text)

Description: Signal declaration for QInputDialog::textValueSelected(const QString &text)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'textValueSelected'. This is the getter.
The object exposes a writable attribute 'textValueSelected'. This is the setter.

timerEvent

Signature: void timerEvent (QTimerEvent ptr event)

Description: Virtual method void QInputDialog::timerEvent(QTimerEvent *event)

This method can be reimplemented in a derived class.

tr

Signature: [static] string tr (string s, string c = nullptr, int n = -1)

Description: Static method QString QInputDialog::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

trUtf8

Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1)

Description: Static method QString QInputDialog::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

updateMicroFocus

Signature: void updateMicroFocus

Description: Method void QInputDialog::updateMicroFocus()

This method is protected and can only be called from inside a derived class.

visible=

Signature: void visible= (bool visible)

Description: Method void QInputDialog::setVisible(bool visible)

This is a reimplementation of QDialog::setVisible

Python specific notes:
The object exposes a writable attribute 'visible'. This is the setter.

wheelEvent

Signature: void wheelEvent (QWheelEvent ptr event)

Description: Virtual method void QInputDialog::wheelEvent(QWheelEvent *event)

This method can be reimplemented in a derived class.

windowIconChanged

Signature: [signal] void windowIconChanged (const QIcon icon)

Description: Signal declaration for QInputDialog::windowIconChanged(const QIcon &icon)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconChanged'. This is the getter.
The object exposes a writable attribute 'windowIconChanged'. This is the setter.

windowIconTextChanged

Signature: [signal] void windowIconTextChanged (string iconText)

Description: Signal declaration for QInputDialog::windowIconTextChanged(const QString &iconText)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconTextChanged'. This is the getter.
The object exposes a writable attribute 'windowIconTextChanged'. This is the setter.

windowTitleChanged

Signature: [signal] void windowTitleChanged (string title)

Description: Signal declaration for QInputDialog::windowTitleChanged(const QString &title)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowTitleChanged'. This is the getter.
The object exposes a writable attribute 'windowTitleChanged'. This is the setter.