2012-07-26 14:09:33 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>viewoptions</class>
|
|
|
|
<widget class="QDialog" name="viewoptions">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-10-12 14:52:57 +02:00
|
|
|
<width>172</width>
|
|
|
|
<height>124</height>
|
2012-07-26 14:09:33 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>View Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbMetaData">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show MetaData</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbCategorized">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Categorized</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbScientific">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Scientific</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-10-12 14:52:57 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbDescription">
|
|
|
|
<property name="text">
|
2014-10-16 00:11:19 +02:00
|
|
|
<string>Show Description</string>
|
2014-10-12 14:52:57 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-07-26 14:09:33 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|