Notation used in Ruby API documentation
Module: QtWidgets
Description: Binding of QCompleter
Class hierarchy: QCompleter » QObject
Sub-classes: CompletionMode, QFlags_CompletionMode, ModelSorting, QFlags_ModelSorting
new QCompleter | new | (QObject ptr parent = nullptr) | Constructor QCompleter::QCompleter(QObject *parent) |
new QCompleter | new | (QAbstractItemModel ptr model, QObject ptr parent = nullptr) | Constructor QCompleter::QCompleter(QAbstractItemModel *model, QObject *parent) |
new QCompleter | new | (string[] completions, QObject ptr parent = nullptr) | Constructor QCompleter::QCompleter(const QStringList &completions, QObject *parent) |
[const] | QCompleter 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. | ||
[signal] | void | activated | (const QModelIndex index) | Signal declaration for QCompleter::activated(const QModelIndex &index) |
[signal] | void | activated_qs | (string text) | Signal declaration for QCompleter::activated(const QString &text) |
[const] | Qt_CaseSensitivity | caseSensitivity | Method Qt::CaseSensitivity QCompleter::caseSensitivity() | |
void | caseSensitivity= | (const Qt_CaseSensitivity caseSensitivity) | Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) | |
void | complete | (const QRect rect = QRect()) | Method void QCompleter::complete(const QRect &rect) | |
[const] | int | completionColumn | Method int QCompleter::completionColumn() | |
void | completionColumn= | (int column) | Method void QCompleter::setCompletionColumn(int column) | |
[const] | int | completionCount | Method int QCompleter::completionCount() | |
[const] | QCompleter_CompletionMode | completionMode | Method QCompleter::CompletionMode QCompleter::completionMode() | |
void | completionMode= | (const QCompleter_CompletionMode mode) | Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) | |
[const] | QAbstractItemModel ptr | completionModel | Method QAbstractItemModel *QCompleter::completionModel() | |
[const] | string | completionPrefix | Method QString QCompleter::completionPrefix() | |
void | completionPrefix= | (string prefix) | Method void QCompleter::setCompletionPrefix(const QString &prefix) | |
[const] | int | completionRole | Method int QCompleter::completionRole() | |
void | completionRole= | (int role) | Method void QCompleter::setCompletionRole(int role) | |
[const] | string | currentCompletion | Method QString QCompleter::currentCompletion() | |
[const] | QModelIndex | currentIndex | Method QModelIndex QCompleter::currentIndex() | |
[const] | int | currentRow | Method int QCompleter::currentRow() | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QCompleter::destroyed(QObject *) |
void | emit_activated | (const QModelIndex index) | Emitter for signal void QCompleter::activated(const QModelIndex &index) | |
void | emit_activated_qs | (string text) | Emitter for signal void QCompleter::activated(const QString &text) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QCompleter::destroyed(QObject *) | |
void | emit_highlighted | (const QModelIndex index) | Emitter for signal void QCompleter::highlighted(const QModelIndex &index) | |
void | emit_highlighted_qs | (string text) | Emitter for signal void QCompleter::highlighted(const QString &text) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QCompleter::objectNameChanged(const QString &objectName) | |
[const] | Qt_QFlags_MatchFlag | filterMode | Method QFlags<Qt::MatchFlag> QCompleter::filterMode() | |
void | filterMode= | (Qt_QFlags_MatchFlag filterMode) | Method void QCompleter::setFilterMode(QFlags<Qt::MatchFlag> filterMode) | |
[signal] | void | highlighted | (const QModelIndex index) | Signal declaration for QCompleter::highlighted(const QModelIndex &index) |
[signal] | void | highlighted_qs | (string text) | Signal declaration for QCompleter::highlighted(const QString &text) |
[const] | int | maxVisibleItems | Method int QCompleter::maxVisibleItems() | |
void | maxVisibleItems= | (int maxItems) | Method void QCompleter::setMaxVisibleItems(int maxItems) | |
[const] | QAbstractItemModel ptr | model | Method QAbstractItemModel *QCompleter::model() | |
void | model= | (QAbstractItemModel ptr c) | Method void QCompleter::setModel(QAbstractItemModel *c) | |
[const] | QCompleter_ModelSorting | modelSorting | Method QCompleter::ModelSorting QCompleter::modelSorting() | |
void | modelSorting= | (const QCompleter_ModelSorting sorting) | Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QCompleter::objectNameChanged(const QString &objectName) |
[const] | string | pathFromIndex | (const QModelIndex index) | Virtual method QString QCompleter::pathFromIndex(const QModelIndex &index) |
[const] | QAbstractItemView ptr | popup | Method QAbstractItemView *QCompleter::popup() | |
void | popup= | (QAbstractItemView ptr popup) | Method void QCompleter::setPopup(QAbstractItemView *popup) | |
void | setCaseSensitivity | (const Qt_CaseSensitivity caseSensitivity) | Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) | |
void | setCompletionColumn | (int column) | Method void QCompleter::setCompletionColumn(int column) | |
void | setCompletionMode | (const QCompleter_CompletionMode mode) | Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) | |
void | setCompletionPrefix | (string prefix) | Method void QCompleter::setCompletionPrefix(const QString &prefix) | |
void | setCompletionRole | (int role) | Method void QCompleter::setCompletionRole(int role) | |
bool | setCurrentRow | (int row) | Method bool QCompleter::setCurrentRow(int row) | |
void | setFilterMode | (Qt_QFlags_MatchFlag filterMode) | Method void QCompleter::setFilterMode(QFlags<Qt::MatchFlag> filterMode) | |
void | setMaxVisibleItems | (int maxItems) | Method void QCompleter::setMaxVisibleItems(int maxItems) | |
void | setModel | (QAbstractItemModel ptr c) | Method void QCompleter::setModel(QAbstractItemModel *c) | |
void | setModelSorting | (const QCompleter_ModelSorting sorting) | Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) | |
void | setPopup | (QAbstractItemView ptr popup) | Method void QCompleter::setPopup(QAbstractItemView *popup) | |
void | setWidget | (QWidget ptr widget) | Method void QCompleter::setWidget(QWidget *widget) | |
void | setWrapAround | (bool wrap) | Method void QCompleter::setWrapAround(bool wrap) | |
[const] | string[] | splitPath | (string path) | Virtual method QStringList QCompleter::splitPath(const QString &path) |
[const] | QWidget ptr | widget | Method QWidget *QCompleter::widget() | |
void | widget= | (QWidget ptr widget) | Method void QCompleter::setWidget(QWidget *widget) | |
[const] | bool | wrapAround | Method bool QCompleter::wrapAround() | |
void | wrapAround= | (bool wrap) | Method void QCompleter::setWrapAround(bool wrap) |
[static,const] | QCompleter_ModelSorting | CaseInsensitivelySortedModel | Enum constant QCompleter::CaseInsensitivelySortedModel | |
[static,const] | QCompleter_ModelSorting | CaseSensitivelySortedModel | Enum constant QCompleter::CaseSensitivelySortedModel | |
[static,const] | QCompleter_CompletionMode | InlineCompletion | Enum constant QCompleter::InlineCompletion | |
[static,const] | QCompleter_CompletionMode | PopupCompletion | Enum constant QCompleter::PopupCompletion | |
[static,const] | QCompleter_CompletionMode | UnfilteredPopupCompletion | Enum constant QCompleter::UnfilteredPopupCompletion | |
[static,const] | QCompleter_ModelSorting | UnsortedModel | Enum constant QCompleter::UnsortedModel | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QCompleter::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QCompleter::trUtf8(const char *s, const char *c, int n) |
void | childEvent | (QChildEvent ptr event) | Virtual method void QCompleter::childEvent(QChildEvent *event) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QCompleter::customEvent(QEvent *event) | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QCompleter::disconnectNotify(const QMetaMethod &signal) | ||
bool | event | (QEvent ptr arg1) | Virtual method bool QCompleter::event(QEvent *) | ||
bool | eventFilter | (QObject ptr o, QEvent ptr e) | Virtual method bool QCompleter::eventFilter(QObject *o, QEvent *e) | ||
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QCompleter::isSignalConnected(const QMetaMethod &signal) | |
[const] | int | receivers | (string signal) | Method int QCompleter::receivers(const char *signal) | |
[const] | QObject ptr | sender | Method QObject *QCompleter::sender() | ||
[const] | int | senderSignalIndex | Method int QCompleter::senderSignalIndex() | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QCompleter::timerEvent(QTimerEvent *event) |
CaseInsensitivelySortedModel | Signature: [static,const] QCompleter_ModelSorting CaseInsensitivelySortedModel Description: Enum constant QCompleter::CaseInsensitivelySortedModel Python specific notes: |
CaseSensitivelySortedModel | Signature: [static,const] QCompleter_ModelSorting CaseSensitivelySortedModel Description: Enum constant QCompleter::CaseSensitivelySortedModel Python specific notes: |
InlineCompletion | Signature: [static,const] QCompleter_CompletionMode InlineCompletion Description: Enum constant QCompleter::InlineCompletion Python specific notes: |
PopupCompletion | Signature: [static,const] QCompleter_CompletionMode PopupCompletion Description: Enum constant QCompleter::PopupCompletion Python specific notes: |
UnfilteredPopupCompletion | Signature: [static,const] QCompleter_CompletionMode UnfilteredPopupCompletion Description: Enum constant QCompleter::UnfilteredPopupCompletion Python specific notes: |
UnsortedModel | Signature: [static,const] QCompleter_ModelSorting UnsortedModel Description: Enum constant QCompleter::UnsortedModel Python specific notes: |
_const_cast | Signature: [const] QCompleter 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. |
activated | Signature: [signal] void activated (const QModelIndex index) Description: Signal declaration for QCompleter::activated(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
activated_qs | Signature: [signal] void activated_qs (string text) Description: Signal declaration for QCompleter::activated(const QString &text) You can bind a procedure to this signal. Python specific notes: |
caseSensitivity | Signature: [const] Qt_CaseSensitivity caseSensitivity Description: Method Qt::CaseSensitivity QCompleter::caseSensitivity() Python specific notes: |
caseSensitivity= | Signature: void caseSensitivity= (const Qt_CaseSensitivity caseSensitivity) Description: Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) Python specific notes: |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QCompleter::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
complete | Signature: void complete (const QRect rect = QRect()) Description: Method void QCompleter::complete(const QRect &rect) |
completionColumn | Signature: [const] int completionColumn Description: Method int QCompleter::completionColumn() Python specific notes: |
completionColumn= | Signature: void completionColumn= (int column) Description: Method void QCompleter::setCompletionColumn(int column) Python specific notes: |
completionCount | Signature: [const] int completionCount Description: Method int QCompleter::completionCount() |
completionMode | Signature: [const] QCompleter_CompletionMode completionMode Description: Method QCompleter::CompletionMode QCompleter::completionMode() Python specific notes: |
completionMode= | Signature: void completionMode= (const QCompleter_CompletionMode mode) Description: Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) Python specific notes: |
completionModel | Signature: [const] QAbstractItemModel ptr completionModel Description: Method QAbstractItemModel *QCompleter::completionModel() |
completionPrefix | Signature: [const] string completionPrefix Description: Method QString QCompleter::completionPrefix() Python specific notes: |
completionPrefix= | Signature: void completionPrefix= (string prefix) Description: Method void QCompleter::setCompletionPrefix(const QString &prefix) Python specific notes: |
completionRole | Signature: [const] int completionRole Description: Method int QCompleter::completionRole() Python specific notes: |
completionRole= | Signature: void completionRole= (int role) Description: Method void QCompleter::setCompletionRole(int role) Python specific notes: |
currentCompletion | Signature: [const] string currentCompletion Description: Method QString QCompleter::currentCompletion() |
currentIndex | Signature: [const] QModelIndex currentIndex Description: Method QModelIndex QCompleter::currentIndex() |
currentRow | Signature: [const] int currentRow Description: Method int QCompleter::currentRow() |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QCompleter::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QCompleter::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QCompleter::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
emit_activated | Signature: void emit_activated (const QModelIndex index) Description: Emitter for signal void QCompleter::activated(const QModelIndex &index) Call this method to emit this signal. |
emit_activated_qs | Signature: void emit_activated_qs (string text) Description: Emitter for signal void QCompleter::activated(const QString &text) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QCompleter::destroyed(QObject *) Call this method to emit this signal. |
emit_highlighted | Signature: void emit_highlighted (const QModelIndex index) Description: Emitter for signal void QCompleter::highlighted(const QModelIndex &index) Call this method to emit this signal. |
emit_highlighted_qs | Signature: void emit_highlighted_qs (string text) Description: Emitter for signal void QCompleter::highlighted(const QString &text) Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QCompleter::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
event | Signature: bool event (QEvent ptr arg1) Description: Virtual method bool QCompleter::event(QEvent *) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr o, QEvent ptr e) Description: Virtual method bool QCompleter::eventFilter(QObject *o, QEvent *e) This method can be reimplemented in a derived class. |
filterMode | Signature: [const] Qt_QFlags_MatchFlag filterMode Description: Method QFlags<Qt::MatchFlag> QCompleter::filterMode() Python specific notes: |
filterMode= | Signature: void filterMode= (Qt_QFlags_MatchFlag filterMode) Description: Method void QCompleter::setFilterMode(QFlags<Qt::MatchFlag> filterMode) Python specific notes: |
highlighted | Signature: [signal] void highlighted (const QModelIndex index) Description: Signal declaration for QCompleter::highlighted(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
highlighted_qs | Signature: [signal] void highlighted_qs (string text) Description: Signal declaration for QCompleter::highlighted(const QString &text) You can bind a procedure to this signal. Python specific notes: |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QCompleter::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
maxVisibleItems | Signature: [const] int maxVisibleItems Description: Method int QCompleter::maxVisibleItems() Python specific notes: |
maxVisibleItems= | Signature: void maxVisibleItems= (int maxItems) Description: Method void QCompleter::setMaxVisibleItems(int maxItems) Python specific notes: |
model | Signature: [const] QAbstractItemModel ptr model Description: Method QAbstractItemModel *QCompleter::model() Python specific notes: |
model= | Signature: void model= (QAbstractItemModel ptr c) Description: Method void QCompleter::setModel(QAbstractItemModel *c) Python specific notes: |
modelSorting | Signature: [const] QCompleter_ModelSorting modelSorting Description: Method QCompleter::ModelSorting QCompleter::modelSorting() Python specific notes: |
modelSorting= | Signature: void modelSorting= (const QCompleter_ModelSorting sorting) Description: Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) Python specific notes: |
new | (1) Signature: [static] new QCompleter new (QObject ptr parent = nullptr) Description: Constructor QCompleter::QCompleter(QObject *parent) This method creates an object of class QCompleter. Python specific notes: |
(2) Signature: [static] new QCompleter new (QAbstractItemModel ptr model, QObject ptr parent = nullptr) Description: Constructor QCompleter::QCompleter(QAbstractItemModel *model, QObject *parent) This method creates an object of class QCompleter. Python specific notes: | |
(3) Signature: [static] new QCompleter new (string[] completions, QObject ptr parent = nullptr) Description: Constructor QCompleter::QCompleter(const QStringList &completions, QObject *parent) This method creates an object of class QCompleter. Python specific notes: | |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QCompleter::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
pathFromIndex | Signature: [const] string pathFromIndex (const QModelIndex index) Description: Virtual method QString QCompleter::pathFromIndex(const QModelIndex &index) This method can be reimplemented in a derived class. |
popup | Signature: [const] QAbstractItemView ptr popup Description: Method QAbstractItemView *QCompleter::popup() Python specific notes: |
popup= | Signature: void popup= (QAbstractItemView ptr popup) Description: Method void QCompleter::setPopup(QAbstractItemView *popup) Python specific notes: |
receivers | Signature: [const] int receivers (string signal) Description: Method int QCompleter::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QCompleter::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QCompleter::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setCaseSensitivity | Signature: void setCaseSensitivity (const Qt_CaseSensitivity caseSensitivity) Description: Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) Python specific notes: |
setCompletionColumn | Signature: void setCompletionColumn (int column) Description: Method void QCompleter::setCompletionColumn(int column) Python specific notes: |
setCompletionMode | Signature: void setCompletionMode (const QCompleter_CompletionMode mode) Description: Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) Python specific notes: |
setCompletionPrefix | Signature: void setCompletionPrefix (string prefix) Description: Method void QCompleter::setCompletionPrefix(const QString &prefix) Python specific notes: |
setCompletionRole | Signature: void setCompletionRole (int role) Description: Method void QCompleter::setCompletionRole(int role) Python specific notes: |
setCurrentRow | Signature: bool setCurrentRow (int row) Description: Method bool QCompleter::setCurrentRow(int row) |
setFilterMode | Signature: void setFilterMode (Qt_QFlags_MatchFlag filterMode) Description: Method void QCompleter::setFilterMode(QFlags<Qt::MatchFlag> filterMode) Python specific notes: |
setMaxVisibleItems | Signature: void setMaxVisibleItems (int maxItems) Description: Method void QCompleter::setMaxVisibleItems(int maxItems) Python specific notes: |
setModel | Signature: void setModel (QAbstractItemModel ptr c) Description: Method void QCompleter::setModel(QAbstractItemModel *c) Python specific notes: |
setModelSorting | Signature: void setModelSorting (const QCompleter_ModelSorting sorting) Description: Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) Python specific notes: |
setPopup | Signature: void setPopup (QAbstractItemView ptr popup) Description: Method void QCompleter::setPopup(QAbstractItemView *popup) Python specific notes: |
setWidget | Signature: void setWidget (QWidget ptr widget) Description: Method void QCompleter::setWidget(QWidget *widget) Python specific notes: |
setWrapAround | Signature: void setWrapAround (bool wrap) Description: Method void QCompleter::setWrapAround(bool wrap) Python specific notes: |
splitPath | Signature: [const] string[] splitPath (string path) Description: Virtual method QStringList QCompleter::splitPath(const QString &path) This method can be reimplemented in a derived class. |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QCompleter::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 QCompleter::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 QCompleter::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
widget | Signature: [const] QWidget ptr widget Description: Method QWidget *QCompleter::widget() Python specific notes: |
widget= | Signature: void widget= (QWidget ptr widget) Description: Method void QCompleter::setWidget(QWidget *widget) Python specific notes: |
wrapAround | Signature: [const] bool wrapAround Description: Method bool QCompleter::wrapAround() Python specific notes: |
wrapAround= | Signature: void wrapAround= (bool wrap) Description: Method void QCompleter::setWrapAround(bool wrap) Python specific notes: |