Minor fixes

loadfix
pvdk 11 years ago
parent 88064f4946
commit 2a6a26c0d0

@ -23,12 +23,6 @@ void Wizard::ExistingInstallationPage::initializePage()
emptyItem->setFlags(Qt::NoItemFlags);
installationsList->addItem(emptyItem);
// Test
if (mWizard->mInstallations.isEmpty()) {
qDebug() << "crashy crash";
return;
}
// Add the available installation paths
QStringList paths(mWizard->mInstallations.keys());
@ -133,6 +127,8 @@ void Wizard::ExistingInstallationPage::on_browseButton_clicked()
installationsList->setCurrentItem(items.first());
}
// Update the button
emit completeChanged();
}
void Wizard::ExistingInstallationPage::textChanged(const QString &text)

@ -279,7 +279,7 @@ void Wizard::MainWizard::runSettingsImporter()
return qApp->quit();
// Re-read the game settings
// setupGameSettings();
setupGameSettings();
}
void Wizard::MainWizard::addInstallation(const QString &path)

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>370</height>
<width>472</width>
<height>368</height>
</rect>
</property>
<property name="windowTitle">
@ -20,7 +20,7 @@
<item>
<widget class="QLabel" name="textLabel">
<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 name="wordWrap">
<bool>true</bool>
@ -29,8 +29,6 @@
</item>
</layout>
</widget>
<resources>
<include location="../../wizard/wizard.qrc"/>
</resources>
<resources/>
<connections/>
</ui>

Loading…
Cancel
Save