<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Qt4ProjectManager::Internal::S60CreatePackageStepWidget</class> <widget class="QWidget" name="Qt4ProjectManager::Internal::S60CreatePackageStepWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>517</width> <height>95</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QRadioButton" name="selfSignedButton"> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="selfSignedLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Self-signed certificate</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QRadioButton" name="customCertificateButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="1" rowspan="2"> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="customLabel"> <property name="text"> <string>Custom certificate:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="Utils::PathChooser" name="signaturePath" native="true"> <property name="promptDialogTitle" stdset="0"> <string>Choose certificate file (.cer)</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Key file:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="Utils::PathChooser" name="keyFilePath" native="true"/> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>Utils::PathChooser</class> <extends>QWidget</extends> <header location="global">utils/pathchooser.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>