form2.h

来自「基于qt的通信程序,可以实现博创2410开发板和远峰2410开发板之间的通信」· C头文件 代码 · 共 46 行

H
46
字号
/****************************************************************************
** 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 + =
减小字号Ctrl + -
显示快捷键?