2009-06-23 17:35:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2008-12-02 12:01:29 +01:00
|
|
|
<class>DocSettingsPage</class>
|
2009-06-23 17:35:00 +02:00
|
|
|
<widget class="QWidget" name="DocSettingsPage">
|
|
|
|
|
<property name="geometry">
|
2008-12-02 12:01:29 +01:00
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2009-06-23 17:35:00 +02:00
|
|
|
<width>400</width>
|
|
|
|
|
<height>300</height>
|
2008-12-02 12:01:29 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2010-03-16 17:33:51 +01:00
|
|
|
<property name="toolTip">
|
2010-04-01 16:27:06 +02:00
|
|
|
<string>Add and remove compressed help files, .qch.</string>
|
2010-03-16 17:33:51 +01:00
|
|
|
</property>
|
2009-06-23 17:35:00 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2008-12-02 12:01:29 +01:00
|
|
|
<item>
|
2009-05-18 11:47:45 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Registered Documentation</string>
|
2008-12-02 12:01:29 +01:00
|
|
|
</property>
|
2009-05-18 11:47:45 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
2010-03-02 16:48:49 +01:00
|
|
|
<widget class="QListWidget" name="docsListWidget">
|
|
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::ContiguousSelection</enum>
|
|
|
|
|
</property>
|
2010-03-16 17:33:51 +01:00
|
|
|
<property name="uniformItemSizes">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2011-09-08 16:45:39 +02:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2010-03-02 16:48:49 +01:00
|
|
|
</widget>
|
2009-05-18 11:47:45 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2009-06-23 17:35:00 +02:00
|
|
|
<layout class="QVBoxLayout" name="_4">
|
|
|
|
|
<property name="spacing">
|
2009-05-18 11:47:45 +02:00
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
2009-06-23 17:35:00 +02:00
|
|
|
<property name="margin">
|
2009-05-18 11:47:45 +02:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2011-02-28 12:59:59 +01:00
|
|
|
<widget class="QPushButton" name="addButton">
|
2009-06-23 17:35:00 +02:00
|
|
|
<property name="text">
|
2011-02-28 14:35:58 +01:00
|
|
|
<string>Add</string>
|
2009-05-18 11:47:45 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-02-28 12:59:59 +01:00
|
|
|
<widget class="QPushButton" name="removeButton">
|
2009-06-23 17:35:00 +02:00
|
|
|
<property name="text">
|
2009-05-18 11:47:45 +02:00
|
|
|
<string>Remove</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer>
|
2009-06-23 17:35:00 +02:00
|
|
|
<property name="orientation">
|
2009-05-18 11:47:45 +02:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
2009-06-23 17:35:00 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-05-18 11:47:45 +02:00
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2008-12-02 12:01:29 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2011-02-28 12:59:59 +01:00
|
|
|
<resources/>
|
2008-12-02 12:01:29 +01:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|