#include <add_display_dialog.h>

| Signals | |
| void | itemClicked (QTreeWidgetItem *item, int column) | 
| Public Member Functions | |
| EmbeddableComboBox (QTreeWidgetItem *parent, int col) | |
| 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 209 of file add_display_dialog.h.
| 
 | inline | 
Definition at line 213 of file add_display_dialog.h.
| 
 | signal | 
| 
 | private | 
Definition at line 223 of file add_display_dialog.h.
| 
 | private | 
Definition at line 222 of file add_display_dialog.h.