forked from qt-creator/qt-creator
In cmake run dialog, let two enter strokes run cmake and close dialog.
Merge-request: 596 Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
@@ -260,6 +260,7 @@ void CMakeRunPage::initWidgets()
|
|||||||
fl->addRow(m_descriptionLabel);
|
fl->addRow(m_descriptionLabel);
|
||||||
|
|
||||||
m_argumentsLineEdit = new QLineEdit(this);
|
m_argumentsLineEdit = new QLineEdit(this);
|
||||||
|
connect(m_argumentsLineEdit,SIGNAL(returnPressed()), this, SLOT(runCMake()));
|
||||||
|
|
||||||
m_runCMake = new QPushButton(this);
|
m_runCMake = new QPushButton(this);
|
||||||
m_runCMake->setText(tr("Run CMake"));
|
m_runCMake->setText(tr("Run CMake"));
|
||||||
|
|||||||
Reference in New Issue
Block a user