Skip to content

Commit

Permalink
Set Error dialog window type to modal in ui file
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Sep 20, 2020
1 parent 36888ba commit 31834f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CustomWidgets/ErrorDialog/errordialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<ui version="4.0">
<class>ErrorDialog</class>
<widget class="QDialog" name="ErrorDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
Expand Down

0 comments on commit 31834f4

Please sign in to comment.