Adding Macros!
[pierogi] / dialogs / pireditcommanddialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIREditCommandDialog</class>
4  <widget class="QDialog" name="PIREditCommandDialog">
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>Edit Command</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="commandTypeLabel">
21        <property name="text">
22         <string>Command Type</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLabel" name="commandValueLabel">
28        <property name="text">
29         <string>Command Value</string>
30        </property>
31       </widget>
32      </item>
33     </layout>
34    </item>
35    <item>
36     <layout class="QHBoxLayout" name="horizontalLayout_2">
37      <item>
38       <widget class="QPushButton" name="moveUpButton">
39        <property name="text">
40         <string>Move Up</string>
41        </property>
42        <property name="icon">
43         <iconset resource="../PierogiResources.qrc">
44          <normaloff>:/icons/br_up_icon&amp;48.png</normaloff>:/icons/br_up_icon&amp;48.png</iconset>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QPushButton" name="moveDownButton">
50        <property name="text">
51         <string>Move Down</string>
52        </property>
53        <property name="icon">
54         <iconset resource="../PierogiResources.qrc">
55          <normaloff>:/icons/br_down_icon&amp;48.png</normaloff>:/icons/br_down_icon&amp;48.png</iconset>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QPushButton" name="deleteButton">
61        <property name="text">
62         <string>Delete</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item>
69     <widget class="QDialogButtonBox" name="buttonBox">
70      <property name="orientation">
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="standardButtons">
74       <set>QDialogButtonBox::Cancel</set>
75      </property>
76     </widget>
77    </item>
78   </layout>
79  </widget>
80  <resources>
81   <include location="../PierogiResources.qrc"/>
82  </resources>
83  <connections>
84   <connection>
85    <sender>buttonBox</sender>
86    <signal>accepted()</signal>
87    <receiver>PIREditCommandDialog</receiver>
88    <slot>accept()</slot>
89    <hints>
90     <hint type="sourcelabel">
91      <x>248</x>
92      <y>254</y>
93     </hint>
94     <hint type="destinationlabel">
95      <x>157</x>
96      <y>274</y>
97     </hint>
98    </hints>
99   </connection>
100   <connection>
101    <sender>buttonBox</sender>
102    <signal>rejected()</signal>
103    <receiver>PIREditCommandDialog</receiver>
104    <slot>reject()</slot>
105    <hints>
106     <hint type="sourcelabel">
107      <x>316</x>
108      <y>260</y>
109     </hint>
110     <hint type="destinationlabel">
111      <x>286</x>
112      <y>274</y>
113     </hint>
114    </hints>
115   </connection>
116  </connections>
117 </ui>