]> sigrok.org Git - pulseview.git/blame - about.ui
Add missing include.
[pulseview.git] / about.ui
CommitLineData
40eb2ff4
JH
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>About</class>
4 <widget class="QDialog" name="About">
5 <property name="windowModality">
6 <enum>Qt::WindowModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>600</width>
13 <height>400</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>About</string>
18 </property>
19 <property name="whatsThis">
20 <string/>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <layout class="QGridLayout" name="gridLayout">
25 <item row="0" column="0">
26 <widget class="QLabel" name="icon">
27 <property name="text">
28 <string/>
29 </property>
30 <property name="pixmap">
a8d3fb2d 31 <pixmap resource="pulseview.qrc">:/icons/sigrok-logo-notext.png</pixmap>
40eb2ff4
JH
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="QLabel" name="versionInfo">
37 <property name="text">
38 <string/>
39 </property>
40 </widget>
41 </item>
42 <item row="1" column="1">
43 <widget class="QTextBrowser" name="supportList"/>
44 </item>
45 </layout>
46 </item>
47 <item>
48 <widget class="QDialogButtonBox" name="buttonBox">
49 <property name="orientation">
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="standardButtons">
53 <set>QDialogButtonBox::Ok</set>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </widget>
59 <resources>
a8d3fb2d 60 <include location="pulseview.qrc"/>
40eb2ff4
JH
61 </resources>
62 <connections>
63 <connection>
64 <sender>buttonBox</sender>
65 <signal>accepted()</signal>
66 <receiver>About</receiver>
67 <slot>accept()</slot>
68 <hints>
69 <hint type="sourcelabel">
70 <x>248</x>
71 <y>254</y>
72 </hint>
73 <hint type="destinationlabel">
74 <x>157</x>
75 <y>274</y>
76 </hint>
77 </hints>
78 </connection>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>rejected()</signal>
82 <receiver>About</receiver>
83 <slot>reject()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>316</x>
87 <y>260</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>286</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 </connections>
96</ui>