frm_restoreimpldialogimpl.cpp

来自「qt4.4.3下编写的嵌入式UI界面」· C++ 代码 · 共 12 行

CPP
12
字号
#include "frm_restoreImpldialogimpl.h"//frm_restoreImpl::frm_restoreImpl( QWidget * parent, Qt::WFlags f) 	: QDialog(parent, f){	setupUi(this);	//connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));    //connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));}//

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?