00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'settings.ui' 00003 ** 00004 ** Created: Sat Jan 7 04:15:34 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.5 edited Aug 31 12:13 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef KBANKINGSETTINGSUI_H 00011 #define KBANKINGSETTINGSUI_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QTabWidget; 00021 class QWidget; 00022 class QGroupBox; 00023 class QTextBrowser; 00024 class QPushButton; 00025 00026 class KBankingSettingsUi : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 KBankingSettingsUi( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~KBankingSettingsUi(); 00033 00034 QTabWidget* KBankingUI; 00035 QWidget* TabPage; 00036 QGroupBox* groupBox1_2; 00037 QTextBrowser* introBrowser; 00038 QWidget* accounts; 00039 QGroupBox* accountsBox; 00040 QPushButton* accountMapButton; 00041 QWidget* tab; 00042 QGroupBox* backendsBox; 00043 QPushButton* backendDetailsButton; 00044 QPushButton* backendSetupButton; 00045 QPushButton* backendEnableButton; 00046 QPushButton* backendDisableButton; 00047 QPushButton* closeButton; 00048 00049 protected: 00050 QVBoxLayout* KBankingSettingsUiLayout; 00051 QVBoxLayout* TabPageLayout; 00052 QHBoxLayout* groupBox1_2Layout; 00053 QHBoxLayout* accountsLayout; 00054 QVBoxLayout* layout10; 00055 QSpacerItem* spacer9; 00056 QHBoxLayout* tabLayout; 00057 QVBoxLayout* layout11; 00058 QSpacerItem* spacer10; 00059 QHBoxLayout* layout12; 00060 QSpacerItem* spacer11; 00061 00062 protected slots: 00063 virtual void languageChange(); 00064 00065 }; 00066 00067 #endif // KBANKINGSETTINGSUI_H