]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QViewSourceUi.ui
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
[lyx.git] / src / frontends / qt4 / ui / QViewSourceUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QViewSourceUi</class>
6  <widget class="QDialog" name="QViewSourceUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>460</width>
12     <height>424</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="margin" >
23     <number>9</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item>
29     <widget class="QTextEdit" name="viewSourceTV" >
30      <property name="whatsThis" >
31       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:13pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
32      </property>
33     </widget>
34    </item>
35    <item>
36     <layout class="QHBoxLayout" >
37      <property name="margin" >
38       <number>0</number>
39      </property>
40      <property name="spacing" >
41       <number>6</number>
42      </property>
43      <item>
44       <widget class="QCheckBox" name="viewFullSourceCB" >
45        <property name="cursor" >
46         <cursor>0</cursor>
47        </property>
48        <property name="text" >
49         <string>Display complete source</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QCheckBox" name="autoUpdateCB" >
55        <property name="text" >
56         <string>Automatic update</string>
57        </property>
58        <property name="checked" >
59         <bool>true</bool>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <layout class="QHBoxLayout" >
67      <property name="margin" >
68       <number>0</number>
69      </property>
70      <property name="spacing" >
71       <number>6</number>
72      </property>
73      <item>
74       <spacer>
75        <property name="orientation" >
76         <enum>Qt::Horizontal</enum>
77        </property>
78        <property name="sizeType" >
79         <enum>QSizePolicy::Expanding</enum>
80        </property>
81        <property name="sizeHint" >
82         <size>
83          <width>201</width>
84          <height>44</height>
85         </size>
86        </property>
87       </spacer>
88      </item>
89      <item>
90       <widget class="QPushButton" name="updatePB" >
91        <property name="enabled" >
92         <bool>false</bool>
93        </property>
94        <property name="text" >
95         <string>&amp;Update</string>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <spacer>
101        <property name="orientation" >
102         <enum>Qt::Horizontal</enum>
103        </property>
104        <property name="sizeType" >
105         <enum>QSizePolicy::Fixed</enum>
106        </property>
107        <property name="sizeHint" >
108         <size>
109          <width>31</width>
110          <height>44</height>
111         </size>
112        </property>
113       </spacer>
114      </item>
115      <item>
116       <widget class="QPushButton" name="closePB" >
117        <property name="text" >
118         <string>&amp;Close</string>
119        </property>
120       </widget>
121      </item>
122     </layout>
123    </item>
124   </layout>
125  </widget>
126  <pixmapfunction></pixmapfunction>
127  <tabstops>
128   <tabstop>viewSourceTV</tabstop>
129   <tabstop>closePB</tabstop>
130  </tabstops>
131  <resources/>
132  <connections/>
133 </ui>