00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kcsvprogressdlgdecl.ui' 00003 ** 00004 ** Created: Mon Oct 13 11:42:09 2008 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 KCSVPROGRESSDLGDECL_H 00011 #define KCSVPROGRESSDLGDECL_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qdialog.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class kMyMoneyDateInput; 00022 class QLabel; 00023 class QFrame; 00024 class QLineEdit; 00025 class QPushButton; 00026 class QGroupBox; 00027 class QProgressBar; 00028 00029 class KCsvProgressDlgDecl : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 KCsvProgressDlgDecl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~KCsvProgressDlgDecl(); 00036 00037 QLabel* TextLabel2_2; 00038 QFrame* Line2; 00039 QLabel* TextLabel1_2; 00040 QLineEdit* m_qlineeditFile; 00041 QPushButton* m_qbuttonBrowse; 00042 QGroupBox* m_qgroupboxDates; 00043 QLabel* lblStartDate; 00044 kMyMoneyDateInput* m_kmymoneydateStart; 00045 QLabel* lblEndDate; 00046 kMyMoneyDateInput* m_kmymoneydateEnd; 00047 QPushButton* m_qbuttonRun; 00048 QGroupBox* m_qgroupbox; 00049 QLabel* TextLabel2; 00050 QLabel* m_qlabelAccount; 00051 QLabel* TextLabel3; 00052 QLabel* m_qlabelTransaction; 00053 QProgressBar* m_qprogressbar; 00054 QPushButton* m_qbuttonOk; 00055 00056 protected: 00057 QVBoxLayout* kcsvprogressdlgdeclLayout; 00058 QHBoxLayout* Layout7; 00059 QHBoxLayout* Layout20; 00060 QVBoxLayout* Layout19; 00061 QHBoxLayout* Layout18; 00062 QVBoxLayout* m_qgroupboxDatesLayout; 00063 QHBoxLayout* Layout8; 00064 QHBoxLayout* Layout7_2; 00065 QHBoxLayout* Layout7_3; 00066 QSpacerItem* Spacer3; 00067 QVBoxLayout* m_qgroupboxLayout; 00068 QHBoxLayout* Layout2; 00069 QHBoxLayout* Layout1; 00070 QHBoxLayout* Layout3; 00071 QSpacerItem* Spacer1; 00072 00073 protected slots: 00074 virtual void languageChange(); 00075 00076 private: 00077 QPixmap image0; 00078 00079 }; 00080 00081 #endif // KCSVPROGRESSDLGDECL_H
1.4.1