| 6 |
|
<rect> |
| 7 |
|
<x>0</x> |
| 8 |
|
<y>0</y> |
| 9 |
< |
<width>460</width> |
| 10 |
< |
<height>300</height> |
| 9 |
> |
<width>640</width> |
| 10 |
> |
<height>480</height> |
| 11 |
|
</rect> |
| 12 |
|
</property> |
| 13 |
|
<property name="windowTitle"> |
| 14 |
< |
<string>Manual OniSplit Commands</string> |
| 14 |
> |
<string>Manual Tools Commands</string> |
| 15 |
> |
</property> |
| 16 |
> |
<property name="windowIcon"> |
| 17 |
> |
<iconset resource="resources.qrc"> |
| 18 |
> |
<normaloff>:/new/icons/command_icon.png</normaloff>:/new/icons/command_icon.png</iconset> |
| 19 |
|
</property> |
| 20 |
|
<widget class="QWidget" name="centralwidget"> |
| 21 |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
| 26 |
|
</property> |
| 27 |
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 28 |
|
<item> |
| 29 |
+ |
<widget class="QLabel" name="label_2"> |
| 30 |
+ |
<property name="text"> |
| 31 |
+ |
<string>Target Tool:</string> |
| 32 |
+ |
</property> |
| 33 |
+ |
</widget> |
| 34 |
+ |
</item> |
| 35 |
+ |
<item> |
| 36 |
+ |
<widget class="QComboBox" name="cbTargetTool"> |
| 37 |
+ |
<item> |
| 38 |
+ |
<property name="text"> |
| 39 |
+ |
<string>OniSplit</string> |
| 40 |
+ |
</property> |
| 41 |
+ |
</item> |
| 42 |
+ |
<item> |
| 43 |
+ |
<property name="text"> |
| 44 |
+ |
<string>XmlTools</string> |
| 45 |
+ |
</property> |
| 46 |
+ |
</item> |
| 47 |
+ |
</widget> |
| 48 |
+ |
</item> |
| 49 |
+ |
<item> |
| 50 |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 51 |
|
<item> |
| 52 |
|
<widget class="QLabel" name="label"> |
| 158 |
|
</layout> |
| 159 |
|
</widget> |
| 160 |
|
</widget> |
| 161 |
< |
<resources/> |
| 161 |
> |
<resources> |
| 162 |
> |
<include location="resources.qrc"/> |
| 163 |
> |
</resources> |
| 164 |
|
<connections> |
| 165 |
|
<connection> |
| 166 |
|
<sender>leManualCommand</sender> |