Adding Macros!
[pierogi] / dialogs / pireditmacrodialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIREditMacroDialog</class>
4  <widget class="QDialog" name="PIREditMacroDialog">
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 Properties</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>8</number>
19    </property>
20    <item row="0" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout">
22      <item>
23       <widget class="QLabel" name="macroNameLabel">
24        <property name="text">
25         <string>Name:</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QLineEdit" name="macroNameLineEdit"/>
31      </item>
32     </layout>
33    </item>
34    <item row="1" column="0">
35     <layout class="QHBoxLayout" name="horizontalLayout_2">
36      <item>
37       <layout class="QVBoxLayout" name="verticalLayout">
38        <item>
39         <widget class="QLabel" name="panelButtonLabel">
40          <property name="text">
41           <string>Assigned Panel Button:</string>
42          </property>
43         </widget>
44        </item>
45        <item>
46         <widget class="QComboBox" name="macroButtonComboBox"/>
47        </item>
48       </layout>
49      </item>
50      <item>
51       <layout class="QVBoxLayout" name="verticalLayout_2">
52        <item>
53         <widget class="QLabel" name="keyboardKeyLabel">
54          <property name="text">
55           <string>Assigned Keyboard Key:</string>
56          </property>
57         </widget>
58        </item>
59        <item>
60         <widget class="QComboBox" name="macroKeyComboBox"/>
61        </item>
62       </layout>
63      </item>
64     </layout>
65    </item>
66    <item row="2" column="0">
67     <widget class="QDialogButtonBox" name="buttonBox">
68      <property name="orientation">
69       <enum>Qt::Horizontal</enum>
70      </property>
71      <property name="standardButtons">
72       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
73      </property>
74     </widget>
75    </item>
76   </layout>
77  </widget>
78  <resources/>
79  <connections>
80   <connection>
81    <sender>buttonBox</sender>
82    <signal>accepted()</signal>
83    <receiver>PIREditMacroDialog</receiver>
84    <slot>accept()</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>248</x>
88      <y>254</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>157</x>
92      <y>274</y>
93     </hint>
94    </hints>
95   </connection>
96   <connection>
97    <sender>buttonBox</sender>
98    <signal>rejected()</signal>
99    <receiver>PIREditMacroDialog</receiver>
100    <slot>reject()</slot>
101    <hints>
102     <hint type="sourcelabel">
103      <x>316</x>
104      <y>260</y>
105     </hint>
106     <hint type="destinationlabel">
107      <x>286</x>
108      <y>274</y>
109     </hint>
110    </hints>
111   </connection>
112  </connections>
113 </ui>