]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QAboutUi.ui
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / ui / QAboutUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QAboutUi</class>
6  <widget class="QDialog" name="QAboutUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>327</width>
12     <height>232</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <widget class="QWidget" name="" >
22    <layout class="QHBoxLayout" >
23     <property name="margin" >
24      <number>0</number>
25     </property>
26     <property name="spacing" >
27      <number>6</number>
28     </property>
29     <item>
30      <spacer>
31       <property name="orientation" >
32        <enum>Qt::Horizontal</enum>
33       </property>
34       <property name="sizeType" >
35        <enum>QSizePolicy::Expanding</enum>
36       </property>
37       <property name="sizeHint" >
38        <size>
39         <width>20</width>
40         <height>20</height>
41        </size>
42       </property>
43      </spacer>
44     </item>
45     <item>
46      <widget class="QPushButton" name="closePB" >
47       <property name="sizePolicy" >
48        <sizepolicy>
49         <hsizetype>0</hsizetype>
50         <vsizetype>0</vsizetype>
51         <horstretch>0</horstretch>
52         <verstretch>0</verstretch>
53        </sizepolicy>
54       </property>
55       <property name="text" >
56        <string>&amp;Close</string>
57       </property>
58       <property name="default" >
59        <bool>true</bool>
60       </property>
61      </widget>
62     </item>
63    </layout>
64   </widget>
65   <widget class="QTabWidget" name="tab" >
66    <property name="geometry" >
67     <rect>
68      <x>11</x>
69      <y>11</y>
70      <width>305</width>
71      <height>171</height>
72     </rect>
73    </property>
74    <widget class="QWidget" name="versiontab" >
75     <attribute name="title" >
76      <string>Version</string>
77     </attribute>
78     <layout class="QVBoxLayout" >
79      <property name="margin" >
80       <number>11</number>
81      </property>
82      <property name="spacing" >
83       <number>6</number>
84      </property>
85      <item>
86       <widget class="QLabel" name="versionLA" >
87        <property name="frameShape" >
88         <enum>QFrame::Box</enum>
89        </property>
90        <property name="frameShadow" >
91         <enum>QFrame::Sunken</enum>
92        </property>
93        <property name="text" >
94         <string>Version goes here</string>
95        </property>
96        <property name="alignment" >
97         <set>Qt::AlignCenter</set>
98        </property>
99        <property name="margin" >
100         <number>6</number>
101        </property>
102       </widget>
103      </item>
104     </layout>
105    </widget>
106    <widget class="QWidget" name="creditstab" >
107     <attribute name="title" >
108      <string>Credits</string>
109     </attribute>
110     <layout class="QGridLayout" >
111      <property name="margin" >
112       <number>9</number>
113      </property>
114      <property name="spacing" >
115       <number>6</number>
116      </property>
117      <item row="0" column="0" >
118       <widget class="QTextBrowser" name="creditsTB" />
119      </item>
120     </layout>
121    </widget>
122    <widget class="QWidget" name="copyrighttab" >
123     <attribute name="title" >
124      <string>Copyright</string>
125     </attribute>
126     <layout class="QGridLayout" >
127      <property name="margin" >
128       <number>9</number>
129      </property>
130      <property name="spacing" >
131       <number>6</number>
132      </property>
133      <item row="0" column="0" >
134       <widget class="QTextBrowser" name="copyrightTB" />
135      </item>
136     </layout>
137    </widget>
138   </widget>
139  </widget>
140  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
141  <resources/>
142  <connections/>
143 </ui>