00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kinvestmentviewdecl.ui' 00003 ** 00004 ** Created: Wed Jan 26 12:58:48 2011 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef KINVESTMENTVIEWDECL_H 00010 #define KINVESTMENTVIEWDECL_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QLabel; 00020 class KMyMoneyAccountCombo; 00021 class KListView; 00022 class QListViewItem; 00023 00024 class KInvestmentViewDecl : public QWidget 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 KInvestmentViewDecl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00030 ~KInvestmentViewDecl(); 00031 00032 QLabel* textLabel1; 00033 KMyMoneyAccountCombo* m_accountComboBox; 00034 KListView* m_table; 00035 00036 protected: 00037 QVBoxLayout* KInvestmentViewDeclLayout; 00038 QHBoxLayout* layout2; 00039 QSpacerItem* spacer1; 00040 00041 protected slots: 00042 virtual void languageChange(); 00043 00044 }; 00045 00046 #endif // KINVESTMENTVIEWDECL_H
1.5.6