2021-06-06 18:24:09 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ObjectInspectorDialog</class>
|
|
|
|
<widget class="QDialog" name="ObjectInspectorDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>742</width>
|
|
|
|
<height>666</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Object Inspector</string>
|
|
|
|
</property>
|
2021-06-11 19:01:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QGroupBox" name="objectViewGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Objects</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="modeComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="objectTreeView">
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2021-06-16 18:45:47 +02:00
|
|
|
<property name="movable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2021-06-12 18:47:56 +02:00
|
|
|
<widget class="QWidget" name="currentObjectTab">
|
2021-06-11 19:01:18 +02:00
|
|
|
<attribute name="title">
|
2021-06-12 18:47:56 +02:00
|
|
|
<string>Current Object</string>
|
2021-06-11 19:01:18 +02:00
|
|
|
</attribute>
|
2021-06-12 18:47:56 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="pdfplugin::ObjectViewerWidget" name="currentObjectWidget" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2021-06-11 19:01:18 +02:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2021-06-06 18:24:09 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2021-06-11 19:01:18 +02:00
|
|
|
<item>
|
2021-06-06 18:24:09 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2021-06-12 18:47:56 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>pdfplugin::ObjectViewerWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>objectviewerwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2021-06-06 18:24:09 +02:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>ObjectInspectorDialog</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>ObjectInspectorDialog</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>
|