?? content.h
字號:
#ifndef CONTENT_H
#define CONTENT_H
#include <QFrame>
#include <QPushButton>
#include <QStackedWidget>
#include "contact.h"
#include "baseinfo.h"
#include "detail.h"
class Content : public QFrame
{
Q_OBJECT
public:
Content(QWidget *parent=0, Qt::WindowFlags f1=0);
QPushButton *pushButtonAmend;
QPushButton *pushButtonClose;
QStackedWidget *stack;
private:
BaseInfo *baseInfo;
Contact *contact;
Detail *detail;
};
#endif //CONTENT_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -