Thu, 29 Mar 2018 12:09:04 +0300
Branch close inspector
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ObjectInspector</class> <widget class="QDialog" name="ObjectInspector"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>818</width> <height>536</height> </rect> </property> <property name="windowTitle"> <string>Object inspector</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Filter:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="documentFilter"> <item> <property name="text"> <string>(all documents)</string> </property> </item> </widget> </item> </layout> </item> <item> <widget class="QTableWidget" name="objectTable"> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <column> <property name="text"> <string>ID</string> </property> </column> <column> <property name="text"> <string>Document</string> </property> </column> <column> <property name="text"> <string>Line</string> </property> </column> <column> <property name="text"> <string>Winding</string> </property> </column> <column> <property name="text"> <string>Code</string> </property> </column> </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>ObjectInspector</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>ObjectInspector</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>