mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Minor fixes
This commit is contained in:
parent
88064f4946
commit
2a6a26c0d0
3 changed files with 7 additions and 13 deletions
|
@ -23,12 +23,6 @@ void Wizard::ExistingInstallationPage::initializePage()
|
||||||
emptyItem->setFlags(Qt::NoItemFlags);
|
emptyItem->setFlags(Qt::NoItemFlags);
|
||||||
installationsList->addItem(emptyItem);
|
installationsList->addItem(emptyItem);
|
||||||
|
|
||||||
// Test
|
|
||||||
if (mWizard->mInstallations.isEmpty()) {
|
|
||||||
qDebug() << "crashy crash";
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add the available installation paths
|
// Add the available installation paths
|
||||||
QStringList paths(mWizard->mInstallations.keys());
|
QStringList paths(mWizard->mInstallations.keys());
|
||||||
|
|
||||||
|
@ -133,6 +127,8 @@ void Wizard::ExistingInstallationPage::on_browseButton_clicked()
|
||||||
installationsList->setCurrentItem(items.first());
|
installationsList->setCurrentItem(items.first());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update the button
|
||||||
|
emit completeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Wizard::ExistingInstallationPage::textChanged(const QString &text)
|
void Wizard::ExistingInstallationPage::textChanged(const QString &text)
|
||||||
|
|
|
@ -279,7 +279,7 @@ void Wizard::MainWizard::runSettingsImporter()
|
||||||
return qApp->quit();
|
return qApp->quit();
|
||||||
|
|
||||||
// Re-read the game settings
|
// Re-read the game settings
|
||||||
// setupGameSettings();
|
setupGameSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Wizard::MainWizard::addInstallation(const QString &path)
|
void Wizard::MainWizard::addInstallation(const QString &path)
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>474</width>
|
<width>472</width>
|
||||||
<height>370</height>
|
<height>368</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="textLabel">
|
<widget class="QLabel" name="textLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>This Wizard will help you install Morrowindand its add-ons for OpenMW to use.</string>
|
<string>This Wizard will help you install Morrowind and its add-ons for OpenMW to use.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -29,8 +29,6 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources/>
|
||||||
<include location="../../wizard/wizard.qrc"/>
|
|
||||||
</resources>
|
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in a new issue