#include <add_display_dialog.h>
Signals | |
void | itemClicked (QTreeWidgetItem *item, int column) |
Public Member Functions | |
EmbeddableComboBox (QTreeWidgetItem *parent, int col) | |
Private Slots | |
void | onActivated (int index) |
Private Attributes | |
int | column_ |
QTreeWidgetItem * | parent_ |
A combo box that can be inserted into a QTreeWidgetItem
Identical to QComboBox except that when it clicks it emits a signal containing the QTreeWidgetItem that it's given at construction.
Definition at line 207 of file add_display_dialog.h.
|
inline |
Definition at line 211 of file add_display_dialog.h.
|
signal |
|
inlineprivateslot |
Definition at line 221 of file add_display_dialog.h.
|
private |
Definition at line 228 of file add_display_dialog.h.
|
private |
Definition at line 227 of file add_display_dialog.h.