1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_TrimAmountOptions</class>
4 <widget class="QWidget" name="Ui_TrimAmountOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>168</width>
10    <height>33</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Trim Amount Options</string>
21  </property>
22  <property name="toolTip">
23   <string>Distance. Negative values for trimming, positive values for extending.</string>
24  </property>
25  <layout class="QHBoxLayout">
26   <property name="spacing">
27    <number>6</number>
28   </property>
29   <property name="leftMargin">
30    <number>1</number>
31   </property>
32   <property name="topMargin">
33    <number>1</number>
34   </property>
35   <property name="rightMargin">
36    <number>1</number>
37   </property>
38   <property name="bottomMargin">
39    <number>1</number>
40   </property>
41   <item>
42    <widget class="QLabel" name="lDist">
43     <property name="sizePolicy">
44      <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
45       <horstretch>0</horstretch>
46       <verstretch>0</verstretch>
47      </sizepolicy>
48     </property>
49     <property name="minimumSize">
50      <size>
51       <width>51</width>
52       <height>0</height>
53      </size>
54     </property>
55     <property name="text">
56      <string>Length:</string>
57     </property>
58     <property name="wordWrap">
59      <bool>false</bool>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QLineEdit" name="leDist">
65     <property name="sizePolicy">
66      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
67       <horstretch>40</horstretch>
68       <verstretch>22</verstretch>
69      </sizepolicy>
70     </property>
71     <property name="maximumSize">
72      <size>
73       <width>64</width>
74       <height>16777215</height>
75      </size>
76     </property>
77     <property name="toolTip">
78      <string>Distance. Negative values for trimming, positive values for extending. Negative sign is ignored when trimming to final total length.</string>
79     </property>
80     <property name="toolTipDuration">
81      <number>2</number>
82     </property>
83     <property name="maxLength">
84      <number>32769</number>
85     </property>
86    </widget>
87   </item>
88   <item>
89    <widget class="QCheckBox" name="cbTotalLength">
90     <property name="sizePolicy">
91      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
92       <horstretch>0</horstretch>
93       <verstretch>0</verstretch>
94      </sizepolicy>
95     </property>
96     <property name="toolTip">
97      <string>The input length is used as total length after trimming, instead of length increase</string>
98     </property>
99     <property name="text">
100      <string/>
101     </property>
102    </widget>
103   </item>
104   <item>
105    <spacer name="horizontalSpacer">
106     <property name="orientation">
107      <enum>Qt::Horizontal</enum>
108     </property>
109     <property name="sizeHint" stdset="0">
110      <size>
111       <width>4</width>
112       <height>20</height>
113      </size>
114     </property>
115    </spacer>
116   </item>
117   <item>
118    <widget class="Line" name="line">
119     <property name="orientation">
120      <enum>Qt::Vertical</enum>
121     </property>
122    </widget>
123   </item>
124  </layout>
125 </widget>
126 <layoutdefault spacing="6" margin="11"/>
127 <resources/>
128 <connections/>
129</ui>
130