#include <qcompletionbox.h>
Public Methods | |
| QCompletionBox (QStringList &cmds, QWidget *parent=0, const char *name=0) | |
Protected Slots | |
| void | autoComplete (const QString &) |
| void | itemActivated (const QString &) |
QCompletionBox is a combo box for typing commands. All available commands are stored in this class and new can be added by typing new ones
|
||||||||||||||||
|
this constructor creates a combo box, which autocompletes his input |
|
|
on user input search strings starting with str in list box |
|
|
called after an item has been selected |
1.2.17