28 #ifndef QY2ComboTabWidget_h
29 #define QY2ComboTabWidget_h
56 const char * name = 0 );
67 void addPage(
const QString & page_label, QWidget * page );
100 QComboBox * combo_box;
101 QLabel * combo_label;
102 QStackedWidget * widget_stack;
103 QHash<int, QWidget *> pages;
106 #endif // QY2ComboTabWidget_h