<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AboutPluginDialog</class> <widget class="QDialog" name="AboutPluginDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>474</width> <height>329</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="general_tab"> <attribute name="title"> <string>General</string> </attribute> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="name_label"> <property name="text"> <string>Name</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="name"> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="author_label"> <property name="text"> <string>Author</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="author"> <property name="text"> <string/> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="shortcut_label"> <property name="text"> <string>Shortcut</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="shortcut"> <property name="text"> <string/> </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="controls_layout"/> </item> <item row="2" column="1"> <widget class="QLabel" name="license"> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="license_label"> <property name="text"> <string>License</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="details_tab"> <attribute name="title"> <string>Details</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="path"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item> <widget class="QTreeWidget" name="details_treeWidget"> <column> <property name="text"> <string>Key</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> </layout> </widget> <widget class="QWidget" name="controls_tab"> <attribute name="title"> <string>Controls</string> </attribute> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="1"> <widget class="QToolButton" name="load"> <property name="text"> <string>Load</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="error"> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="error_label"> <property name="text"> <string>Status</string> </property> </widget> </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> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>AboutPluginDialog</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>AboutPluginDialog</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>