#include "QtxComboBox.h"
#include <QStandardItemModel>
#include <QLineEdit>
#include <QEvent>
#include <QApplication>
Classes | |
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 editable mode. More... | |
Macros | |
#define | CLEAR_EVENT QEvent::Type( QEvent::User + 123 ) |
#define CLEAR_EVENT QEvent::Type( QEvent::User + 123 ) |