lyx_mirror/src/frontends/qt4/ui/QViewSourceUi.ui

73 lines
1.7 KiB
Plaintext
Raw Normal View History

<ui version="4.0" >
<class>QViewSourceUi</class>
<widget class="QWidget" name="QViewSourceUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>446</width>
<height>123</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="1" >
<widget class="QCheckBox" name="autoUpdateCB" >
<property name="text" >
<string>Automatic update</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QCheckBox" name="viewFullSourceCB" >
<property name="cursor" >
<cursor>0</cursor>
</property>
<property name="text" >
<string>Complete source</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QPushButton" name="updatePB" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>&amp;Update</string>
</property>
</widget>
</item>
<item rowspan="3" row="0" column="0" >
<widget class="QTextEdit" name="viewSourceTV" >
<property name="whatsThis" >
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>viewSourceTV</tabstop>
<tabstop>viewFullSourceCB</tabstop>
<tabstop>autoUpdateCB</tabstop>
<tabstop>updatePB</tabstop>
</tabstops>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<resources/>
<connections/>
</ui>