tageditor/gui/infooptionpage.ui

54 lines
1.3 KiB
XML

<?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>
<property name="windowTitle">
<string>File info</string>
</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>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="noWebViewCheckBox">
<property name="text">
<string>Don't use web view</string>
</property>
</widget>
</item>
<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>