Qt: allow handling of the game window while the settings dialog is open (#8921)

This should make it easier to handle dynamic settings.
This commit is contained in:
Megamouse 2020-09-16 23:32:27 +02:00 committed by GitHub
parent 9a6aac1662
commit 3f534b33ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<ui version="4.0"> <ui version="4.0">
<class>settings_dialog</class> <class>settings_dialog</class>
<widget class="QDialog" name="settings_dialog"> <widget class="QDialog" name="settings_dialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>