source: s10k/Vago/manualcommands.ui@ 1117

Last change on this file since 1117 was 1058, checked in by s10k, 8 years ago

Vago 1.2

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ManualCommands</class>
4 <widget class="QMainWindow" name="ManualCommands">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>640</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
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">
22 <item>
23 <widget class="QGroupBox" name="groupBox">
24 <property name="title">
25 <string>Input</string>
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">
53 <property name="text">
54 <string>Command:</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QLineEdit" name="leManualCommand">
60 <property name="placeholderText">
61 <string>Input the command directly (up arrow for last inputted)</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="pbInput">
67 <property name="minimumSize">
68 <size>
69 <width>0</width>
70 <height>0</height>
71 </size>
72 </property>
73 <property name="text">
74 <string>Input</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 </layout>
81 </widget>
82 </item>
83 <item>
84 <widget class="QGroupBox" name="groupBox_2">
85 <property name="title">
86 <string>Output</string>
87 </property>
88 <layout class="QHBoxLayout" name="horizontalLayout_3">
89 <item>
90 <widget class="QPlainTextEdit" name="ptOutput">
91 <property name="readOnly">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 </item>
99 <item>
100 <layout class="QHBoxLayout" name="horizontalLayout_4">
101 <item>
102 <spacer name="horizontalSpacer">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>40</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 <item>
115 <widget class="QPushButton" name="pcCopyClipboard">
116 <property name="minimumSize">
117 <size>
118 <width>100</width>
119 <height>0</height>
120 </size>
121 </property>
122 <property name="text">
123 <string>Copy to clipboard</string>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <spacer name="horizontalSpacer_2">
129 <property name="orientation">
130 <enum>Qt::Horizontal</enum>
131 </property>
132 <property name="sizeType">
133 <enum>QSizePolicy::Fixed</enum>
134 </property>
135 <property name="sizeHint" stdset="0">
136 <size>
137 <width>20</width>
138 <height>20</height>
139 </size>
140 </property>
141 </spacer>
142 </item>
143 <item>
144 <widget class="QPushButton" name="pbClear">
145 <property name="minimumSize">
146 <size>
147 <width>100</width>
148 <height>0</height>
149 </size>
150 </property>
151 <property name="text">
152 <string>Clear</string>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </item>
158 </layout>
159 </widget>
160 </widget>
161 <resources>
162 <include location="resources.qrc"/>
163 </resources>
164 <connections>
165 <connection>
166 <sender>leManualCommand</sender>
167 <signal>returnPressed()</signal>
168 <receiver>pbInput</receiver>
169 <slot>click()</slot>
170 <hints>
171 <hint type="sourcelabel">
172 <x>95</x>
173 <y>42</y>
174 </hint>
175 <hint type="destinationlabel">
176 <x>404</x>
177 <y>50</y>
178 </hint>
179 </hints>
180 </connection>
181 </connections>
182</ui>
Note: See TracBrowser for help on using the repository browser.