runoptionswidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './runoptionswidgetbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 08:50:46 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef RUN_OPTIONS_WIDGET_H 00011 #define RUN_OPTIONS_WIDGET_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <ksqueezedtextlabel.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QButtonGroup; 00022 class QRadioButton; 00023 class KSqueezedTextLabel; 00024 class QLineEdit; 00025 class QPushButton; 00026 class QGroupBox; 00027 class QLabel; 00028 class QCheckBox; 00029 00030 class RunOptionsWidgetBase : public QWidget 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 RunOptionsWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00036 ~RunOptionsWidgetBase(); 00037 00038 QButtonGroup* directoryButtonGroup; 00039 QRadioButton* executableDirectory_radio; 00040 QRadioButton* buildDirectory_radio; 00041 KSqueezedTextLabel* buildDirectory_label; 00042 QRadioButton* customDirectory_radio; 00043 QLineEdit* customRunDirectory_edit; 00044 QPushButton* browseCustomButton; 00045 QGroupBox* programGroupBox; 00046 QLabel* mainprogram_label; 00047 QLabel* mainProgram_relativeness_label; 00048 QLineEdit* mainprogram_edit; 00049 QPushButton* browseMainButton; 00050 QLabel* progargs_label; 00051 QLineEdit* progargs_edit; 00052 QGroupBox* env_var_group; 00053 QCheckBox* startinterminal_box; 00054 QCheckBox* autocompile_box; 00055 00056 public slots: 00057 virtual void directoryRadioChanged(); 00058 virtual void browseCustomDirectory(); 00059 virtual void browseMainProgram(); 00060 00061 protected: 00062 QVBoxLayout* run_options_widgetLayout; 00063 QGridLayout* directoryButtonGroupLayout; 00064 QHBoxLayout* layout2; 00065 QGridLayout* programGroupBoxLayout; 00066 QHBoxLayout* layout1; 00067 00068 protected slots: 00069 virtual void languageChange(); 00070 00071 }; 00072 00073 #endif // RUN_OPTIONS_WIDGET_H