2009-06-23 17:35:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2011-11-23 15:15:01 +00:00
|
|
|
<class>Help::Internal::DocSettingsPage</class>
|
|
|
|
|
<widget class="QWidget" name="Help::Internal::DocSettingsPage">
|
2009-06-23 17:35:00 +02:00
|
|
|
<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>
|
2016-02-12 16:18:14 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="Utils::FancyLineEdit" name="filterLineEdit"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListView" name="docsListView">
|
|
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2009-05-18 11:47:45 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2009-06-23 17:35:00 +02:00
|
|
|
<layout class="QVBoxLayout" name="_4">
|
2009-05-18 11:47:45 +02:00
|
|
|
<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-10-12 17:56:31 +02: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>
|
2016-02-12 16:18:14 +01:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>Utils::FancyLineEdit</class>
|
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
|
<header location="global">utils/fancylineedit.h</header>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2011-02-28 12:59:59 +01:00
|
|
|
<resources/>
|
2008-12-02 12:01:29 +01:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|