mirror of https://github.com/JakubMelka/PDF4QT.git
36 lines
923 B
XML
36 lines
923 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ObjectStatisticsDialog</class>
|
|
<widget class="QDialog" name="ObjectStatisticsDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>924</width>
|
|
<height>504</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Object Statistics</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox"/>
|
|
</item>
|
|
<item>
|
|
<widget class="pdfplugin::StatisticsGraphWidget" name="graphWidget" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>pdfplugin::StatisticsGraphWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>StatisticsGraphWidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|