Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

QCompletionBox Class Reference

Combo box, which can autocomplete input and make suggestions. More...

#include <qcompletionbox.h>

List of all members.

Public Methods

 QCompletionBox (QStringList &cmds, QWidget *parent=0, const char *name=0)

Protected Slots

void autoComplete (const QString &)
void itemActivated (const QString &)


Detailed Description

Combo box, which can autocomplete input and make suggestions.

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

Author:
Heiko Köhler


Constructor & Destructor Documentation

QCompletionBox::QCompletionBox QStringList &    cmds,
QWidget *    parent = 0,
const char *    name = 0
 

this constructor creates a combo box, which autocompletes his input


Member Function Documentation

void QCompletionBox::autoComplete const QString &    [protected, slot]
 

on user input search strings starting with str in list box

void QCompletionBox::itemActivated const QString &    [protected, slot]
 

called after an item has been selected


The documentation for this class was generated from the following file:
Generated on Tue Feb 4 17:05:22 2003 by doxygen1.2.17