Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Activated (string text) |
| |
void | Activated (QModelIndex index) |
void | Highlighted (string text) |
| |
void | Highlighted (QModelIndex index) |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQCompleterSignals.Activated | ( | string | text | ) |
This signal is sent when an item in the popup() is activated by the user. (by clicking or pressing return). The item's index in the completionModel() is given.
void QtGui.IQCompleterSignals.Activated | ( | QModelIndex | index | ) |
void QtGui.IQCompleterSignals.Highlighted | ( | string | text | ) |
This signal is sent when an item in the popup() is highlighted by the user. It is also sent if complete() is called with the completionMode() set to QCompleter::InlineCompletion. The item's index in the completionModel() is given.
void QtGui.IQCompleterSignals.Highlighted | ( | QModelIndex | index | ) |