akregator/src
settings_appearance.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './settings_appearance.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:02:51 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SETTINGSAPPEARANCE_H 00011 #define SETTINGSAPPEARANCE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QLabel; 00022 class QSlider; 00023 class KIntSpinBox; 00024 class KFontCombo; 00025 class QCheckBox; 00026 00027 namespace Akregator { 00028 class SettingsAppearance : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 SettingsAppearance( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~SettingsAppearance(); 00035 00036 QGroupBox* groupBox3; 00037 QLabel* lbl_MinimumFontSize; 00038 QSlider* slider_minimumFontSize; 00039 KIntSpinBox* kcfg_MinimumFontSize; 00040 QLabel* lbl_MediumFontSize; 00041 QSlider* slider_mediumFontSize; 00042 KIntSpinBox* kcfg_MediumFontSize; 00043 QGroupBox* FontsGroupBox; 00044 QLabel* textLabel1; 00045 KFontCombo* kcfg_StandardFont; 00046 QLabel* textLabel2_2; 00047 KFontCombo* kcfg_FixedFont; 00048 QLabel* textLabel3; 00049 KFontCombo* kcfg_SerifFont; 00050 QLabel* textLabel4; 00051 KFontCombo* kcfg_SansSerifFont; 00052 QCheckBox* kcfg_UnderlineLinks; 00053 00054 protected: 00055 QVBoxLayout* SettingsAppearanceLayout; 00056 QSpacerItem* spacer1; 00057 QGridLayout* groupBox3Layout; 00058 QGridLayout* FontsGroupBoxLayout; 00059 00060 protected slots: 00061 virtual void languageChange(); 00062 00063 }; 00064 } 00065 00066 #endif // SETTINGSAPPEARANCE_H