|
|
/**************************************************************************** ** Form interface generated from reading ui file 'Query.ui' ** ** Created: Mon Apr 23 20:48:47 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef QUERY_H #define QUERY_H #include#include #include #include #include #include class Query : public QDialog { public: Query( QWidget* parent=0, const char* name=0, bool modal = FALSE, WFlags fl=0, QString text=0, QString titel=0 ); ~Query() {}; QPushButton* PushButton1; QPushButton* PushButton2; QLineEdit* Answer; QLabel* Frage; protected: QVBoxLayout* QueryLayout; QHBoxLayout* Layout2; QHBoxLayout* Layout1; }; #endif // QUERY_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |