forked from qt-creator/qt-creator
Polish the checkout wizard (base and git)
* Polish the base checkout wizard
* Make UI easier to grasp
* Add tooltips explaining things
Task-number: QTCREATORBUG-2540
Reviewed-by: Robert Loehning
This commit is contained in:
@@ -63,7 +63,8 @@ CloneWizardPage::CloneWizardPage(QWidget *parent) :
|
||||
setSubTitle(tr("Specify repository URL, checkout directory and path."));
|
||||
setRepositoryLabel(tr("Clone URL:"));
|
||||
d->deleteMasterCheckBox = new QCheckBox(tr("Delete master branch"));
|
||||
addControl(d->deleteMasterCheckBox);
|
||||
d->deleteMasterCheckBox->setToolTip(tr("Delete the master branch after checking out the repository."));
|
||||
addLocalControl(d->deleteMasterCheckBox);
|
||||
setDeleteMasterBranch(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user