1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>EditFramesForm</class>
4 <widget class="QDialog" name="EditFramesForm">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>818</width>
10    <height>671</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Sort and Align Frames</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_5">
17   <item row="1" column="0">
18    <widget class="QDialogButtonBox" name="buttonBox">
19     <property name="orientation">
20      <enum>Qt::Horizontal</enum>
21     </property>
22     <property name="standardButtons">
23      <set>QDialogButtonBox::Close</set>
24     </property>
25    </widget>
26   </item>
27   <item row="0" column="0">
28    <widget class="QGroupBox" name="groupBox">
29     <property name="title">
30      <string/>
31     </property>
32     <layout class="QGridLayout" name="gridLayout_4">
33      <item row="1" column="1">
34       <widget class="QGroupBox" name="groupBox_AlignFrames">
35        <property name="sizePolicy">
36         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
37          <horstretch>1</horstretch>
38          <verstretch>0</verstretch>
39         </sizepolicy>
40        </property>
41        <property name="title">
42         <string>Align Frames (Shift&amp;&amp;Rotate)</string>
43        </property>
44        <layout class="QGridLayout" name="gridLayout_2">
45         <item row="0" column="1">
46          <widget class="QComboBox" name="comboBox_AlignWeight">
47           <property name="sizePolicy">
48            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
49             <horstretch>0</horstretch>
50             <verstretch>0</verstretch>
51            </sizepolicy>
52           </property>
53           <item>
54            <property name="text">
55             <string>Mass (IRC)</string>
56            </property>
57           </item>
58           <item>
59            <property name="text">
60             <string>Charge</string>
61            </property>
62           </item>
63           <item>
64            <property name="text">
65             <string>Unity</string>
66            </property>
67           </item>
68          </widget>
69         </item>
70         <item row="0" column="0">
71          <widget class="QLabel" name="label">
72           <property name="sizePolicy">
73            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
74             <horstretch>0</horstretch>
75             <verstretch>0</verstretch>
76            </sizepolicy>
77           </property>
78           <property name="text">
79            <string>Atom Weight:</string>
80           </property>
81          </widget>
82         </item>
83         <item row="1" column="0" colspan="2">
84          <widget class="QLabel" name="label_ExcludedAtoms">
85           <property name="sizePolicy">
86            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
87             <horstretch>0</horstretch>
88             <verstretch>0</verstretch>
89            </sizepolicy>
90           </property>
91           <property name="text">
92            <string/>
93           </property>
94           <property name="wordWrap">
95            <bool>true</bool>
96           </property>
97          </widget>
98         </item>
99         <item row="2" column="0" colspan="2">
100          <widget class="QToolButton" name="toolButton_AlignFrames">
101           <property name="sizePolicy">
102            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
103             <horstretch>0</horstretch>
104             <verstretch>0</verstretch>
105            </sizepolicy>
106           </property>
107           <property name="text">
108            <string>Align Now! (Ctrl+F)</string>
109           </property>
110           <property name="shortcut">
111            <string>Ctrl+F</string>
112           </property>
113           <property name="toolButtonStyle">
114            <enum>Qt::ToolButtonTextBesideIcon</enum>
115           </property>
116          </widget>
117         </item>
118        </layout>
119       </widget>
120      </item>
121      <item row="2" column="1">
122       <widget class="QGroupBox" name="groupBox_3">
123        <property name="sizePolicy">
124         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
125          <horstretch>1</horstretch>
126          <verstretch>0</verstretch>
127         </sizepolicy>
128        </property>
129        <property name="title">
130         <string>Change Frameset</string>
131        </property>
132        <layout class="QGridLayout" name="gridLayout_3">
133         <item row="1" column="1">
134          <widget class="QDoubleSpinBox" name="doubleSpinBox_FrameDistance">
135           <property name="enabled">
136            <bool>false</bool>
137           </property>
138           <property name="maximum">
139            <double>9999999.990000000223517</double>
140           </property>
141           <property name="singleStep">
142            <double>0.020000000000000</double>
143           </property>
144           <property name="value">
145            <double>0.020000000000000</double>
146           </property>
147          </widget>
148         </item>
149         <item row="1" column="0">
150          <widget class="QLabel" name="label_2">
151           <property name="enabled">
152            <bool>false</bool>
153           </property>
154           <property name="text">
155            <string>Target Distance δs:</string>
156           </property>
157          </widget>
158         </item>
159         <item row="0" column="0" colspan="2">
160          <widget class="QToolButton" name="toolButton_DeleteSelected">
161           <property name="sizePolicy">
162            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
163             <horstretch>0</horstretch>
164             <verstretch>0</verstretch>
165            </sizepolicy>
166           </property>
167           <property name="text">
168            <string>Delete Selected (Del)</string>
169           </property>
170           <property name="icon">
171            <iconset theme="edit-delete">
172             <normaloff/>
173            </iconset>
174           </property>
175           <property name="shortcut">
176            <string>Del</string>
177           </property>
178           <property name="toolButtonStyle">
179            <enum>Qt::ToolButtonTextBesideIcon</enum>
180           </property>
181          </widget>
182         </item>
183         <item row="2" column="0" colspan="2">
184          <widget class="QToolButton" name="toolButton_DeleteCloseFrames">
185           <property name="enabled">
186            <bool>false</bool>
187           </property>
188           <property name="sizePolicy">
189            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
190             <horstretch>0</horstretch>
191             <verstretch>0</verstretch>
192            </sizepolicy>
193           </property>
194           <property name="text">
195            <string>Delete Frames Closer Than δs</string>
196           </property>
197           <property name="icon">
198            <iconset theme="list-remove">
199             <normaloff/>
200            </iconset>
201           </property>
202           <property name="toolButtonStyle">
203            <enum>Qt::ToolButtonTextBesideIcon</enum>
204           </property>
205          </widget>
206         </item>
207         <item row="3" column="0" colspan="2">
208          <widget class="QToolButton" name="toolButton_AddInterpolatedFrames">
209           <property name="enabled">
210            <bool>false</bool>
211           </property>
212           <property name="sizePolicy">
213            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
214             <horstretch>0</horstretch>
215             <verstretch>0</verstretch>
216            </sizepolicy>
217           </property>
218           <property name="text">
219            <string>Add Interpolated Frames</string>
220           </property>
221           <property name="icon">
222            <iconset theme="list-add">
223             <normaloff/>
224            </iconset>
225           </property>
226           <property name="toolButtonStyle">
227            <enum>Qt::ToolButtonTextBesideIcon</enum>
228           </property>
229          </widget>
230         </item>
231        </layout>
232       </widget>
233      </item>
234      <item row="3" column="1">
235       <spacer name="verticalSpacer">
236        <property name="orientation">
237         <enum>Qt::Vertical</enum>
238        </property>
239        <property name="sizeHint" stdset="0">
240         <size>
241          <width>20</width>
242          <height>40</height>
243         </size>
244        </property>
245       </spacer>
246      </item>
247      <item row="0" column="1">
248       <widget class="QGroupBox" name="groupBox_2">
249        <property name="sizePolicy">
250         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
251          <horstretch>1</horstretch>
252          <verstretch>0</verstretch>
253         </sizepolicy>
254        </property>
255        <property name="title">
256         <string>Re-Order Selected Frames</string>
257        </property>
258        <layout class="QGridLayout" name="gridLayout">
259         <item row="0" column="0">
260          <widget class="QToolButton" name="toolButton_MoveUp">
261           <property name="sizePolicy">
262            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
263             <horstretch>0</horstretch>
264             <verstretch>0</verstretch>
265            </sizepolicy>
266           </property>
267           <property name="text">
268            <string>Move Up (Ctrl+Up)</string>
269           </property>
270           <property name="icon">
271            <iconset theme="go-up">
272             <normaloff/>
273            </iconset>
274           </property>
275           <property name="shortcut">
276            <string>Ctrl+Up</string>
277           </property>
278           <property name="toolButtonStyle">
279            <enum>Qt::ToolButtonTextBesideIcon</enum>
280           </property>
281          </widget>
282         </item>
283         <item row="4" column="0">
284          <widget class="QToolButton" name="toolButton_ReverseFrames">
285           <property name="sizePolicy">
286            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
287             <horstretch>0</horstretch>
288             <verstretch>0</verstretch>
289            </sizepolicy>
290           </property>
291           <property name="text">
292            <string>Reverse (Ctrl+R)</string>
293           </property>
294           <property name="icon">
295            <iconset theme="object-flip-vertical">
296             <normaloff/>
297            </iconset>
298           </property>
299           <property name="shortcut">
300            <string>Ctrl+R</string>
301           </property>
302           <property name="toolButtonStyle">
303            <enum>Qt::ToolButtonTextBesideIcon</enum>
304           </property>
305          </widget>
306         </item>
307         <item row="1" column="0">
308          <widget class="QToolButton" name="toolButton_MoveDown">
309           <property name="sizePolicy">
310            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
311             <horstretch>0</horstretch>
312             <verstretch>0</verstretch>
313            </sizepolicy>
314           </property>
315           <property name="text">
316            <string>Move Down (Ctrl+Dn)</string>
317           </property>
318           <property name="icon">
319            <iconset theme="go-down">
320             <normaloff/>
321            </iconset>
322           </property>
323           <property name="shortcut">
324            <string>Ctrl+Down</string>
325           </property>
326           <property name="toolButtonStyle">
327            <enum>Qt::ToolButtonTextBesideIcon</enum>
328           </property>
329          </widget>
330         </item>
331         <item row="2" column="0">
332          <widget class="QToolButton" name="toolButton_MoveToTop">
333           <property name="sizePolicy">
334            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
335             <horstretch>0</horstretch>
336             <verstretch>0</verstretch>
337            </sizepolicy>
338           </property>
339           <property name="text">
340            <string>Move To Top (Ctrl+PgUp)</string>
341           </property>
342           <property name="icon">
343            <iconset theme="go-top">
344             <normaloff/>
345            </iconset>
346           </property>
347           <property name="shortcut">
348            <string>Ctrl+PgUp</string>
349           </property>
350           <property name="toolButtonStyle">
351            <enum>Qt::ToolButtonTextBesideIcon</enum>
352           </property>
353          </widget>
354         </item>
355         <item row="3" column="0">
356          <widget class="QToolButton" name="toolButton_MoveToBottom">
357           <property name="sizePolicy">
358            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
359             <horstretch>0</horstretch>
360             <verstretch>0</verstretch>
361            </sizepolicy>
362           </property>
363           <property name="text">
364            <string>Move To Bottom (Ctrl+PgDn)</string>
365           </property>
366           <property name="icon">
367            <iconset theme="go-bottom">
368             <normaloff/>
369            </iconset>
370           </property>
371           <property name="shortcut">
372            <string>Ctrl+PgDown</string>
373           </property>
374           <property name="toolButtonStyle">
375            <enum>Qt::ToolButtonTextBesideIcon</enum>
376           </property>
377          </widget>
378         </item>
379        </layout>
380       </widget>
381      </item>
382      <item row="0" column="0" rowspan="4">
383       <widget class="QTableView" name="tableView_FrameList">
384        <property name="sizePolicy">
385         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
386          <horstretch>3</horstretch>
387          <verstretch>0</verstretch>
388         </sizepolicy>
389        </property>
390        <property name="selectionMode">
391         <enum>QAbstractItemView::ContiguousSelection</enum>
392        </property>
393        <property name="selectionBehavior">
394         <enum>QAbstractItemView::SelectRows</enum>
395        </property>
396        <attribute name="horizontalHeaderStretchLastSection">
397         <bool>true</bool>
398        </attribute>
399        <attribute name="verticalHeaderVisible">
400         <bool>true</bool>
401        </attribute>
402       </widget>
403      </item>
404     </layout>
405    </widget>
406   </item>
407  </layout>
408 </widget>
409 <tabstops>
410  <tabstop>tableView_FrameList</tabstop>
411  <tabstop>toolButton_MoveUp</tabstop>
412  <tabstop>toolButton_MoveDown</tabstop>
413  <tabstop>toolButton_MoveToTop</tabstop>
414  <tabstop>toolButton_MoveToBottom</tabstop>
415  <tabstop>toolButton_ReverseFrames</tabstop>
416  <tabstop>comboBox_AlignWeight</tabstop>
417  <tabstop>toolButton_AlignFrames</tabstop>
418  <tabstop>toolButton_DeleteSelected</tabstop>
419  <tabstop>doubleSpinBox_FrameDistance</tabstop>
420  <tabstop>toolButton_DeleteCloseFrames</tabstop>
421  <tabstop>toolButton_AddInterpolatedFrames</tabstop>
422  <tabstop>buttonBox</tabstop>
423 </tabstops>
424 <resources/>
425 <connections>
426  <connection>
427   <sender>buttonBox</sender>
428   <signal>accepted()</signal>
429   <receiver>EditFramesForm</receiver>
430   <slot>accept()</slot>
431   <hints>
432    <hint type="sourcelabel">
433     <x>248</x>
434     <y>254</y>
435    </hint>
436    <hint type="destinationlabel">
437     <x>157</x>
438     <y>274</y>
439    </hint>
440   </hints>
441  </connection>
442  <connection>
443   <sender>buttonBox</sender>
444   <signal>rejected()</signal>
445   <receiver>EditFramesForm</receiver>
446   <slot>reject()</slot>
447   <hints>
448    <hint type="sourcelabel">
449     <x>316</x>
450     <y>260</y>
451    </hint>
452    <hint type="destinationlabel">
453     <x>286</x>
454     <y>274</y>
455    </hint>
456   </hints>
457  </connection>
458 </connections>
459</ui>
460