mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Enable Android buttons as needed.
This commit is contained in:
parent
19c7c26c63
commit
1e5837f25f
2 changed files with 2 additions and 3 deletions
|
@ -60,6 +60,7 @@ void TestRunnerMobile::setWorkingFolderAndEnableControls() {
|
|||
setWorkingFolder(_workingFolderLabel);
|
||||
|
||||
_connectDeviceButton->setEnabled(true);
|
||||
_downloadAPKPushbutton->setEnabled(true);
|
||||
}
|
||||
|
||||
void TestRunnerMobile::connectDevice() {
|
||||
|
@ -154,8 +155,6 @@ void TestRunnerMobile::downloadComplete() {
|
|||
} else {
|
||||
_statusLabel->setText("Installer download complete");
|
||||
}
|
||||
|
||||
_installAPKPushbutton->setEnabled(true);
|
||||
}
|
||||
|
||||
void TestRunnerMobile::installAPK() {
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>5</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab_1">
|
||||
<attribute name="title">
|
||||
|
|
Loading…
Reference in a new issue