00001 00008 #ifndef HBSETTINGSPANEL_H_ 00009 #define HBSETTINGSPANEL_H_ 00010 #include <QtGui/QGroupBox> 00011 #include <QtGui/QVBoxLayout> 00012 00013 #include "HighlightBlock.h" 00014 00015 #include "HBInfoPanel.h" 00016 #include "HBFormatPanel.h" 00017 #include "HBslPatternsPanel.h" 00018 #include "HBmlPatternsPanel.h" 00026 class HBSettingsPanel : public QGroupBox 00027 { 00028 Q_OBJECT 00029 public: 00036 HBSettingsPanel(QWidget * parent,HighlightBlock * _block); 00037 00038 00039 private: 00040 HighlightBlock * block; 00041 QVBoxLayout * groupLayout; 00042 HBInfoPanel * infoSettings; 00043 HBFormatPanel * formatSettings; 00044 QGroupBox * patternSettings; 00045 }; 00046 00047 #endif /* HBSETTINGSPANEL_H_ */
1.5.8