2010-04-26 14:10:26 +02:00
|
|
|
<?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>741</width>
|
|
|
|
|
<height>574</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-05-03 14:47:40 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2010-06-11 11:58:12 +02:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="skipCheckBox">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Check this if you build the package externally. It still needs to be at the location listed above
|
|
|
|
|
and the remote executable is assumed to be in the directory mentioned below.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Skip Packaging Step</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-04-26 14:10:26 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="contentsLabel">
|
2010-04-27 11:12:47 +02:00
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
2010-04-26 14:10:26 +02:00
|
|
|
<property name="text">
|
2010-04-27 11:12:47 +02:00
|
|
|
<string>Package contents:</string>
|
2010-04-26 14:10:26 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2010-05-03 14:47:40 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="packageContentsView">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-05-04 11:38:03 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>400</width>
|
|
|
|
|
<height>200</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2010-05-03 14:47:40 +02:00
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="addFileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Add File to Package</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../coreplugin/core.qrc">
|
|
|
|
|
<normaloff>:/core/images/plus.png</normaloff>:/core/images/plus.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="removeFileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Remove File from Package</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../coreplugin/core.qrc">
|
|
|
|
|
<normaloff>:/core/images/minus.png</normaloff>:/core/images/minus.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<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>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2010-04-26 14:10:26 +02:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2010-05-03 14:47:40 +02:00
|
|
|
<resources>
|
|
|
|
|
<include location="../../coreplugin/core.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>addFileButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>addFile()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2010-06-11 11:58:12 +02:00
|
|
|
<x>729</x>
|
|
|
|
|
<y>88</y>
|
2010-05-03 14:47:40 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>732</x>
|
|
|
|
|
<y>525</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>removeFileButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>removeFile()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2010-06-11 11:58:12 +02:00
|
|
|
<x>729</x>
|
|
|
|
|
<y>124</y>
|
2010-05-03 14:47:40 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>735</x>
|
|
|
|
|
<y>145</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2010-06-11 11:58:12 +02:00
|
|
|
<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>
|
2010-05-03 14:47:40 +02:00
|
|
|
</connections>
|
|
|
|
|
<slots>
|
|
|
|
|
<slot>addFile()</slot>
|
|
|
|
|
<slot>removeFile()</slot>
|
2010-06-11 11:58:12 +02:00
|
|
|
<slot>handleSkipButtonToggled(bool)</slot>
|
2010-05-03 14:47:40 +02:00
|
|
|
</slots>
|
2010-04-26 14:10:26 +02:00
|
|
|
</ui>
|