htmlpageinfo.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HTMLPAGEINFO_H
00011 #define HTMLPAGEINFO_H
00012
00013 #include <qvariant.h>
00014 #include <kactivelabel.h>
00015 #include <kpushbutton.h>
00016 #include <qdialog.h>
00017 #include <qlabel.h>
00018 #include <qlistview.h>
00019
00020 class QVBoxLayout;
00021 class QHBoxLayout;
00022 class QGridLayout;
00023 class KActiveLabel;
00024 class KPushButton;
00025 class QLabel;
00026 class QListView;
00027 class QListViewItem;
00028
00029 class KHTMLInfoDlg : public QDialog
00030 {
00031 Q_OBJECT
00032
00033 public:
00034 KHTMLInfoDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00035 ~KHTMLInfoDlg();
00036
00037 QLabel* TextLabel2;
00038 KActiveLabel* _url;
00039 QLabel* TextLabel1;
00040 QLabel* _title;
00041 QListView* _headers;
00042 QLabel* TextLabel6;
00043 QLabel* _lastModified;
00044 QLabel* TextLabel4;
00045 KPushButton* _close;
00046
00047 protected:
00048 QGridLayout* HTMLPageInfoLayout;
00049
00050 protected slots:
00051 virtual void languageChange();
00052 };
00053
00054 #endif // HTMLPAGEINFO_H
This file is part of the documentation for kdelibs Version 3.1.0.