KDevelop API Documentation

src/settingswidget.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './settingswidget.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:37:58 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SETTINGS_WIDGET_H 00011 #define SETTINGS_WIDGET_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <kfontdialog.h> 00016 #include <qfont.h> 00017 #include <qpushbutton.h> 00018 00019 class QVBoxLayout; 00020 class QHBoxLayout; 00021 class QGridLayout; 00022 class QSpacerItem; 00023 class QCheckBox; 00024 class QGroupBox; 00025 class QLabel; 00026 class QPushButton; 00027 class QButtonGroup; 00028 class QRadioButton; 00029 class KURLRequester; 00030 00031 class SettingsWidget : public QWidget 00032 { 00033 Q_OBJECT 00034 00035 public: 00036 SettingsWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00037 ~SettingsWidget(); 00038 00039 QCheckBox* lastProjectCheckbox; 00040 QGroupBox* GroupBox2; 00041 QLabel* buttonLabel_2; 00042 QPushButton* changeApplicationFontButton; 00043 QGroupBox* GroupBox1; 00044 QLabel* buttonLabel; 00045 QPushButton* changeMessageFontButton; 00046 QCheckBox* lineWrappingCheckBox; 00047 QCheckBox* dirNavigMsgCheckBox; 00048 QButtonGroup* compilerOutputButtonGroup; 00049 QRadioButton* veryShortCompilerOutputRadioButton; 00050 QRadioButton* shortCompilerOutputRadioButton; 00051 QRadioButton* fullCompilerOutputRadioButton; 00052 KURLRequester* projects_url; 00053 QLabel* textLabel1; 00054 00055 public slots: 00056 virtual void changeMessageFontSlot(); 00057 virtual void changeApplicationFontSlot(); 00058 virtual QFont applicationFont(); 00059 virtual QFont messageFont(); 00060 virtual void setMessageFont( const QFont & fnt ); 00061 virtual void setApplicationFont( const QFont & fnt ); 00062 00063 protected: 00064 QFont _messageFont; 00065 QFont _applicationFont; 00066 00067 QGridLayout* settings_widgetLayout; 00068 QSpacerItem* Spacer1; 00069 QVBoxLayout* GroupBox2Layout; 00070 QHBoxLayout* Layout10; 00071 QSpacerItem* Spacer3; 00072 QVBoxLayout* GroupBox1Layout; 00073 QHBoxLayout* Layout9; 00074 QSpacerItem* Spacer2; 00075 QHBoxLayout* Layout9_2; 00076 QVBoxLayout* Layout6; 00077 QSpacerItem* Spacer4; 00078 QVBoxLayout* Layout3; 00079 QVBoxLayout* compilerOutputButtonGroupLayout; 00080 00081 protected slots: 00082 virtual void languageChange(); 00083 00084 }; 00085 00086 #endif // SETTINGS_WIDGET_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:14 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003