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

📄 form2.h

📁 基于qt的通信程序,可以实现博创2410开发板和远峰2410开发板之间的通信
💻 H
字号:
/****************************************************************************
** Form interface generated from reading ui file 'Form2.ui'
**
** Created: 二  3月 20 13:21:00 2007
**      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 FORM2_H
#define FORM2_H
#include "Form1.h"
#include <qvariant.h>
#include <qpixmap.h>
#include <qwidget.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QLabel;
class QPushButton;

class Form2 : public QWidget
{
    Q_OBJECT

public:
    Form2( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~Form2();

    QLabel* PixmapLabel1;
    QPushButton* next;
    Form1* f1;
protected:

protected slots:
    void ss();
    virtual void languageChange();
private:
    QPixmap image0;
    QPixmap image1;

};

#endif // FORM2_H

⌨️ 快捷键说明

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