2022-02-24 20:25:18 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PDFPageContentEditorWidget</class>
|
|
|
|
<widget class="QDockWidget" name="PDFPageContentEditorWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>333</width>
|
|
|
|
<height>607</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Content editor</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2022-04-06 20:36:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,1">
|
2022-02-24 20:25:18 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="toolGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Toolbox</string>
|
|
|
|
</property>
|
2022-02-26 19:46:13 +01:00
|
|
|
<layout class="QGridLayout" name="toolGroupBoxLayout"/>
|
2022-02-24 20:25:18 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="adjustBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Geometry Tools</string>
|
|
|
|
</property>
|
2022-02-26 19:46:13 +01:00
|
|
|
<layout class="QGridLayout" name="geometryToolsGroupBoxLayout">
|
2022-02-24 20:25:18 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QToolButton" name="alignVertTopButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Top</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QToolButton" name="alignVertMiddleButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Vertical Center</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QToolButton" name="alignVertBottomButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Bottom</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QToolButton" name="setSameWidthButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set Same Width</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QToolButton" name="setSameHeightButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set Same Height</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QToolButton" name="setSameSizeButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set Same Size</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QToolButton" name="alignHorLeftButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Left</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QToolButton" name="alignHorMiddleButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Horizontal Center</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QToolButton" name="alignHorRightButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Align to Right</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QToolButton" name="centerHorizontallyButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Center Horizontally</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QToolButton" name="centerVerticallyButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Center Vertically</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QToolButton" name="centerRectButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Center to Page Media Box</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="layoutGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Layout Tools</string>
|
|
|
|
</property>
|
2022-02-26 19:46:13 +01:00
|
|
|
<layout class="QHBoxLayout" name="layoutToolBoxLayout">
|
2022-02-24 20:25:18 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="layoutHorizontallyButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Make Horizontal Layout</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="layoutVerticallyButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Make Vertical Layout</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="layoutFormButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Make Form Layout</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="layoutGridButton">
|
2022-03-13 19:37:36 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Make Grid Layout</string>
|
2022-02-24 20:25:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="appearanceGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Appearance</string>
|
|
|
|
</property>
|
2022-04-06 20:36:18 +02:00
|
|
|
<layout class="QVBoxLayout" name="appearanceLayout">
|
2022-04-10 19:30:12 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2022-04-06 20:36:18 +02:00
|
|
|
</layout>
|
2022-02-24 20:25:18 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="contentGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Content</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2022-04-02 16:29:31 +02:00
|
|
|
<widget class="QListWidget" name="itemsListWidget">
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2022-02-24 20:25:18 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|