Linux/BSD dialog improvements

This commit is contained in:
Rafael 2016-11-14 08:32:34 +01:00
parent d11df14171
commit 8951bebc95
9 changed files with 150 additions and 6 deletions

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>435</width>
<height>375</height>
<height>405</height>
</rect>
</property>
<property name="windowTitle">
@ -453,16 +453,34 @@
</item>
<item>
<widget class="QPushButton" name="cmdOK">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;OK</string>
</property>
<property name="icon">
<iconset theme="dialog-ok"/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdClose">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
</property>
<property name="icon">
<iconset theme="dialog-cancel"/>
</property>
</widget>
</item>
</layout>