📄 hellobase.h
字号:
/****************************************************************************
** Form interface generated from reading ui file 'helloBase.ui'
**
** Created: Sat Apr 21 00:52:19 2007
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef HELLOBASE_H
#define HELLOBASE_H
#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QPushButton;
class HelloBase : public QWidget
{
Q_OBJECT
public:
HelloBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~HelloBase();
QPushButton* ok;
};
#endif // HELLOBASE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -