dgse qt: fixed visual glitch in the preference dialog under linux.

This commit is contained in:
Virgil Dupras 2010-04-08 04:26:11 -07:00
parent 0782ba0dab
commit a16af4560b
1 changed files with 96 additions and 101 deletions

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>294</width> <width>449</width>
<height>296</height> <height>312</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -170,110 +170,105 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>134</height> <height>136</height>
</size> </size>
</property> </property>
<widget class="QCheckBox" name="wordWeightingBox"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="geometry"> <property name="spacing">
<rect> <number>0</number>
<x>0</x>
<y>0</y>
<width>350</width>
<height>21</height>
</rect>
</property> </property>
<property name="text"> <property name="topMargin">
<string>Word weighting</string> <number>0</number>
</property> </property>
</widget> <property name="bottomMargin">
<widget class="QCheckBox" name="matchSimilarBox"> <number>0</number>
<property name="geometry">
<rect>
<x>0</x>
<y>22</y>
<width>350</width>
<height>21</height>
</rect>
</property> </property>
<property name="text"> <item>
<string>Match similar words</string> <widget class="QCheckBox" name="wordWeightingBox">
</property> <property name="text">
</widget> <string>Word weighting</string>
<widget class="QCheckBox" name="mixFileKindBox"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>0</x> <item>
<y>44</y> <widget class="QCheckBox" name="matchSimilarBox">
<width>350</width> <property name="text">
<height>21</height> <string>Match similar words</string>
</rect> </property>
</property> </widget>
<property name="text"> </item>
<string>Can mix file kind</string> <item>
</property> <widget class="QCheckBox" name="mixFileKindBox">
</widget> <property name="text">
<widget class="QCheckBox" name="useRegexpBox"> <string>Can mix file kind</string>
<property name="geometry"> </property>
<rect> </widget>
<x>0</x> </item>
<y>66</y> <item>
<width>350</width> <widget class="QCheckBox" name="useRegexpBox">
<height>21</height> <property name="text">
</rect> <string>Use regular expressions when filtering</string>
</property> </property>
<property name="text"> </widget>
<string>Use regular expressions when filtering</string> </item>
</property> <item>
</widget> <widget class="QCheckBox" name="removeEmptyFoldersBox">
<widget class="QCheckBox" name="removeEmptyFoldersBox"> <property name="text">
<property name="geometry"> <string>Remove empty folders on delete or move</string>
<rect> </property>
<x>0</x> </widget>
<y>88</y> </item>
<width>350</width> <item>
<height>21</height> <layout class="QHBoxLayout" name="horizontalLayout_2">
</rect> <property name="spacing">
</property> <number>0</number>
<property name="text"> </property>
<string>Remove empty folders on delete or move</string> <item>
</property> <widget class="QCheckBox" name="ignoreSmallFilesBox">
</widget> <property name="text">
<widget class="QCheckBox" name="ignoreSmallFilesBox"> <string>Ignore files smaller than</string>
<property name="geometry"> </property>
<rect> </widget>
<x>0</x> </item>
<y>110</y> <item>
<width>171</width> <widget class="QLineEdit" name="sizeThresholdEdit">
<height>21</height> <property name="sizePolicy">
</rect> <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="text"> <verstretch>0</verstretch>
<string>Ignore files smaller than</string> </sizepolicy>
</property> </property>
</widget> <property name="maximumSize">
<widget class="QLineEdit" name="sizeThresholdEdit"> <size>
<property name="geometry"> <width>50</width>
<rect> <height>16777215</height>
<x>170</x> </size>
<y>110</y> </property>
<width>51</width> </widget>
<height>22</height> </item>
</rect> <item>
</property> <widget class="QLabel" name="label_6">
</widget> <property name="text">
<widget class="QLabel" name="label_6"> <string>KB</string>
<property name="geometry"> </property>
<rect> </widget>
<x>230</x> </item>
<y>110</y> <item>
<width>21</width> <spacer name="horizontalSpacer">
<height>17</height> <property name="orientation">
</rect> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="text"> <property name="sizeHint" stdset="0">
<string>KB</string> <size>
</property> <width>40</width>
</widget> <height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget> </widget>
</item> </item>
<item> <item>