mirror of
				https://github.com/JakubMelka/PDF4QT.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			205 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			205 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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">
 | 
						|
   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,1">
 | 
						|
    <item>
 | 
						|
     <widget class="QGroupBox" name="toolGroupBox">
 | 
						|
      <property name="title">
 | 
						|
       <string>Toolbox</string>
 | 
						|
      </property>
 | 
						|
      <layout class="QGridLayout" name="toolGroupBoxLayout"/>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <widget class="QGroupBox" name="adjustBox">
 | 
						|
      <property name="title">
 | 
						|
       <string>Geometry Tools</string>
 | 
						|
      </property>
 | 
						|
      <layout class="QGridLayout" name="geometryToolsGroupBoxLayout">
 | 
						|
       <item row="0" column="0">
 | 
						|
        <widget class="QToolButton" name="alignVertTopButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Top</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="1">
 | 
						|
        <widget class="QToolButton" name="alignVertMiddleButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Vertical Center</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="2">
 | 
						|
        <widget class="QToolButton" name="alignVertBottomButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Bottom</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="3">
 | 
						|
        <widget class="QToolButton" name="setSameWidthButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Set Same Width</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="4">
 | 
						|
        <widget class="QToolButton" name="setSameHeightButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Set Same Height</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="0" column="5">
 | 
						|
        <widget class="QToolButton" name="setSameSizeButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Set Same Size</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="0">
 | 
						|
        <widget class="QToolButton" name="alignHorLeftButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Left</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="1">
 | 
						|
        <widget class="QToolButton" name="alignHorMiddleButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Horizontal Center</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="2">
 | 
						|
        <widget class="QToolButton" name="alignHorRightButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Align to Right</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="3">
 | 
						|
        <widget class="QToolButton" name="centerHorizontallyButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Center Horizontally</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="4">
 | 
						|
        <widget class="QToolButton" name="centerVerticallyButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Center Vertically</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item row="1" column="5">
 | 
						|
        <widget class="QToolButton" name="centerRectButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Center to Page Media Box</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <widget class="QGroupBox" name="layoutGroupBox">
 | 
						|
      <property name="title">
 | 
						|
       <string>Layout Tools</string>
 | 
						|
      </property>
 | 
						|
      <layout class="QHBoxLayout" name="layoutToolBoxLayout">
 | 
						|
       <item>
 | 
						|
        <widget class="QToolButton" name="layoutHorizontallyButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Make Horizontal Layout</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QToolButton" name="layoutVerticallyButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Make Vertical Layout</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QToolButton" name="layoutFormButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Make Form Layout</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QToolButton" name="layoutGridButton">
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Make Grid Layout</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <widget class="QGroupBox" name="appearanceGroupBox">
 | 
						|
      <property name="title">
 | 
						|
       <string>Appearance</string>
 | 
						|
      </property>
 | 
						|
      <layout class="QVBoxLayout" name="appearanceLayout">
 | 
						|
       <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>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <widget class="QGroupBox" name="contentGroupBox">
 | 
						|
      <property name="title">
 | 
						|
       <string>Content</string>
 | 
						|
      </property>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
       <item>
 | 
						|
        <widget class="QListWidget" name="itemsListWidget">
 | 
						|
         <property name="selectionMode">
 | 
						|
          <enum>QAbstractItemView::ExtendedSelection</enum>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |