⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.h

📁 学习嵌入式LINUX的好东西
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'test.ui'**** Created: 日  6月 25 20:58:38 2006**      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef TEST_H#define TEST_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class test : public QDialog{    Q_OBJECTpublic:    test( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~test();    QPushButton* btnOk;    QPushButton* btnExit;protected:protected slots:    virtual void languageChange();};#endif // TEST_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -