Sat, 14 Sep 2019 18:32:06 +0200
QtHelpDocumentationDialog: fixed the apply function which did not reset the change status.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtHelpDocumentationDialog</class> <widget class="QDialog" name="QtHelpDocumentationDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>500</height> </rect> </property> <property name="windowTitle"> <string>Manage QtHelp Documentation Database</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>1</number> </property> <widget class="QWidget" name="documentsTab"> <attribute name="title"> <string>Registered Documents</string> </attribute> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <widget class="QListWidget" name="documentsList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="addDocumentsButton"> <property name="toolTip"> <string>Press to select QtHelp documents to add to the database</string> </property> <property name="text"> <string>Add...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="addPluginButton"> <property name="toolTip"> <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> </property> <property name="text"> <string>Add from Plug-ins...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="removeDocumentsButton"> <property name="toolTip"> <string>Press to remove the selected documents from the database</string> </property> <property name="text"> <string>Remove</string> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="lineWidth"> <number>2</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="managePluginButton"> <property name="toolTip"> <string>Select to manage the plug-in provided documentation sets</string> </property> <property name="text"> <string>Manage Plug-ins...</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>17</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="filtersTab"> <attribute name="title"> <string>Filters</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>Filters:</string> </property> </widget> </item> <item row="0" column="2" colspan="2"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Attributes:</string> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QListWidget" name="filtersList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="2" colspan="2"> <widget class="QTreeWidget" name="attributesList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="headerHidden"> <bool>true</bool> </property> <column> <property name="text"> <string notr="true">1</string> </property> </column> </widget> </item> <item row="2" column="0"> <widget class="QPushButton" name="addFilterButton"> <property name="toolTip"> <string>Press to add a new filter</string> </property> <property name="text"> <string>Add Filter ...</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="removeFiltersButton"> <property name="toolTip"> <string>Press to remove the selected filters</string> </property> <property name="text"> <string>Remove Filters</string> </property> </widget> </item> <item row="2" column="2"> <widget class="QPushButton" name="removeAttributesButton"> <property name="toolTip"> <string>Press to remove the selected attributes</string> </property> <property name="text"> <string>Remove Attributes</string> </property> </widget> </item> <item row="2" column="3"> <widget class="QPushButton" name="unusedAttributesButton"> <property name="statusTip"> <string>Press to select all unused attributes</string> </property> <property name="text"> <string>Select Unused</string> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="applyFilterChangesButton"> <property name="toolTip"> <string>Press to apply the filter and attribute changes</string> </property> <property name="text"> <string>Apply</string> </property> </widget> </item> <item> <widget class="QPushButton" name="resetFilterChangesButton"> <property name="toolTip"> <string>Press to reset the filter and attribute changes</string> </property> <property name="text"> <string>Reset</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>tabWidget</tabstop> <tabstop>documentsList</tabstop> <tabstop>addDocumentsButton</tabstop> <tabstop>addPluginButton</tabstop> <tabstop>removeDocumentsButton</tabstop> <tabstop>managePluginButton</tabstop> <tabstop>filtersList</tabstop> <tabstop>addFilterButton</tabstop> <tabstop>removeFiltersButton</tabstop> <tabstop>attributesList</tabstop> <tabstop>removeAttributesButton</tabstop> <tabstop>unusedAttributesButton</tabstop> <tabstop>applyFilterChangesButton</tabstop> <tabstop>resetFilterChangesButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>QtHelpDocumentationDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>QtHelpDocumentationDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>