forked from qt-creator/qt-creator
Use native labels for "Browse" button
Not worth the effort of introducing a PathChooser here. Change-Id: I146058da3d1bdad776c943bf15b2373d62903987 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <qmakeprojectmanager/qmakebuildconfiguration.h>
|
||||
#include <qmakeprojectmanager/qmakestep.h>
|
||||
#include <utils/pathchooser.h>
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
@@ -147,6 +148,7 @@ AndroidPackageCreationWidget::AndroidPackageCreationWidget(AndroidPackageCreatio
|
||||
m_prebundledLibs = new CheckModel(this);
|
||||
|
||||
m_ui->setupUi(this);
|
||||
m_ui->KeystoreLocationPushButton->setText(tr(Utils::PathChooser::browseButtonLabel));
|
||||
m_ui->signingDebugWarningIcon->hide();
|
||||
m_ui->signingDebugWarningLabel->hide();
|
||||
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
|
||||
Reference in New Issue
Block a user