Advanced Settings Panel
[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" rowspan="4" 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="0" column="4">
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="4">
40     <widget class="QPushButton" name="editButton">
41      <property name="text">
42       <string>Edit</string>
43      </property>
44     </widget>
45    </item>
46    <item row="2" column="4">
47     <widget class="QPushButton" name="deleteButton">
48      <property name="text">
49       <string>Delete</string>
50      </property>
51     </widget>
52    </item>
53    <item row="3" column="4">
54     <widget class="QDialogButtonBox" name="buttonBox">
55      <property name="layoutDirection">
56       <enum>Qt::LeftToRight</enum>
57      </property>
58      <property name="orientation">
59       <enum>Qt::Vertical</enum>
60      </property>
61      <property name="standardButtons">
62       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
63      </property>
64     </widget>
65    </item>
66   </layout>
67  </widget>
68  <resources/>
69  <connections>
70   <connection>
71    <sender>buttonBox</sender>
72    <signal>accepted()</signal>
73    <receiver>PIRSelectMacroDialog</receiver>
74    <slot>accept()</slot>
75    <hints>
76     <hint type="sourcelabel">
77      <x>248</x>
78      <y>254</y>
79     </hint>
80     <hint type="destinationlabel">
81      <x>157</x>
82      <y>274</y>
83     </hint>
84    </hints>
85   </connection>
86   <connection>
87    <sender>buttonBox</sender>
88    <signal>rejected()</signal>
89    <receiver>PIRSelectMacroDialog</receiver>
90    <slot>reject()</slot>
91    <hints>
92     <hint type="sourcelabel">
93      <x>316</x>
94      <y>260</y>
95     </hint>
96     <hint type="destinationlabel">
97      <x>286</x>
98      <y>274</y>
99     </hint>
100    </hints>
101   </connection>
102  </connections>
103 </ui>