/**************************************************************************** ** Form interface generated from reading ui file 'toresultlistformatui.ui' ** ** Created: Mon Feb 20 12:46:37 2006 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef TORESULTLISTFORMATUI_H #define TORESULTLISTFORMATUI_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QComboBox; class QLabel; class QLineEdit; class toResultListFormatUI : public QDialog { Q_OBJECT public: toResultListFormatUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~toResultListFormatUI(); QPushButton* PushButton2; QPushButton* PushButton1; QComboBox* Format; QLabel* TextLabel1; QLineEdit* Separator; QLabel* TextLabel1_2; QLabel* TextLabel2; QLineEdit* Delimiter; public slots: virtual void formatChanged(int); protected: QGridLayout* toResultListFormatUILayout; QSpacerItem* Spacer2; QSpacerItem* Spacer1; protected slots: virtual void languageChange(); }; #endif // TORESULTLISTFORMATUI_H