00001 #ifndef STYLECOMBOBOX_H 00002 #define STYLECOMBOBOX_H 00003 00004 #include <QComboBox> 00005 00006 namespace srchiliteqt { 00007 00012 class StyleComboBox : public QComboBox 00013 { 00014 Q_OBJECT 00015 public: 00016 StyleComboBox(); 00017 00018 public slots: 00024 void setCurrentStyle(const QString &styleFile); 00025 00029 const QString getCurrentStyle() const; 00030 }; 00031 00032 } 00033 00034 #endif // STYLECOMBOBOX_H