forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			411 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			411 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>MaemoPackageCreationWidget</class>
 | 
						|
 <widget class="QWidget" name="MaemoPackageCreationWidget">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>584</width>
 | 
						|
    <height>230</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="sizePolicy">
 | 
						|
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | 
						|
    <horstretch>1</horstretch>
 | 
						|
    <verstretch>1</verstretch>
 | 
						|
   </sizepolicy>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <widget class="QCheckBox" name="skipCheckBox">
 | 
						|
     <property name="toolTip">
 | 
						|
      <string>Check this if you want the files below to be deployed directly.</string>
 | 
						|
     </property>
 | 
						|
     <property name="text">
 | 
						|
      <string>Skip packaging step</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <layout class="QFormLayout" name="formLayout">
 | 
						|
     <item row="0" column="1">
 | 
						|
      <spacer name="verticalSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Vertical</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>20</width>
 | 
						|
         <height>40</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
     <item row="1" column="0">
 | 
						|
      <widget class="QLabel" name="label">
 | 
						|
       <property name="sizePolicy">
 | 
						|
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | 
						|
         <horstretch>0</horstretch>
 | 
						|
         <verstretch>0</verstretch>
 | 
						|
        </sizepolicy>
 | 
						|
       </property>
 | 
						|
       <property name="font">
 | 
						|
        <font>
 | 
						|
         <weight>75</weight>
 | 
						|
         <bold>true</bold>
 | 
						|
        </font>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string><b>Version number:</b></string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item row="1" column="1">
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label_2">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Major:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QSpinBox" name="major">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="maximum">
 | 
						|
          <number>99</number>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label_3">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Minor:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QSpinBox" name="minor">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="maximum">
 | 
						|
          <number>99</number>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="label_4">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Patch:</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QSpinBox" name="patch">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="maximum">
 | 
						|
          <number>99</number>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer_2">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item row="3" column="0">
 | 
						|
      <widget class="QLabel" name="nameLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string><b>Name for Package Manager:</b></string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item row="3" column="1">
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_4">
 | 
						|
       <item>
 | 
						|
        <widget class="QLineEdit" name="nameLineEdit"/>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer_4">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item row="4" column="0">
 | 
						|
      <widget class="QLabel" name="shortDescriptionLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string><b>Short description for Package Manager:</b></string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item row="4" column="1">
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_5">
 | 
						|
       <item>
 | 
						|
        <widget class="QLineEdit" name="shortDescriptionLineEdit"/>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer_5">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item row="5" column="0">
 | 
						|
      <widget class="QLabel" name="packageManagerIconLabel">
 | 
						|
       <property name="minimumSize">
 | 
						|
        <size>
 | 
						|
         <width>0</width>
 | 
						|
         <height>48</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
       <property name="text">
 | 
						|
        <string><b>Package Manager icon:</b></string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item row="5" column="1">
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
						|
       <item>
 | 
						|
        <widget class="QToolButton" name="packageManagerIconButton">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>48</width>
 | 
						|
           <height>48</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="maximumSize">
 | 
						|
          <size>
 | 
						|
           <width>48</width>
 | 
						|
           <height>48</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <property name="toolTip">
 | 
						|
          <string>Size is 48x48 pixels</string>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string/>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer_3">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
     <item row="6" column="0">
 | 
						|
      <widget class="QLabel" name="editDebianFileLabel">
 | 
						|
       <property name="text">
 | 
						|
        <string><b>Adapt Debian file:</b></string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item row="6" column="1">
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <widget class="QComboBox" name="debianFilesComboBox"/>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QPushButton" name="editDebianFileButton">
 | 
						|
         <property name="text">
 | 
						|
          <string>Edit</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer">
 | 
						|
         <property name="orientation">
 | 
						|
          <enum>Qt::Horizontal</enum>
 | 
						|
         </property>
 | 
						|
         <property name="sizeHint" stdset="0">
 | 
						|
          <size>
 | 
						|
           <width>40</width>
 | 
						|
           <height>20</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
        </spacer>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>skipCheckBox</sender>
 | 
						|
   <signal>clicked(bool)</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>handleSkipButtonToggled(bool)</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>129</x>
 | 
						|
     <y>18</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>240</x>
 | 
						|
     <y>31</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>major</sender>
 | 
						|
   <signal>valueChanged(int)</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>versionInfoChanged()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>241</x>
 | 
						|
     <y>70</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>461</x>
 | 
						|
     <y>32</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>minor</sender>
 | 
						|
   <signal>valueChanged(int)</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>versionInfoChanged()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>338</x>
 | 
						|
     <y>70</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>5</x>
 | 
						|
     <y>15</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>patch</sender>
 | 
						|
   <signal>valueChanged(int)</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>versionInfoChanged()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>435</x>
 | 
						|
     <y>70</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>466</x>
 | 
						|
     <y>0</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>editDebianFileButton</sender>
 | 
						|
   <signal>clicked()</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>editDebianFile()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>293</x>
 | 
						|
     <y>94</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>8</x>
 | 
						|
     <y>86</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>packageManagerIconButton</sender>
 | 
						|
   <signal>clicked()</signal>
 | 
						|
   <receiver>MaemoPackageCreationWidget</receiver>
 | 
						|
   <slot>setPackageManagerIcon()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>196</x>
 | 
						|
     <y>136</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>2</x>
 | 
						|
     <y>143</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
 <slots>
 | 
						|
  <slot>addFile()</slot>
 | 
						|
  <slot>removeFile()</slot>
 | 
						|
  <slot>handleSkipButtonToggled(bool)</slot>
 | 
						|
  <slot>versionInfoChanged()</slot>
 | 
						|
  <slot>editDebianFile()</slot>
 | 
						|
  <slot>setPackageManagerIcon()</slot>
 | 
						|
 </slots>
 | 
						|
</ui>
 |