]> git.cworth.org Git - vogl/blob - src/vogleditor/vogleditor_qtrimdialog.ui
UI: Update 'Trim Trace' dialog box title bars
[vogl] / src / vogleditor / vogleditor_qtrimdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vogleditor_QTrimDialog</class>
4  <widget class="QDialog" name="vogleditor_QTrimDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>430</width>
10     <height>154</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Trim Trace</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QLabel" name="label">
25      <property name="text">
26       <string>What range of frames would you like to trim?</string>
27      </property>
28      <property name="alignment">
29       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
30      </property>
31      <property name="wordWrap">
32       <bool>true</bool>
33      </property>
34     </widget>
35    </item>
36    <item>
37     <layout class="QHBoxLayout" name="horizontalLayout">
38      <item>
39       <widget class="QLabel" name="label_2">
40        <property name="text">
41         <string>trim_frame</string>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QLineEdit" name="trimFrameLineEdit">
47        <property name="inputMask">
48         <string/>
49        </property>
50        <property name="text">
51         <string/>
52        </property>
53        <property name="placeholderText">
54         <string/>
55        </property>
56       </widget>
57      </item>
58      <item>
59       <widget class="QLabel" name="label_3">
60        <property name="text">
61         <string>trim_len:</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QLineEdit" name="trimLenLineEdit">
67        <property name="inputMask">
68         <string/>
69        </property>
70        <property name="text">
71         <string/>
72        </property>
73        <property name="placeholderText">
74         <string/>
75        </property>
76       </widget>
77      </item>
78     </layout>
79    </item>
80    <item>
81     <layout class="QHBoxLayout" name="horizontalLayout_2">
82      <item>
83       <widget class="QLabel" name="label_4">
84        <property name="text">
85         <string>trim_file:</string>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QLineEdit" name="trimFileLineEdit">
91        <property name="sizePolicy">
92         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93          <horstretch>1</horstretch>
94          <verstretch>0</verstretch>
95         </sizepolicy>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QPushButton" name="pickTrimFileButton">
101        <property name="maximumSize">
102         <size>
103          <width>80</width>
104          <height>16777215</height>
105         </size>
106        </property>
107        <property name="text">
108         <string>...</string>
109        </property>
110       </widget>
111      </item>
112     </layout>
113    </item>
114    <item>
115     <layout class="QHBoxLayout" name="horizontalLayout_3">
116      <item>
117       <spacer name="horizontalSpacer_2">
118        <property name="orientation">
119         <enum>Qt::Horizontal</enum>
120        </property>
121        <property name="sizeHint" stdset="0">
122         <size>
123          <width>40</width>
124          <height>20</height>
125         </size>
126        </property>
127       </spacer>
128      </item>
129      <item>
130       <widget class="QDialogButtonBox" name="buttonBox">
131        <property name="sizePolicy">
132         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
133          <horstretch>0</horstretch>
134          <verstretch>0</verstretch>
135         </sizepolicy>
136        </property>
137        <property name="orientation">
138         <enum>Qt::Horizontal</enum>
139        </property>
140        <property name="standardButtons">
141         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <spacer name="horizontalSpacer">
147        <property name="orientation">
148         <enum>Qt::Horizontal</enum>
149        </property>
150        <property name="sizeHint" stdset="0">
151         <size>
152          <width>40</width>
153          <height>20</height>
154         </size>
155        </property>
156       </spacer>
157      </item>
158     </layout>
159    </item>
160   </layout>
161  </widget>
162  <resources/>
163  <connections>
164   <connection>
165    <sender>buttonBox</sender>
166    <signal>rejected()</signal>
167    <receiver>vogleditor_QTrimDialog</receiver>
168    <slot>reject()</slot>
169    <hints>
170     <hint type="sourcelabel">
171      <x>316</x>
172      <y>260</y>
173     </hint>
174     <hint type="destinationlabel">
175      <x>286</x>
176      <y>274</y>
177     </hint>
178    </hints>
179   </connection>
180  </connections>
181 </ui>