#include "QtxComboBox.h"#include <QStandardItemModel>#include <QLineEdit>#include <QEvent>#include <QApplication>
Data Structures | |
| class | QtxComboBox.Model |
| Internal view model, used to process 'cleared' state of the combo box. More... | |
| class | QtxComboBox.ClearEvent |
| Custom event, used to process 'cleared' state of the combo box in the editable mode. More... | |
Defines | |
| #define | CLEAR_EVENT QEvent::Type( QEvent::User + 123 ) |
| #define CLEAR_EVENT QEvent::Type( QEvent::User + 123 ) |