00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './ksettingsonlinequotesdecl.ui' 00003 ** 00004 ** Created: Wed Jan 26 12:52:58 2011 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef KSETTINGSONLINEQUOTESDECL_H 00010 #define KSETTINGSONLINEQUOTESDECL_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 KListView; 00020 class QListViewItem; 00021 class QGroupBox; 00022 class QLabel; 00023 class KLineEdit; 00024 class QCheckBox; 00025 class KPushButton; 00026 00027 class KSettingsOnlineQuotesDecl : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 KSettingsOnlineQuotesDecl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~KSettingsOnlineQuotesDecl(); 00034 00035 KListView* m_quoteSourceList; 00036 QGroupBox* groupParsing; 00037 QLabel* textLabel4; 00038 QLabel* textLabel2; 00039 KLineEdit* m_editSymbol; 00040 KLineEdit* m_editPrice; 00041 KLineEdit* m_editURL; 00042 QLabel* textLabel3; 00043 KLineEdit* m_editDate; 00044 QLabel* textLabel4_2; 00045 QLabel* textLabel1; 00046 KLineEdit* m_editDateFormat; 00047 QCheckBox* m_skipStripping; 00048 KPushButton* m_newButton; 00049 KPushButton* m_deleteButton; 00050 KPushButton* m_updateButton; 00051 00052 protected: 00053 QVBoxLayout* KSettingsOnlineQuotesDeclLayout; 00054 QGridLayout* groupParsingLayout; 00055 QHBoxLayout* layout15; 00056 QSpacerItem* spacer6; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // KSETTINGSONLINEQUOTESDECL_H
1.5.6