htmlpageinfo.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './htmlpageinfo.ui' 00003 ** 00004 ** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef HTMLPAGEINFO_H 00010 #define HTMLPAGEINFO_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 #include <kpushbutton.h> 00015 #include <qlabel.h> 00016 #include <kactivelabel.h> 00017 #include <qlistview.h> 00018 00019 class QVBoxLayout; 00020 class QHBoxLayout; 00021 class QGridLayout; 00022 class QSpacerItem; 00023 class QGroupBox; 00024 class QLabel; 00025 class KActiveLabel; 00026 class QListView; 00027 class QListViewItem; 00028 class KPushButton; 00029 00030 class KHTMLInfoDlg : public QDialog 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 KHTMLInfoDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 ~KHTMLInfoDlg(); 00037 00038 QGroupBox* groupBox2; 00039 QLabel* urlLabel; 00040 KActiveLabel* _title; 00041 KActiveLabel* _url; 00042 QLabel* _lastModified; 00043 QLabel* titleLabel; 00044 QLabel* _lmLabel; 00045 QLabel* _eLabel; 00046 KActiveLabel* _encoding; 00047 QGroupBox* groupBox1; 00048 QListView* _headers; 00049 KPushButton* _close; 00050 00051 protected: 00052 QGridLayout* HTMLPageInfoLayout; 00053 QSpacerItem* Spacer3; 00054 QHBoxLayout* groupBox2Layout; 00055 QGridLayout* layout1; 00056 QVBoxLayout* groupBox1Layout; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // HTMLPAGEINFO_H