Make backup dialog modal.
Change-Id: I488dcca6719970e77f9c3afd17a89f3295cf5210
This commit is contained in:
parent
213f69d2fd
commit
f902bbe07e
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
<ui version="4.0">
|
||||
<class>BackupDialog</class>
|
||||
<widget class="QDialog" name="BackupDialog">
|
||||
<property name="windowModality">
|
||||
<enum>Qt::WindowModal</enum>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
|
Loading…
Reference in a new issue