certmanager
certificateinfowidget.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './certificateinfowidget.ui' 00003 ** 00004 ** Created: Thu Mar 29 05:49:45 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef CERTIFICATEINFOWIDGET_H 00011 #define CERTIFICATEINFOWIDGET_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 QFrame; 00021 class QTabWidget; 00022 class QListView; 00023 class QListViewItem; 00024 class QTextEdit; 00025 class QPushButton; 00026 class QLabel; 00027 00028 class CertificateInfoWidget : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 CertificateInfoWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~CertificateInfoWidget(); 00035 00036 QFrame* Frame3; 00037 QTabWidget* tabWidget; 00038 QWidget* tab; 00039 QListView* listView; 00040 QTextEdit* textView; 00041 QWidget* tab_2; 00042 QListView* pathView; 00043 QWidget* dump; 00044 QTextEdit* dumpView; 00045 QPushButton* importButton; 00046 QLabel* TextLabel1; 00047 00048 protected: 00049 QGridLayout* CertificateInfoWidgetLayout; 00050 QSpacerItem* Spacer2; 00051 QGridLayout* tabLayout; 00052 QGridLayout* tabLayout_2; 00053 QVBoxLayout* dumpLayout; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 }; 00059 00060 #endif // CERTIFICATEINFOWIDGET_H