AComboBox Class Reference
#include <acombobox.h>
List of all members.
Detailed Description
This class provides a Combobox with default values. If you want to use it, you have to change some things. You have to change that 3rd include(change to your model), as well the constructor. You HAVE to have a model behind the ComboBox.
Definition at line 17 of file acombobox.h.
Constructor & Destructor Documentation
AComboBox::AComboBox |
( |
const QString & |
defaultValue, |
|
|
AccountModel * |
model, |
|
|
const QString & |
text = "" , |
|
|
QWidget * |
parent = 0 | |
|
) |
| | |
AComboBox::AComboBox |
( |
const QString & |
defaultValue, |
|
|
AccountModel * |
model, |
|
|
QWidget * |
parent = 0 | |
|
) |
| | |
Member Function Documentation
void AComboBox::focusInEvent |
( |
QFocusEvent * |
e |
) |
|
void AComboBox::focusOutEvent |
( |
QFocusEvent * |
e |
) |
|
void AComboBox::hideHintText |
( |
|
) |
|
QString AComboBox::hintText |
( |
|
) |
const |
void AComboBox::resetStyle |
( |
|
) |
|
void AComboBox::setCurrentIndex |
( |
int |
index, |
|
|
bool |
created = false | |
|
) |
| | |
void AComboBox::setHintText |
( |
QString |
hintText |
) |
|
void AComboBox::setWrong |
( |
|
) |
|
void AComboBox::showHintText |
( |
|
) |
|
The documentation for this class was generated from the following files: