#include <qcompletionbox.h>
Signals | |
| void | commandExecuted () |
Public Member Functions | |
| QCommandBox (CmdInterpreter *cmdInterpreter, QWidget *parent=0, const char *name=0) | |
| void | registerPyModule (PyObject *module) |
Protected Slots | |
| void | autoComplete (const QString &) |
| void | itemActivated (const QString &) |
| void | exec () |
This combo box is for typing CUTE commands and executes them
|
||||||||||||||||
|
this constructor creates a combo box, which autocompletes his input and executes commands |
|
|
on user input search strings starting with str in list box |
|
|
executes command with interpreter |
|
|
called after an item has been selected |
|
|
inserts all functions of the python module into history list |
1.3.2