--- a/PluginManager/PluginInfoDialog.ui Fri Mar 09 18:54:34 2018 +0100 +++ b/PluginManager/PluginInfoDialog.ui Sat Mar 10 14:57:23 2018 +0100 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>PluginInfoDialog</class> - <widget class="QDialog" name="PluginInfoDialog" > - <property name="geometry" > + <widget class="QDialog" name="PluginInfoDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,78 +10,81 @@ <height>600</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Loaded Plugins</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QLabel" name="label" > - <property name="text" > + <widget class="QLabel" name="label"> + <property name="text"> <string>Double-Click an entry to show detailed info. Plugins with an error are shown in red.</string> </property> - <property name="wordWrap" > + <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> - <widget class="QTreeWidget" name="pluginList" > - <property name="whatsThis" > - <string><b>Plugin List</b><p>This lists all loaded plugins. Double-clicking an entry shows more detailed information in a separate dialog.</p></string> + <widget class="QTreeWidget" name="pluginList"> + <property name="whatsThis"> + <string><b>Plugin List</b><p>This lists all loaded plugins. Double-clicking an entry shows more detailed information in a separate dialog.</p></string> </property> - <property name="rootIsDecorated" > + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> <bool>false</bool> </property> - <property name="itemsExpandable" > + <property name="itemsExpandable"> <bool>false</bool> </property> - <property name="sortingEnabled" > + <property name="sortingEnabled"> <bool>true</bool> </property> - <property name="allColumnsShowFocus" > + <property name="allColumnsShowFocus"> <bool>true</bool> </property> <column> - <property name="text" > + <property name="text"> <string>Module</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Name</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Version</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Autoactivate</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Active</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Description</string> </property> </column> </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> @@ -99,11 +103,11 @@ <receiver>PluginInfoDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>308</x> <y>454</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -115,11 +119,11 @@ <receiver>PluginInfoDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>376</x> <y>460</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint>