test.h
上传用户:jiangfa
上传日期:2022-05-14
资源大小:1651k
文件大小:1k
源码类别:

GDI/图象编程

开发平台:

Unix_Linux

  1. /****************************************************************************
  2. ** Form interface generated from reading ui file 'test.ui'
  3. **
  4. ** Created: 日  6月 25 20:58:38 2006
  5. **      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. ****************************************************************************/
  9. #ifndef TEST_H
  10. #define TEST_H
  11. #include <qvariant.h>
  12. #include <qdialog.h>
  13. class QVBoxLayout;
  14. class QHBoxLayout;
  15. class QGridLayout;
  16. class QPushButton;
  17. class test : public QDialog
  18. {
  19.     Q_OBJECT
  20. public:
  21.     test( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
  22.     ~test();
  23.     QPushButton* btnOk;
  24.     QPushButton* btnExit;
  25. protected:
  26. protected slots:
  27.     virtual void languageChange();
  28. };
  29. #endif // TEST_H