KDevelop API Documentation

regexptestdlgbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './regexptestdlgbase.ui'
00003 **
00004 ** Created: Tue Feb 22 08:57:22 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 REGEXP_TEST_DIALOG_H
00011 #define REGEXP_TEST_DIALOG_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 QLabel;
00021 class QLineEdit;
00022 class QPushButton;
00023 class QButtonGroup;
00024 class QRadioButton;
00025 class QListView;
00026 class QListViewItem;
00027 
00028 class RegexpTestDialogBase : public QDialog
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     RegexpTestDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~RegexpTestDialogBase();
00035 
00036     QLabel* pattern_label;
00037     QLabel* teststring_label;
00038     QLineEdit* teststring_edit;
00039     QLabel* success_label;
00040     QPushButton* insertbutton;
00041     QPushButton* cancelbutton;
00042     QLineEdit* pattern_edit;
00043     QButtonGroup* flavor_group;
00044     QRadioButton* basicposix_button;
00045     QRadioButton* extendedposix_button;
00046     QRadioButton* qregexp_button;
00047     QRadioButton* qregexp_min_button;
00048     QRadioButton* kregexp_button;
00049     QPushButton* rxedit_button;
00050     QLabel* subgroups_label;
00051     QListView* subgroups_listview;
00052 
00053 public slots:
00054     virtual void somethingChanged();
00055 
00056 protected:
00057     QGridLayout* regexp_test_dialogLayout;
00058     QHBoxLayout* Layout4;
00059     QSpacerItem* Horizontal_Spacing2;
00060     QVBoxLayout* flavor_groupLayout;
00061     QHBoxLayout* layout2;
00062 
00063 protected slots:
00064     virtual void languageChange();
00065 
00066     virtual void insertQuoted();
00067     virtual void showRegExpEditor();
00068 
00069 
00070 };
00071 
00072 #endif // REGEXP_TEST_DIALOG_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003