改进结构
This commit is contained in:
@@ -160,8 +160,8 @@ void QUIInputBox::initControl()
|
||||
QWidget::setTabOrder(btnOk, btnCancel);
|
||||
|
||||
labTitle->setText("输入框");
|
||||
btnOk->setText("确定");
|
||||
btnCancel->setText("取消");
|
||||
btnOk->setText("确 定");
|
||||
btnCancel->setText("取 消");
|
||||
|
||||
connect(btnOk, SIGNAL(clicked()), this, SLOT(on_btnOk_clicked()));
|
||||
connect(btnCancel, SIGNAL(clicked()), this, SLOT(on_btnMenu_Close_clicked()));
|
||||
|
||||
Reference in New Issue
Block a user