qt: Set modal overlay hide button as default
This commit is contained in:
parent
ed6ae8059c
commit
cfdd89589b
1 changed files with 6 additions and 0 deletions
|
@ -351,6 +351,12 @@ QLabel { color: rgb(40,40,40); }</string>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hide</string>
|
<string>Hide</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::StrongFocus</enum>
|
||||||
|
</property>
|
||||||
|
<property name="default">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
Loading…
Reference in a new issue