]> sigrok.org Git - sigrok-qt.git/blob - decodersform.ui
.gitignore: Add missing entries.
[sigrok-qt.git] / decodersform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DecodersForm</class>
4  <widget class="QDialog" name="DecodersForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Protocol decoders</string>
15   </property>
16   <widget class="QWidget" name="horizontalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>13</y>
21      <width>381</width>
22      <height>241</height>
23     </rect>
24    </property>
25    <layout class="QHBoxLayout" name="horizontalLayout">
26     <item>
27      <widget class="QListWidget" name="listWidget">
28       <property name="maximumSize">
29        <size>
30         <width>140</width>
31         <height>16777215</height>
32        </size>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QStackedWidget" name="stackedWidget">
38       <property name="currentIndex">
39        <number>-1</number>
40       </property>
41      </widget>
42     </item>
43    </layout>
44   </widget>
45   <widget class="QWidget" name="horizontalLayoutWidget_2">
46    <property name="geometry">
47     <rect>
48      <x>10</x>
49      <y>260</y>
50      <width>381</width>
51      <height>31</height>
52     </rect>
53    </property>
54    <layout class="QHBoxLayout" name="horizontalLayout_2">
55     <item>
56      <spacer name="horizontalSpacer">
57       <property name="orientation">
58        <enum>Qt::Horizontal</enum>
59       </property>
60       <property name="sizeHint" stdset="0">
61        <size>
62         <width>40</width>
63         <height>20</height>
64        </size>
65       </property>
66      </spacer>
67     </item>
68     <item>
69      <widget class="QPushButton" name="closeButton">
70       <property name="text">
71        <string>Close</string>
72       </property>
73      </widget>
74     </item>
75    </layout>
76   </widget>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>