mirror of
				https://github.com/JakubMelka/PDF4QT.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			132 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			132 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AssembleOutputSettingsDialog</class>
 | 
						|
 <widget class="QDialog" name="AssembleOutputSettingsDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>614</width>
 | 
						|
    <height>250</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Assemble Documents</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <widget class="QGroupBox" name="assembleDocumentsGroupBox">
 | 
						|
     <property name="title">
 | 
						|
      <string>Assemble Documents</string>
 | 
						|
     </property>
 | 
						|
     <layout class="QGridLayout" name="assembleDocumentsGroupBoxLayout">
 | 
						|
      <item row="0" column="3">
 | 
						|
       <widget class="QToolButton" name="selectDirectoryButton">
 | 
						|
        <property name="text">
 | 
						|
         <string>...</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="0" column="1" colspan="2">
 | 
						|
       <widget class="QLineEdit" name="directoryEdit"/>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="0">
 | 
						|
       <widget class="QLabel" name="fileTemplateLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>File template</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="4" column="0" colspan="3">
 | 
						|
       <widget class="QLabel" name="infoLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string><html><head/><body><p>In a template file name, you can use symbols '#' for output document number (means output document index, not input document) or '@' for page number of input document (if document contains more pages, it is a page number of a original document), or '%' for index of input document. Use more '#' or '@' or '%' for setting minimal number of digits (if number has less digits, the they are padded with zero).</p></body></html></string>
 | 
						|
        </property>
 | 
						|
        <property name="wordWrap">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="3" column="1">
 | 
						|
       <widget class="QCheckBox" name="overwriteFilesCheckBox">
 | 
						|
        <property name="text">
 | 
						|
         <string>Overwrite existing files</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="1" column="1" colspan="2">
 | 
						|
       <widget class="QLineEdit" name="fileTemplateEdit">
 | 
						|
        <property name="text">
 | 
						|
         <string>doc-#.pdf</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="0" column="0">
 | 
						|
       <widget class="QLabel" name="directoryLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>Generate into directory</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="0">
 | 
						|
       <widget class="QLabel" name="outlineModeLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>Outline Mode</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item row="2" column="1" colspan="2">
 | 
						|
       <widget class="QComboBox" name="outlineModeComboBox"/>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <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>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>AssembleOutputSettingsDialog</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>AssembleOutputSettingsDialog</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>
 |