forminfo.h
来自「强大的QT,GTK的学习Demo.包含DSP驱动以及所使用库文件资源。」· C头文件 代码 · 共 39 行
H
39 行
#ifndef FORMINFO_H
#define FORMINFO_H
#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QLabel;
class QPushButton;
class FormInfo : public QWidget
{
Q_OBJECT
/*
-----------------------------------------------------------------------------------------------------------------------
*
-----------------------------------------------------------------------------------------------------------------------
*/
public:
FormInfo(QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
~ FormInfo();
QLabel* textLabel;
QPushButton* pushButton;
/*
-----------------------------------------------------------------------------------------------------------------------
*
-----------------------------------------------------------------------------------------------------------------------
*/
protected:
protected slots : virtual void languageChange();
};
#endif /* FORMINFO_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?