mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: manipulation operations
This commit is contained in:
@@ -34,85 +34,85 @@
|
||||
<layout class="QGridLayout" name="geometryToolsGroupBoxLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QToolButton" name="alignVertTopButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Top</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QToolButton" name="alignVertMiddleButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Vertical Center</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QToolButton" name="alignVertBottomButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Bottom</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QToolButton" name="setSameWidthButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Set Same Width</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="4">
|
||||
<widget class="QToolButton" name="setSameHeightButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Set Same Height</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="5">
|
||||
<widget class="QToolButton" name="setSameSizeButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Set Same Size</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QToolButton" name="alignHorLeftButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Left</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QToolButton" name="alignHorMiddleButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Horizontal Center</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QToolButton" name="alignHorRightButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Align to Right</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<widget class="QToolButton" name="centerHorizontallyButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Center Horizontally</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="4">
|
||||
<widget class="QToolButton" name="centerVerticallyButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Center Vertically</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="5">
|
||||
<widget class="QToolButton" name="centerRectButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Center to Page Media Box</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -127,29 +127,29 @@
|
||||
<layout class="QHBoxLayout" name="layoutToolBoxLayout">
|
||||
<item>
|
||||
<widget class="QToolButton" name="layoutHorizontallyButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Make Horizontal Layout</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="layoutVerticallyButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Make Vertical Layout</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="layoutFormButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Make Form Layout</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="layoutGridButton">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<property name="toolTip">
|
||||
<string>Make Grid Layout</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user