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
new QInputDialog | new | (QWidget ptr parent = nullptr, Qt_QFlags_WindowType flags = Qt::WindowFlags()) | Constructor QInputDialog::QInputDialog(QWidget *parent, QFlags<Qt::WindowType> flags) |
[const] | QInputDialog ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly 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 | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | accept | Virtual method void QInputDialog::accept() | ||
[signal] | void | accepted | Signal declaration for QInputDialog::accepted() | |
[const] | string | cancelButtonText | Method QString QInputDialog::cancelButtonText() | |
void | cancelButtonText= | (string text) | Method void QInputDialog::setCancelButtonText(const QString &text) | |
[const] | bool | comboBoxEditable | Method bool QInputDialog::isComboBoxEditable() | |
void | comboBoxEditable= | (bool editable) | Method void QInputDialog::setComboBoxEditable(bool editable) | |
[const] | string[] | comboBoxItems | Method QStringList QInputDialog::comboBoxItems() | |
void | comboBoxItems= | (string[] items) | Method void QInputDialog::setComboBoxItems(const QStringList &items) | |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QInputDialog::customContextMenuRequested(const QPoint &pos) |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QInputDialog::destroyed(QObject *) |
void | done | (int result) | Virtual method void QInputDialog::done(int result) | |
[const] | int | doubleDecimals | Method int QInputDialog::doubleDecimals() | |
void | doubleDecimals= | (int decimals) | Method void QInputDialog::setDoubleDecimals(int decimals) | |
[const] | double | doubleMaximum | Method double QInputDialog::doubleMaximum() | |
void | doubleMaximum= | (double max) | Method void QInputDialog::setDoubleMaximum(double max) | |
[const] | double | doubleMinimum | Method double QInputDialog::doubleMinimum() | |
void | doubleMinimum= | (double min) | Method void QInputDialog::setDoubleMinimum(double min) | |
[const] | double | doubleStep | Method double QInputDialog::doubleStep() | |
void | doubleStep= | (double step) | Method void QInputDialog::setDoubleStep(double step) | |
[const] | double | doubleValue | Method double QInputDialog::doubleValue() | |
void | doubleValue= | (double value) | Method void QInputDialog::setDoubleValue(double value) | |
[signal] | void | doubleValueChanged | (double value) | Signal declaration for QInputDialog::doubleValueChanged(double value) |
[signal] | void | doubleValueSelected | (double value) | Signal declaration for QInputDialog::doubleValueSelected(double value) |
void | emit_accepted | Emitter for signal void QInputDialog::accepted() | ||
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QInputDialog::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QInputDialog::destroyed(QObject *) | |
void | emit_doubleValueChanged | (double value) | Emitter for signal void QInputDialog::doubleValueChanged(double value) | |
void | emit_doubleValueSelected | (double value) | Emitter for signal void QInputDialog::doubleValueSelected(double value) | |
void | emit_finished | (int result) | Emitter for signal void QInputDialog::finished(int result) | |
void | emit_intValueChanged | (int value) | Emitter for signal void QInputDialog::intValueChanged(int value) | |
void | emit_intValueSelected | (int value) | Emitter for signal void QInputDialog::intValueSelected(int value) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QInputDialog::objectNameChanged(const QString &objectName) | |
void | emit_rejected | Emitter for signal void QInputDialog::rejected() | ||
void | emit_textValueChanged | (string text) | Emitter for signal void QInputDialog::textValueChanged(const QString &text) | |
void | emit_textValueSelected | (string text) | Emitter for signal void QInputDialog::textValueSelected(const QString &text) | |
void | emit_windowIconChanged | (const QIcon icon) | Emitter for signal void QInputDialog::windowIconChanged(const QIcon &icon) | |
void | emit_windowIconTextChanged | (string iconText) | Emitter for signal void QInputDialog::windowIconTextChanged(const QString &iconText) | |
void | emit_windowTitleChanged | (string title) | Emitter for signal void QInputDialog::windowTitleChanged(const QString &title) | |
int | exec | Virtual method int QInputDialog::exec() | ||
[signal] | void | finished | (int result) | Signal declaration for QInputDialog::finished(int result) |
[const] | bool | hasHeightForWidth | Virtual method bool QInputDialog::hasHeightForWidth() | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QInputDialog::heightForWidth(int) |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery arg1) | Virtual method QVariant QInputDialog::inputMethodQuery(Qt::InputMethodQuery) |
[const] | QInputDialog_InputMode | inputMode | Method QInputDialog::InputMode QInputDialog::inputMode() | |
void | inputMode= | (const QInputDialog_InputMode mode) | Method void QInputDialog::setInputMode(QInputDialog::InputMode mode) | |
[const] | int | intMaximum | Method int QInputDialog::intMaximum() | |
void | intMaximum= | (int max) | Method void QInputDialog::setIntMaximum(int max) | |
[const] | int | intMinimum | Method int QInputDialog::intMinimum() | |
void | intMinimum= | (int min) | Method void QInputDialog::setIntMinimum(int min) | |
[const] | int | intStep | Method int QInputDialog::intStep() | |
void | intStep= | (int step) | Method void QInputDialog::setIntStep(int step) | |
[const] | int | intValue | Method int QInputDialog::intValue() | |
void | intValue= | (int value) | Method void QInputDialog::setIntValue(int value) | |
[signal] | void | intValueChanged | (int value) | Signal declaration for QInputDialog::intValueChanged(int value) |
[signal] | void | intValueSelected | (int value) | Signal declaration for QInputDialog::intValueSelected(int value) |
[const] | bool | isComboBoxEditable? | Method bool QInputDialog::isComboBoxEditable() | |
[const] | string | labelText | Method QString QInputDialog::labelText() | |
void | labelText= | (string text) | Method void QInputDialog::setLabelText(const QString &text) | |
[const] | QSize | minimumSizeHint | Virtual method QSize QInputDialog::minimumSizeHint() | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QInputDialog::objectNameChanged(const QString &objectName) |
[const] | string | okButtonText | Method QString QInputDialog::okButtonText() | |
void | okButtonText= | (string text) | Method void QInputDialog::setOkButtonText(const QString &text) | |
void | open | Virtual method void QInputDialog::open() | ||
[const] | QInputDialog_QFlags_InputDialogOption | options | Method QFlags<QInputDialog::InputDialogOption> QInputDialog::options() | |
void | options= | (QInputDialog_QFlags_InputDialogOption options) | Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options) | |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QInputDialog::paintEngine() | |
void | reject | Virtual method void QInputDialog::reject() | ||
[signal] | void | rejected | Signal declaration for QInputDialog::rejected() | |
void | setCancelButtonText | (string text) | Method void QInputDialog::setCancelButtonText(const QString &text) | |
void | setComboBoxEditable | (bool editable) | Method void QInputDialog::setComboBoxEditable(bool editable) | |
void | setComboBoxItems | (string[] items) | Method void QInputDialog::setComboBoxItems(const QStringList &items) | |
void | setDoubleDecimals | (int decimals) | Method void QInputDialog::setDoubleDecimals(int decimals) | |
void | setDoubleMaximum | (double max) | Method void QInputDialog::setDoubleMaximum(double max) | |
void | setDoubleMinimum | (double min) | Method void QInputDialog::setDoubleMinimum(double min) | |
void | setDoubleRange | (double min, double max) | Method void QInputDialog::setDoubleRange(double min, double max) | |
void | setDoubleStep | (double step) | Method void QInputDialog::setDoubleStep(double step) | |
void | setDoubleValue | (double value) | Method void QInputDialog::setDoubleValue(double value) | |
void | setInputMode | (const QInputDialog_InputMode mode) | Method void QInputDialog::setInputMode(QInputDialog::InputMode mode) | |
void | setIntMaximum | (int max) | Method void QInputDialog::setIntMaximum(int max) | |
void | setIntMinimum | (int min) | Method void QInputDialog::setIntMinimum(int min) | |
void | setIntRange | (int min, int max) | Method void QInputDialog::setIntRange(int min, int max) | |
void | setIntStep | (int step) | Method void QInputDialog::setIntStep(int step) | |
void | setIntValue | (int value) | Method void QInputDialog::setIntValue(int value) | |
void | setLabelText | (string text) | Method void QInputDialog::setLabelText(const QString &text) | |
void | setOkButtonText | (string text) | Method void QInputDialog::setOkButtonText(const QString &text) | |
void | setOption | (const QInputDialog_InputDialogOption option, bool on = true) | Method void QInputDialog::setOption(QInputDialog::InputDialogOption option, bool on) | |
void | setOptions | (QInputDialog_QFlags_InputDialogOption options) | Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options) | |
void | setTextEchoMode | (const QLineEdit_EchoMode mode) | Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) | |
void | setTextValue | (string text) | Method void QInputDialog::setTextValue(const QString &text) | |
void | setVisible | (bool visible) | Virtual method void QInputDialog::setVisible(bool visible) | |
[const] | QSize | sizeHint | Virtual method QSize QInputDialog::sizeHint() | |
[const] | bool | testOption | (const QInputDialog_InputDialogOption option) | Method bool QInputDialog::testOption(QInputDialog::InputDialogOption option) |
[const] | QLineEdit_EchoMode | textEchoMode | Method QLineEdit::EchoMode QInputDialog::textEchoMode() | |
void | textEchoMode= | (const QLineEdit_EchoMode mode) | Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) | |
[const] | string | textValue | Method QString QInputDialog::textValue() | |
void | textValue= | (string text) | Method void QInputDialog::setTextValue(const QString &text) | |
[signal] | void | textValueChanged | (string text) | Signal declaration for QInputDialog::textValueChanged(const QString &text) |
[signal] | void | textValueSelected | (string text) | Signal declaration for QInputDialog::textValueSelected(const QString &text) |
void | visible= | (bool visible) | Method void QInputDialog::setVisible(bool visible) | |
[signal] | void | windowIconChanged | (const QIcon icon) | Signal declaration for QInputDialog::windowIconChanged(const QIcon &icon) |
[signal] | void | windowIconTextChanged | (string iconText) | Signal declaration for QInputDialog::windowIconTextChanged(const QString &iconText) |
[signal] | void | windowTitleChanged | (string title) | Signal declaration for QInputDialog::windowTitleChanged(const QString &title) |
[static,const] | QInputDialog_InputMode | DoubleInput | Enum constant QInputDialog::DoubleInput | |
[static,const] | QInputDialog_InputMode | IntInput | Enum constant QInputDialog::IntInput | |
[static,const] | QInputDialog_InputDialogOption | NoButtons | Enum constant QInputDialog::NoButtons | |
[static,const] | QInputDialog_InputMode | TextInput | Enum constant QInputDialog::TextInput | |
[static,const] | QInputDialog_InputDialogOption | UseListViewForComboBoxItems | Enum constant QInputDialog::UseListViewForComboBoxItems | |
[static,const] | QInputDialog_InputDialogOption | UsePlainTextEditForTextInput | Enum constant QInputDialog::UsePlainTextEditForTextInput | |
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()) | 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 | 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) | 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) | |
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()) | 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) | |
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) | 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) | |
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) | 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) | |
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) | 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) | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QInputDialog::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QInputDialog::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr event) | Virtual method void QInputDialog::actionEvent(QActionEvent *event) | ||
void | adjustPosition | (QWidget ptr arg1) | Method void QInputDialog::adjustPosition(QWidget *) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QInputDialog::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QInputDialog::childEvent(QChildEvent *event) | ||
void | closeEvent | (QCloseEvent ptr arg1) | Virtual method void QInputDialog::closeEvent(QCloseEvent *) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QInputDialog::contextMenuEvent(QContextMenuEvent *) | ||
void | create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QInputDialog::customEvent(QEvent *event) | ||
void | destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows) | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QInputDialog::disconnectNotify(const QMetaMethod &signal) | ||
void | dragEnterEvent | (QDragEnterEvent ptr event) | Virtual method void QInputDialog::dragEnterEvent(QDragEnterEvent *event) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr event) | Virtual method void QInputDialog::dragLeaveEvent(QDragLeaveEvent *event) | ||
void | dragMoveEvent | (QDragMoveEvent ptr event) | Virtual method void QInputDialog::dragMoveEvent(QDragMoveEvent *event) | ||
void | dropEvent | (QDropEvent ptr event) | Virtual method void QInputDialog::dropEvent(QDropEvent *event) | ||
void | enterEvent | (QEvent ptr event) | Virtual method void QInputDialog::enterEvent(QEvent *event) | ||
bool | event | (QEvent ptr event) | Virtual method bool QInputDialog::event(QEvent *event) | ||
bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QInputDialog::eventFilter(QObject *, QEvent *) | ||
void | focusInEvent | (QFocusEvent ptr event) | Virtual method void QInputDialog::focusInEvent(QFocusEvent *event) | ||
bool | focusNextChild | Method bool QInputDialog::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QInputDialog::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr event) | Virtual method void QInputDialog::focusOutEvent(QFocusEvent *event) | ||
bool | focusPreviousChild | Method bool QInputDialog::focusPreviousChild() | |||
void | hideEvent | (QHideEvent ptr event) | Virtual method void QInputDialog::hideEvent(QHideEvent *event) | ||
[const] | void | initPainter | (QPainter ptr painter) | Virtual method void QInputDialog::initPainter(QPainter *painter) | |
void | inputMethodEvent | (QInputMethodEvent ptr arg1) | Virtual method void QInputDialog::inputMethodEvent(QInputMethodEvent *) | ||
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QInputDialog::isSignalConnected(const QMetaMethod &signal) | |
void | keyPressEvent | (QKeyEvent ptr arg1) | Virtual method void QInputDialog::keyPressEvent(QKeyEvent *) | ||
void | keyReleaseEvent | (QKeyEvent ptr event) | Virtual method void QInputDialog::keyReleaseEvent(QKeyEvent *event) | ||
void | leaveEvent | (QEvent ptr event) | Virtual method void QInputDialog::leaveEvent(QEvent *event) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QInputDialog::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr event) | Virtual method void QInputDialog::mouseDoubleClickEvent(QMouseEvent *event) | ||
void | mouseMoveEvent | (QMouseEvent ptr event) | Virtual method void QInputDialog::mouseMoveEvent(QMouseEvent *event) | ||
void | mousePressEvent | (QMouseEvent ptr event) | Virtual method void QInputDialog::mousePressEvent(QMouseEvent *event) | ||
void | mouseReleaseEvent | (QMouseEvent ptr event) | Virtual method void QInputDialog::mouseReleaseEvent(QMouseEvent *event) | ||
void | moveEvent | (QMoveEvent ptr event) | Virtual method void QInputDialog::moveEvent(QMoveEvent *event) | ||
bool | nativeEvent | (bytes eventType, void * message, long ptr result) | Virtual method bool QInputDialog::nativeEvent(const QByteArray &eventType, void *message, long int *result) | ||
void | paintEvent | (QPaintEvent ptr event) | Virtual method void QInputDialog::paintEvent(QPaintEvent *event) | ||
void | qt_create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QInputDialog::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QInputDialog::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QInputDialog::receivers(const char *signal) | |
[const] | QPaintDevice ptr | redirected | (QPoint ptr offset) | Virtual method QPaintDevice *QInputDialog::redirected(QPoint *offset) | |
void | resizeEvent | (QResizeEvent ptr arg1) | Virtual method void QInputDialog::resizeEvent(QResizeEvent *) | ||
[const] | QObject ptr | sender | Method QObject *QInputDialog::sender() | ||
[const] | int | senderSignalIndex | Method int QInputDialog::senderSignalIndex() | ||
[const] | QPainter ptr | sharedPainter | Virtual method QPainter *QInputDialog::sharedPainter() | ||
void | showEvent | (QShowEvent ptr arg1) | Virtual method void QInputDialog::showEvent(QShowEvent *) | ||
void | tabletEvent | (QTabletEvent ptr event) | Virtual method void QInputDialog::tabletEvent(QTabletEvent *event) | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QInputDialog::timerEvent(QTimerEvent *event) | ||
void | updateMicroFocus | Method void QInputDialog::updateMicroFocus() | |||
void | wheelEvent | (QWheelEvent ptr event) | Virtual method void QInputDialog::wheelEvent(QWheelEvent *event) |
DoubleInput | Signature: [static,const] QInputDialog_InputMode DoubleInput Description: Enum constant QInputDialog::DoubleInput Python specific notes: |
IntInput | Signature: [static,const] QInputDialog_InputMode IntInput Description: Enum constant QInputDialog::IntInput Python specific notes: |
NoButtons | Signature: [static,const] QInputDialog_InputDialogOption NoButtons Description: Enum constant QInputDialog::NoButtons Python specific notes: |
TextInput | Signature: [static,const] QInputDialog_InputMode TextInput Description: Enum constant QInputDialog::TextInput Python specific notes: |
UseListViewForComboBoxItems | Signature: [static,const] QInputDialog_InputDialogOption UseListViewForComboBoxItems Description: Enum constant QInputDialog::UseListViewForComboBoxItems Python specific notes: |
UsePlainTextEditForTextInput | Signature: [static,const] QInputDialog_InputDialogOption UsePlainTextEditForTextInput Description: Enum constant QInputDialog::UsePlainTextEditForTextInput Python specific notes: |
_const_cast | Signature: [const] QInputDialog ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_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: |
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: |
cancelButtonText= | Signature: void cancelButtonText= (string text) Description: Method void QInputDialog::setCancelButtonText(const QString &text) Python specific notes: |
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: |
comboBoxEditable= | Signature: void comboBoxEditable= (bool editable) Description: Method void QInputDialog::setComboBoxEditable(bool editable) Python specific notes: |
comboBoxItems | Signature: [const] string[] comboBoxItems Description: Method QStringList QInputDialog::comboBoxItems() Python specific notes: |
comboBoxItems= | Signature: void comboBoxItems= (string[] items) Description: Method void QInputDialog::setComboBoxItems(const QStringList &items) Python specific notes: |
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: |
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: |
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: |
doubleDecimals= | Signature: void doubleDecimals= (int decimals) Description: Method void QInputDialog::setDoubleDecimals(int decimals) Python specific notes: |
doubleMaximum | Signature: [const] double doubleMaximum Description: Method double QInputDialog::doubleMaximum() Python specific notes: |
doubleMaximum= | Signature: void doubleMaximum= (double max) Description: Method void QInputDialog::setDoubleMaximum(double max) Python specific notes: |
doubleMinimum | Signature: [const] double doubleMinimum Description: Method double QInputDialog::doubleMinimum() Python specific notes: |
doubleMinimum= | Signature: void doubleMinimum= (double min) Description: Method void QInputDialog::setDoubleMinimum(double min) Python specific notes: |
doubleStep | Signature: [const] double doubleStep Description: Method double QInputDialog::doubleStep() Python specific notes: |
doubleStep= | Signature: void doubleStep= (double step) Description: Method void QInputDialog::setDoubleStep(double step) Python specific notes: |
doubleValue | Signature: [const] double doubleValue Description: Method double QInputDialog::doubleValue() Python specific notes: |
doubleValue= | Signature: void doubleValue= (double value) Description: Method void QInputDialog::setDoubleValue(double value) Python specific notes: |
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: |
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: |
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: |
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: |
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: |
inputMode= | Signature: void inputMode= (const QInputDialog_InputMode mode) Description: Method void QInputDialog::setInputMode(QInputDialog::InputMode mode) Python specific notes: |
intMaximum | Signature: [const] int intMaximum Description: Method int QInputDialog::intMaximum() Python specific notes: |
intMaximum= | Signature: void intMaximum= (int max) Description: Method void QInputDialog::setIntMaximum(int max) Python specific notes: |
intMinimum | Signature: [const] int intMinimum Description: Method int QInputDialog::intMinimum() Python specific notes: |
intMinimum= | Signature: void intMinimum= (int min) Description: Method void QInputDialog::setIntMinimum(int min) Python specific notes: |
intStep | Signature: [const] int intStep Description: Method int QInputDialog::intStep() Python specific notes: |
intStep= | Signature: void intStep= (int step) Description: Method void QInputDialog::setIntStep(int step) Python specific notes: |
intValue | Signature: [const] int intValue Description: Method int QInputDialog::intValue() Python specific notes: |
intValue= | Signature: void intValue= (int value) Description: Method void QInputDialog::setIntValue(int value) Python specific notes: |
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: |
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: |
isComboBoxEditable? | Signature: [const] bool isComboBoxEditable? Description: Method bool QInputDialog::isComboBoxEditable() Python specific notes: |
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: |
labelText= | Signature: void labelText= (string text) Description: Method void QInputDialog::setLabelText(const QString &text) Python specific notes: |
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: |
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: |
okButtonText | Signature: [const] string okButtonText Description: Method QString QInputDialog::okButtonText() Python specific notes: |
okButtonText= | Signature: void okButtonText= (string text) Description: Method void QInputDialog::setOkButtonText(const QString &text) Python specific notes: |
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: |
options= | Signature: void options= (QInputDialog_QFlags_InputDialogOption options) Description: Method void QInputDialog::setOptions(QFlags<QInputDialog::InputDialogOption> options) Python specific notes: |
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: |
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: |
setComboBoxEditable | Signature: void setComboBoxEditable (bool editable) Description: Method void QInputDialog::setComboBoxEditable(bool editable) Python specific notes: |
setComboBoxItems | Signature: void setComboBoxItems (string[] items) Description: Method void QInputDialog::setComboBoxItems(const QStringList &items) Python specific notes: |
setDoubleDecimals | Signature: void setDoubleDecimals (int decimals) Description: Method void QInputDialog::setDoubleDecimals(int decimals) Python specific notes: |
setDoubleMaximum | Signature: void setDoubleMaximum (double max) Description: Method void QInputDialog::setDoubleMaximum(double max) Python specific notes: |
setDoubleMinimum | Signature: void setDoubleMinimum (double min) Description: Method void QInputDialog::setDoubleMinimum(double min) Python specific notes: |
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: |
setDoubleValue | Signature: void setDoubleValue (double value) Description: Method void QInputDialog::setDoubleValue(double value) Python specific notes: |
setInputMode | Signature: void setInputMode (const QInputDialog_InputMode mode) Description: Method void QInputDialog::setInputMode(QInputDialog::InputMode mode) Python specific notes: |
setIntMaximum | Signature: void setIntMaximum (int max) Description: Method void QInputDialog::setIntMaximum(int max) Python specific notes: |
setIntMinimum | Signature: void setIntMinimum (int min) Description: Method void QInputDialog::setIntMinimum(int min) Python specific notes: |
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: |
setIntValue | Signature: void setIntValue (int value) Description: Method void QInputDialog::setIntValue(int value) Python specific notes: |
setLabelText | Signature: void setLabelText (string text) Description: Method void QInputDialog::setLabelText(const QString &text) Python specific notes: |
setOkButtonText | Signature: void setOkButtonText (string text) Description: Method void QInputDialog::setOkButtonText(const QString &text) Python specific notes: |
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: |
setTextEchoMode | Signature: void setTextEchoMode (const QLineEdit_EchoMode mode) Description: Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) Python specific notes: |
setTextValue | Signature: void setTextValue (string text) Description: Method void QInputDialog::setTextValue(const QString &text) Python specific notes: |
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: |
textEchoMode= | Signature: void textEchoMode= (const QLineEdit_EchoMode mode) Description: Method void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) Python specific notes: |
textValue | Signature: [const] string textValue Description: Method QString QInputDialog::textValue() Python specific notes: |
textValue= | Signature: void textValue= (string text) Description: Method void QInputDialog::setTextValue(const QString &text) Python specific notes: |
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: |
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: |
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: |
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: |
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: |
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: |