1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AboutDialog</class>
4 <widget class="QDialog" name="AboutDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>563</width>
10    <height>507</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>About Texmaker</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="3">
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <spacer>
21       <property name="orientation">
22        <enum>Qt::Horizontal</enum>
23       </property>
24       <property name="sizeHint" stdset="0">
25        <size>
26         <width>18</width>
27         <height>158</height>
28        </size>
29       </property>
30      </spacer>
31     </item>
32     <item>
33      <widget class="QLabel" name="label">
34       <property name="sizePolicy">
35        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
36         <horstretch>0</horstretch>
37         <verstretch>0</verstretch>
38        </sizepolicy>
39       </property>
40       <property name="text">
41        <string/>
42       </property>
43       <property name="scaledContents">
44        <bool>false</bool>
45       </property>
46      </widget>
47     </item>
48     <item>
49      <spacer>
50       <property name="orientation">
51        <enum>Qt::Horizontal</enum>
52       </property>
53       <property name="sizeHint" stdset="0">
54        <size>
55         <width>18</width>
56         <height>158</height>
57        </size>
58       </property>
59      </spacer>
60     </item>
61    </layout>
62   </item>
63   <item row="1" column="0" colspan="3">
64    <widget class="QTabWidget" name="tabWidget">
65     <property name="minimumSize">
66      <size>
67       <width>0</width>
68       <height>200</height>
69      </size>
70     </property>
71     <property name="currentIndex">
72      <number>0</number>
73     </property>
74     <widget class="QWidget" name="tab">
75      <attribute name="title">
76       <string>Version</string>
77      </attribute>
78      <layout class="QHBoxLayout" name="horizontalLayout_2">
79       <item>
80        <widget class="QTextBrowser" name="textBrowser1"/>
81       </item>
82      </layout>
83     </widget>
84     <widget class="QWidget" name="tab_2">
85      <attribute name="title">
86       <string>Authors</string>
87      </attribute>
88      <layout class="QHBoxLayout" name="horizontalLayout_3">
89       <item>
90        <widget class="QTextBrowser" name="textBrowser2"/>
91       </item>
92      </layout>
93     </widget>
94     <widget class="QWidget" name="tab_3">
95      <attribute name="title">
96       <string>Thanks</string>
97      </attribute>
98      <layout class="QHBoxLayout" name="horizontalLayout_4">
99       <item>
100        <widget class="QTextBrowser" name="textBrowser3"/>
101       </item>
102      </layout>
103     </widget>
104     <widget class="QWidget" name="tab_4">
105      <attribute name="title">
106       <string>License</string>
107      </attribute>
108      <layout class="QHBoxLayout" name="horizontalLayout_5">
109       <item>
110        <widget class="QTextBrowser" name="textBrowser4"/>
111       </item>
112      </layout>
113     </widget>
114    </widget>
115   </item>
116   <item row="2" column="0">
117    <spacer name="horizontalSpacer">
118     <property name="orientation">
119      <enum>Qt::Horizontal</enum>
120     </property>
121     <property name="sizeHint" stdset="0">
122      <size>
123       <width>198</width>
124       <height>20</height>
125      </size>
126     </property>
127    </spacer>
128   </item>
129   <item row="2" column="1">
130    <widget class="QDialogButtonBox" name="buttonBox">
131     <property name="standardButtons">
132      <set>QDialogButtonBox::Ok</set>
133     </property>
134     <property name="centerButtons">
135      <bool>true</bool>
136     </property>
137    </widget>
138   </item>
139   <item row="2" column="2">
140    <spacer name="horizontalSpacer_2">
141     <property name="orientation">
142      <enum>Qt::Horizontal</enum>
143     </property>
144     <property name="sizeHint" stdset="0">
145      <size>
146       <width>218</width>
147       <height>20</height>
148      </size>
149     </property>
150    </spacer>
151   </item>
152  </layout>
153 </widget>
154 <resources>
155  <include location="texmaker.qrc"/>
156 </resources>
157 <connections>
158  <connection>
159   <sender>buttonBox</sender>
160   <signal>accepted()</signal>
161   <receiver>AboutDialog</receiver>
162   <slot>accept()</slot>
163   <hints>
164    <hint type="sourcelabel">
165     <x>232</x>
166     <y>451</y>
167    </hint>
168    <hint type="destinationlabel">
169     <x>232</x>
170     <y>234</y>
171    </hint>
172   </hints>
173  </connection>
174 </connections>
175</ui>
176