replacedlg.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './replacedlg.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:48:53 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 REPLACEDLG_H 00011 #define REPLACEDLG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QCheckBox; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 class QPushButton; 00025 class KHistoryCombo; 00026 class KURLRequester; 00027 class QLabel; 00028 00029 class ReplaceDlg : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 ReplaceDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~ReplaceDlg(); 00036 00037 QGroupBox* groupBox2; 00038 QCheckBox* case_box; 00039 QButtonGroup* buttonGroup2; 00040 QRadioButton* strings_all_radio; 00041 QRadioButton* strings_wholewords_radio; 00042 QRadioButton* strings_regexp_radio; 00043 QPushButton* regexp_button; 00044 KHistoryCombo* regexp_combo; 00045 QButtonGroup* buttonGroup1; 00046 QRadioButton* files_all_radio; 00047 QRadioButton* files_open_radio; 00048 QRadioButton* files_path_radio; 00049 KURLRequester* path_urlreq; 00050 QLabel* expression_varning_label; 00051 QPushButton* find_button; 00052 QPushButton* cancel_button; 00053 QGroupBox* groupBox1; 00054 QLabel* textLabel1; 00055 KHistoryCombo* find_combo; 00056 QLabel* textLabel2; 00057 KHistoryCombo* replacement_combo; 00058 00059 protected: 00060 QGridLayout* ReplaceDlgLayout; 00061 QVBoxLayout* groupBox2Layout; 00062 QVBoxLayout* buttonGroup2Layout; 00063 QHBoxLayout* layout3; 00064 QVBoxLayout* buttonGroup1Layout; 00065 QHBoxLayout* layout4; 00066 QSpacerItem* spacer1; 00067 QGridLayout* groupBox1Layout; 00068 00069 protected slots: 00070 virtual void languageChange(); 00071 00072 }; 00073 00074 #endif // REPLACEDLG_H