Adding per-keyset editable data
[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="QGridLayout" name="gridLayout">
17    <item row="0" column="0" rowspan="2">
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QCheckBox" name="cycleCheckBox">
21        <property name="text">
22         <string>Continuously Cycle Macros</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <layout class="QHBoxLayout" name="horizontalLayout">
28        <item>
29         <widget class="QLabel" name="cycleLabel">
30          <property name="text">
31           <string>Cycle Delay in Seconds:</string>
32          </property>
33         </widget>
34        </item>
35        <item>
36         <widget class="QSpinBox" name="spinBox">
37          <property name="minimum">
38           <number>5</number>
39          </property>
40          <property name="maximum">
41           <number>60</number>
42          </property>
43          <property name="singleStep">
44           <number>5</number>
45          </property>
46         </widget>
47        </item>
48       </layout>
49      </item>
50      <item>
51       <widget class="QPushButton" name="prevMacroButton">
52        <property name="sizePolicy">
53         <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
54          <horstretch>0</horstretch>
55          <verstretch>0</verstretch>
56         </sizepolicy>
57        </property>
58        <property name="text">
59         <string>Prev Macro</string>
60        </property>
61        <property name="icon">
62         <iconset resource="../PierogiResources.qrc">
63          <normaloff>:/icons/br_up_icon&amp;48.png</normaloff>:/icons/br_up_icon&amp;48.png</iconset>
64        </property>
65        <property name="iconSize">
66         <size>
67          <width>48</width>
68          <height>48</height>
69         </size>
70        </property>
71       </widget>
72      </item>
73      <item>
74       <widget class="QPushButton" name="nextMacroButton">
75        <property name="sizePolicy">
76         <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
77          <horstretch>0</horstretch>
78          <verstretch>0</verstretch>
79         </sizepolicy>
80        </property>
81        <property name="text">
82         <string>Next Macro</string>
83        </property>
84        <property name="icon">
85         <iconset resource="../PierogiResources.qrc">
86          <normaloff>:/icons/br_down_icon&amp;48.png</normaloff>:/icons/br_down_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     </layout>
97    </item>
98    <item row="0" column="1">
99     <widget class="QScrollArea" name="scrollArea">
100      <property name="widgetResizable">
101       <bool>true</bool>
102      </property>
103      <widget class="QWidget" name="scrollAreaWidgetContents">
104       <property name="geometry">
105        <rect>
106         <x>0</x>
107         <y>0</y>
108         <width>529</width>
109         <height>420</height>
110        </rect>
111       </property>
112       <layout class="QGridLayout" name="gridLayout_2">
113        <property name="margin">
114         <number>0</number>
115        </property>
116        <item row="0" column="0">
117         <widget class="QListWidget" name="macroListWidget"/>
118        </item>
119       </layout>
120      </widget>
121     </widget>
122    </item>
123    <item row="1" column="1">
124     <widget class="QPushButton" name="newMacroButton">
125      <property name="text">
126       <string>New Macro</string>
127      </property>
128     </widget>
129    </item>
130   </layout>
131  </widget>
132  <resources>
133   <include location="../PierogiResources.qrc"/>
134  </resources>
135  <connections/>
136 </ui>