?? layoutdlg.h
字號:
#ifndef LAYOUTDLG_H#define LAYOUTDLG_H#include <QtGui>class LayoutDlg : public QDialog{ Q_OBJECTpublic: LayoutDlg(QWidget *parent = 0, Qt::WindowFlags f = 0); QLabel * label1; QLabel * label2; QLabel * label3; QLabel * label4; QLabel * label5; QLabel * label6; QLabel * label7; QLabel * labelOther; QLabel * labelIcon; QLineEdit * lineEditUser; QLineEdit * lineEditName; QComboBox * comboBoxSex; QTextEdit * textEditDepartment; QLineEdit * lineEditAge; QTextEdit * textEditDisc; QPushButton * pushButtonIcon; QPushButton * pushButtonOK; QPushButton * pushButtonExit;};#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -