Bugfixes and Keysets
[pierogi] / dialogs / pirselectmacrodialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIRSelectMacroDialog</class>
4  <widget class="QDialog" name="PIRSelectMacroDialog">
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>Select Macro</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" colspan="4">
21     <widget class="QTreeWidget" name="macroTreeWidget">
22      <property name="headerHidden">
23       <bool>true</bool>
24      </property>
25      <column>
26       <property name="text">
27        <string notr="true">1</string>
28       </property>
29      </column>
30     </widget>
31    </item>
32    <item row="1" column="0">
33     <widget class="QPushButton" name="newButton">
34      <property name="text">
35       <string>New</string>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1">
40     <widget class="QPushButton" name="editButton">
41      <property name="text">
42       <string>Edit</string>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="2">
47     <widget class="QPushButton" name="deleteButton">
48      <property name="text">
49       <string>Delete</string>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="3">
54     <widget class="QDialogButtonBox" name="buttonBox">
55      <property name="orientation">
56       <enum>Qt::Horizontal</enum>
57      </property>
58      <property name="standardButtons">
59       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60      </property>
61     </widget>
62    </item>
63   </layout>
64  </widget>
65  <resources/>
66  <connections>
67   <connection>
68    <sender>buttonBox</sender>
69    <signal>accepted()</signal>
70    <receiver>PIRSelectMacroDialog</receiver>
71    <slot>accept()</slot>
72    <hints>
73     <hint type="sourcelabel">
74      <x>248</x>
75      <y>254</y>
76     </hint>
77     <hint type="destinationlabel">
78      <x>157</x>
79      <y>274</y>
80     </hint>
81    </hints>
82   </connection>
83   <connection>
84    <sender>buttonBox</sender>
85    <signal>rejected()</signal>
86    <receiver>PIRSelectMacroDialog</receiver>
87    <slot>reject()</slot>
88    <hints>
89     <hint type="sourcelabel">
90      <x>316</x>
91      <y>260</y>
92     </hint>
93     <hint type="destinationlabel">
94      <x>286</x>
95      <y>274</y>
96     </hint>
97    </hints>
98   </connection>
99  </connections>
100 </ui>