Enable Android buttons as needed.

This commit is contained in:
NissimHadar 2019-03-08 11:10:54 -08:00
parent 19c7c26c63
commit 1e5837f25f
2 changed files with 2 additions and 3 deletions

View file

@ -60,6 +60,7 @@ void TestRunnerMobile::setWorkingFolderAndEnableControls() {
setWorkingFolder(_workingFolderLabel); setWorkingFolder(_workingFolderLabel);
_connectDeviceButton->setEnabled(true); _connectDeviceButton->setEnabled(true);
_downloadAPKPushbutton->setEnabled(true);
} }
void TestRunnerMobile::connectDevice() { void TestRunnerMobile::connectDevice() {
@ -154,8 +155,6 @@ void TestRunnerMobile::downloadComplete() {
} else { } else {
_statusLabel->setText("Installer download complete"); _statusLabel->setText("Installer download complete");
} }
_installAPKPushbutton->setEnabled(true);
} }
void TestRunnerMobile::installAPK() { void TestRunnerMobile::installAPK() {

View file

@ -46,7 +46,7 @@
</rect> </rect>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>5</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tab_1"> <widget class="QWidget" name="tab_1">
<attribute name="title"> <attribute name="title">