1#ifndef WIDGETS_CLEARCOMBOBOX_H
2#define WIDGETS_CLEARCOMBOBOX_H
12 Q_PROPERTY(
bool cleared READ isCleared)
17 bool isCleared()
const override;
20 void handleTextChanged(
const QString &
text);
21 void handleClearButtonClicked()
override;
22 void handleCustomLayoutCreated()
override;
A QComboBox with an embedded button for clearing its contents.
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.