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>460</width> |
10 |
<height>300</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>Manual OniSplit Commands</string> |
15 |
</property> |
16 |
<widget class="QWidget" name="centralwidget"> |
17 |
<layout class="QVBoxLayout" name="verticalLayout"> |
18 |
<item> |
19 |
<widget class="QGroupBox" name="groupBox"> |
20 |
<property name="title"> |
21 |
<string>Input</string> |
22 |
</property> |
23 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
24 |
<item> |
25 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
26 |
<item> |
27 |
<widget class="QLabel" name="label"> |
28 |
<property name="text"> |
29 |
<string>Command:</string> |
30 |
</property> |
31 |
</widget> |
32 |
</item> |
33 |
<item> |
34 |
<widget class="QLineEdit" name="leManualCommand"> |
35 |
<property name="placeholderText"> |
36 |
<string>Input the command directly (up arrow for last inputted)</string> |
37 |
</property> |
38 |
</widget> |
39 |
</item> |
40 |
<item> |
41 |
<widget class="QPushButton" name="pbInput"> |
42 |
<property name="minimumSize"> |
43 |
<size> |
44 |
<width>0</width> |
45 |
<height>0</height> |
46 |
</size> |
47 |
</property> |
48 |
<property name="text"> |
49 |
<string>Input</string> |
50 |
</property> |
51 |
</widget> |
52 |
</item> |
53 |
</layout> |
54 |
</item> |
55 |
</layout> |
56 |
</widget> |
57 |
</item> |
58 |
<item> |
59 |
<widget class="QGroupBox" name="groupBox_2"> |
60 |
<property name="title"> |
61 |
<string>Output</string> |
62 |
</property> |
63 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
64 |
<item> |
65 |
<widget class="QPlainTextEdit" name="ptOutput"> |
66 |
<property name="readOnly"> |
67 |
<bool>true</bool> |
68 |
</property> |
69 |
</widget> |
70 |
</item> |
71 |
</layout> |
72 |
</widget> |
73 |
</item> |
74 |
<item> |
75 |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
76 |
<item> |
77 |
<spacer name="horizontalSpacer"> |
78 |
<property name="orientation"> |
79 |
<enum>Qt::Horizontal</enum> |
80 |
</property> |
81 |
<property name="sizeHint" stdset="0"> |
82 |
<size> |
83 |
<width>40</width> |
84 |
<height>20</height> |
85 |
</size> |
86 |
</property> |
87 |
</spacer> |
88 |
</item> |
89 |
<item> |
90 |
<widget class="QPushButton" name="pcCopyClipboard"> |
91 |
<property name="minimumSize"> |
92 |
<size> |
93 |
<width>100</width> |
94 |
<height>0</height> |
95 |
</size> |
96 |
</property> |
97 |
<property name="text"> |
98 |
<string>Copy to clipboard</string> |
99 |
</property> |
100 |
</widget> |
101 |
</item> |
102 |
<item> |
103 |
<spacer name="horizontalSpacer_2"> |
104 |
<property name="orientation"> |
105 |
<enum>Qt::Horizontal</enum> |
106 |
</property> |
107 |
<property name="sizeType"> |
108 |
<enum>QSizePolicy::Fixed</enum> |
109 |
</property> |
110 |
<property name="sizeHint" stdset="0"> |
111 |
<size> |
112 |
<width>20</width> |
113 |
<height>20</height> |
114 |
</size> |
115 |
</property> |
116 |
</spacer> |
117 |
</item> |
118 |
<item> |
119 |
<widget class="QPushButton" name="pbClear"> |
120 |
<property name="minimumSize"> |
121 |
<size> |
122 |
<width>100</width> |
123 |
<height>0</height> |
124 |
</size> |
125 |
</property> |
126 |
<property name="text"> |
127 |
<string>Clear</string> |
128 |
</property> |
129 |
</widget> |
130 |
</item> |
131 |
</layout> |
132 |
</item> |
133 |
</layout> |
134 |
</widget> |
135 |
</widget> |
136 |
<resources/> |
137 |
<connections> |
138 |
<connection> |
139 |
<sender>leManualCommand</sender> |
140 |
<signal>returnPressed()</signal> |
141 |
<receiver>pbInput</receiver> |
142 |
<slot>click()</slot> |
143 |
<hints> |
144 |
<hint type="sourcelabel"> |
145 |
<x>95</x> |
146 |
<y>42</y> |
147 |
</hint> |
148 |
<hint type="destinationlabel"> |
149 |
<x>404</x> |
150 |
<y>50</y> |
151 |
</hint> |
152 |
</hints> |
153 |
</connection> |
154 |
</connections> |
155 |
</ui> |