ctags2_widgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './ctags2_widgetbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:00:01 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 CTAGS2WIDGETBASE_H 00011 #define CTAGS2WIDGETBASE_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 KListView; 00021 class QListViewItem; 00022 class QLabel; 00023 class QLineEdit; 00024 class QPushButton; 00025 00026 class CTags2WidgetBase : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 CTags2WidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~CTags2WidgetBase(); 00033 00034 KListView* output_view; 00035 QLabel* textLabel1; 00036 QLineEdit* input_edit; 00037 QLabel* hitcount_label; 00038 QLabel* datetime_label; 00039 QPushButton* generate_button; 00040 00041 protected: 00042 QVBoxLayout* CTags2WidgetBaseLayout; 00043 QHBoxLayout* layout3; 00044 QSpacerItem* spacer1; 00045 00046 protected slots: 00047 virtual void languageChange(); 00048 00049 private slots: 00050 virtual void line_edit_changed_delayed(); 00051 virtual void line_edit_changed(); 00052 virtual void regeneratebutton_clicked(); 00053 00054 }; 00055 00056 #endif // CTAGS2WIDGETBASE_H