tageditor/gui/infooptionpage.ui

54 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-04-22 19:33:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::InfoOptionPage</class>
<widget class="QWidget" name="QtGui::InfoOptionPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>385</width>
<height>78</height>
</rect>
</property>
2015-04-22 19:33:53 +02:00
<property name="windowTitle">
2016-04-04 14:51:14 +02:00
<string>File info</string>
2015-04-22 19:33:53 +02:00
</property>
<property name="styleSheet">
<string notr="true">QGroupBox { font-weight: bold };</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="forceFullParseCheckBox">
<property name="text">
<string>Force full parse of the element structure
• might cause long loading times
• use for full file inspection and validation only</string>
2015-04-22 19:33:53 +02:00
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="noWebViewCheckBox">
<property name="text">
<string>Don't use web view</string>
</property>
</widget>
</item>
2015-04-22 19:33:53 +02:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>