]> sigrok.org Git - sigrok-qt.git/blob - decoderstackform.ui
.gitignore: Add missing entries.
[sigrok-qt.git] / decoderstackform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DecoderStackForm</class>
4  <widget class="QDialog" name="DecoderStackForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Protocol decoder stacks</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>440</x>
20      <y>550</y>
21      <width>341</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Horizontal</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QWidget" name="gridLayoutWidget">
33    <property name="geometry">
34     <rect>
35      <x>9</x>
36      <y>10</y>
37      <width>781</width>
38      <height>531</height>
39     </rect>
40    </property>
41    <layout class="QGridLayout" name="gridLayout">
42     <item row="0" column="0">
43      <layout class="QVBoxLayout" name="verticalLayout">
44       <item>
45        <widget class="QPushButton" name="pushButtonAddDecoder">
46         <property name="text">
47          <string>Add stack</string>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QPushButton" name="pushButtonAddStack">
53         <property name="text">
54          <string>Add decoder</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <spacer name="verticalSpacer">
60         <property name="orientation">
61          <enum>Qt::Vertical</enum>
62         </property>
63         <property name="sizeHint" stdset="0">
64          <size>
65           <width>20</width>
66           <height>40</height>
67          </size>
68         </property>
69        </spacer>
70       </item>
71      </layout>
72     </item>
73     <item row="0" column="1">
74      <spacer name="horizontalSpacer">
75       <property name="orientation">
76        <enum>Qt::Horizontal</enum>
77       </property>
78       <property name="sizeHint" stdset="0">
79        <size>
80         <width>40</width>
81         <height>20</height>
82        </size>
83       </property>
84      </spacer>
85     </item>
86    </layout>
87   </widget>
88  </widget>
89  <resources/>
90  <connections>
91   <connection>
92    <sender>buttonBox</sender>
93    <signal>accepted()</signal>
94    <receiver>DecoderStackForm</receiver>
95    <slot>accept()</slot>
96    <hints>
97     <hint type="sourcelabel">
98      <x>248</x>
99      <y>254</y>
100     </hint>
101     <hint type="destinationlabel">
102      <x>157</x>
103      <y>274</y>
104     </hint>
105    </hints>
106   </connection>
107   <connection>
108    <sender>buttonBox</sender>
109    <signal>rejected()</signal>
110    <receiver>DecoderStackForm</receiver>
111    <slot>reject()</slot>
112    <hints>
113     <hint type="sourcelabel">
114      <x>316</x>
115      <y>260</y>
116     </hint>
117     <hint type="destinationlabel">
118      <x>286</x>
119      <y>274</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>