forked from openlp/openlp
10ba1db5f3
Add new screen for Plugin status Add new presentation plugin code
109 lines
2.3 KiB
XML
109 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PluginViewDialog</class>
|
|
<widget class="QWidget" name="PluginViewDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>393</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Plugin list</string>
|
|
</property>
|
|
<widget class="QTableWidget" name="PluginViewList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>371</width>
|
|
<height>331</height>
|
|
</rect>
|
|
</property>
|
|
<property name="showGrid">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="gridStyle">
|
|
<enum>Qt::SolidLine</enum>
|
|
</property>
|
|
<property name="rowCount">
|
|
<number>1</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderVisible">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<row/>
|
|
<column>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Version</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Status</string>
|
|
</property>
|
|
</column>
|
|
<item row="0" column="0">
|
|
<property name="text">
|
|
<string>qqq</string>
|
|
</property>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<property name="text">
|
|
<string>aaa</string>
|
|
</property>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<property name="text">
|
|
<string>ccc</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QDialogButtonBox" name="ButtonBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>350</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>ButtonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>PluginViewDialog</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>370</x>
|
|
<y>364</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>460</x>
|
|
<y>367</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|