forked from qt-creator/qt-creator
ClearCase: Set focus on Ok button
Change-Id: I7d872f90bce914100c912db4c310001b8597b102 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <QList>
|
||||
#include <QPair>
|
||||
#include <QPalette>
|
||||
#include <QPushButton>
|
||||
|
||||
namespace ClearCase {
|
||||
namespace Internal {
|
||||
@@ -57,6 +58,8 @@ CheckOutDialog::CheckOutDialog(const QString &fileName, bool isUcm, QWidget *par
|
||||
|
||||
ui->verticalLayout->insertWidget(1, line);
|
||||
}
|
||||
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setFocus();
|
||||
}
|
||||
|
||||
CheckOutDialog::~CheckOutDialog()
|
||||
|
Reference in New Issue
Block a user