Search for Power Button Panel
[pierogi] / forms / pirmacroform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIRMacroForm</class>
4  <widget class="QWidget" name="PIRMacroForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Macro Processor</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout_2">
17    <property name="margin">
18     <number>8</number>
19    </property>
20    <item>
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <layout class="QHBoxLayout" name="horizontalLayout_3">
24        <item>
25         <widget class="QLabel" name="macroPackLabel">
26          <property name="text">
27           <string>Macro Pack:</string>
28          </property>
29         </widget>
30        </item>
31        <item>
32         <widget class="QComboBox" name="macroPackComboBox"/>
33        </item>
34       </layout>
35      </item>
36      <item>
37       <widget class="QPushButton" name="newMacroPackButton">
38        <property name="text">
39         <string>New Macro Pack</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QPushButton" name="editMacroPackButton">
45        <property name="text">
46         <string>Edit / Delete Macro Pack</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QGroupBox" name="macroEditGroupBox">
52        <property name="title">
53         <string>Macro Editing Commands</string>
54        </property>
55        <layout class="QVBoxLayout" name="verticalLayout_2">
56         <property name="margin">
57          <number>8</number>
58         </property>
59         <item>
60          <layout class="QHBoxLayout" name="horizontalLayout">
61           <item>
62            <widget class="QLabel" name="nameLabel">
63             <property name="text">
64              <string>Macro:</string>
65             </property>
66            </widget>
67           </item>
68           <item>
69            <widget class="QComboBox" name="macroComboBox"/>
70           </item>
71          </layout>
72         </item>
73         <item>
74          <widget class="QPushButton" name="prevMacroButton">
75           <property name="sizePolicy">
76            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
77             <horstretch>0</horstretch>
78             <verstretch>0</verstretch>
79            </sizepolicy>
80           </property>
81           <property name="text">
82            <string>Prev Macro</string>
83           </property>
84           <property name="icon">
85            <iconset resource="../PierogiResources.qrc">
86             <normaloff>:/icons/br_up_icon&amp;48.png</normaloff>:/icons/br_up_icon&amp;48.png</iconset>
87           </property>
88           <property name="iconSize">
89            <size>
90             <width>48</width>
91             <height>48</height>
92            </size>
93           </property>
94          </widget>
95         </item>
96         <item>
97          <widget class="QPushButton" name="nextMacroButton">
98           <property name="sizePolicy">
99            <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
100             <horstretch>0</horstretch>
101             <verstretch>0</verstretch>
102            </sizepolicy>
103           </property>
104           <property name="text">
105            <string>Next Macro</string>
106           </property>
107           <property name="icon">
108            <iconset resource="../PierogiResources.qrc">
109             <normaloff>:/icons/br_down_icon&amp;48.png</normaloff>:/icons/br_down_icon&amp;48.png</iconset>
110           </property>
111           <property name="iconSize">
112            <size>
113             <width>48</width>
114             <height>48</height>
115            </size>
116           </property>
117          </widget>
118         </item>
119         <item>
120          <widget class="QPushButton" name="newMacroButton">
121           <property name="text">
122            <string>New Macro</string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <widget class="QPushButton" name="editMacroButton">
128           <property name="text">
129            <string>Edit / Delete Macro</string>
130           </property>
131          </widget>
132         </item>
133        </layout>
134       </widget>
135      </item>
136     </layout>
137    </item>
138    <item>
139     <layout class="QVBoxLayout" name="verticalLayout_3">
140      <item>
141       <widget class="QLabel" name="commandListLabel">
142        <property name="text">
143         <string>Command List</string>
144        </property>
145        <property name="alignment">
146         <set>Qt::AlignCenter</set>
147        </property>
148       </widget>
149      </item>
150      <item>
151       <widget class="QListWidget" name="macroListWidget"/>
152      </item>
153      <item>
154       <widget class="QPushButton" name="newCommandButton">
155        <property name="text">
156         <string>New Command</string>
157        </property>
158       </widget>
159      </item>
160      <item>
161       <widget class="QPushButton" name="editCommandButton">
162        <property name="text">
163         <string>Edit / Delete Command</string>
164        </property>
165       </widget>
166      </item>
167     </layout>
168    </item>
169   </layout>
170  </widget>
171  <resources>
172   <include location="../PierogiResources.qrc"/>
173  </resources>
174  <connections/>
175 </ui>