?? detail.h
字號:
#ifndef DETAIL_H
#define DETAIL_H
#include <QLabel>
#include <QLineEdit>
#include <QTextEdit>
#include <QComboBox>
class Detail : public QWidget
{
Q_OBJECT
public:
Detail(QWidget *parent = 0, Qt::WindowFlags f1 = 0);
QLabel *label1;
QLabel *label2;
QLabel *label3;
QLabel *label4;
QComboBox *comboBoxCountry;
QComboBox *comboBoxProvince;
QLineEdit *lineeditCity;
QTextEdit *texteditPriv;
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -