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

@ -109,7 +109,7 @@
<x>0</x>
<y>0</y>
<width>398</width>
<height>257</height>
<height>256</height>
</rect>
</property>
<layout class="QVBoxLayout" name="vlProfile">
@ -185,6 +185,12 @@
</item>
<item>
<widget class="QPushButton" name="cmdImport">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Import exported file</string>
</property>
@ -198,12 +204,21 @@
</item>
<item>
<widget class="QPushButton" name="cmdCloseProfile">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Close profile</string>
</property>
<property name="text">
<string>&amp;Close</string>
</property>
<property name="icon">
<iconset theme="dialog-close"/>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>