add graphical settings

This commit is contained in:
arcan1s
2014-12-03 04:33:13 +00:00
parent 997e13706b
commit be792a4c5a
2 changed files with 59 additions and 19 deletions

View File

@ -20,7 +20,7 @@
<string notr="true">Widget</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="9" column="0">
<item row="10" column="0">
<layout class="QHBoxLayout" name="layout_mark">
<item>
<widget class="QLabel" name="label_mark">
@ -336,7 +336,7 @@
</item>
</layout>
</item>
<item row="6" column="0">
<item row="7" column="0">
<layout class="QHBoxLayout" name="layout_tooltipColor">
<item>
<widget class="QLabel" name="label_tooltipColor">
@ -443,6 +443,36 @@
</item>
</layout>
</item>
<item row="6" column="0">
<layout class="QHBoxLayout" name="layout_desktopPreview">
<item>
<spacer name="spacer_desktopPreview">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_desktopPreview">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Use desktop preview</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>