HistoryCompleter Class
(Utils::HistoryCompleter)| Inherits: | QCompleter |
Public Functions
| HistoryCompleter(const QString &historyKey, QObject *parent = 0) | |
| QString | historyItem() const |
| bool | removeHistoryItem(int index) |
- 30 public functions inherited from QCompleter
Public Slots
| void | addEntry(const QString &str) |
| void | clearHistory() |
- 3 public slots inherited from QCompleter
Static Public Members
| bool | historyExistsFor(const QString &historyKey) |
| void | setSettings(QSettings *settings) |
Additional Inherited Members
- 9 properties inherited from QCompleter
- 4 signals inherited from QCompleter
- 2 protected functions inherited from QCompleter
Member Function Documentation
HistoryCompleter::HistoryCompleter(const QString &historyKey, QObject *parent = 0)
Default constructs an instance of HistoryCompleter.