diff options
author | Tobias Nätterlund <tobias.naetterlund.qnx@kdab.com> | 2012-06-29 07:23:13 +0200 |
---|---|---|
committer | Daniel Teske <daniel.teske@nokia.com> | 2012-07-13 15:37:34 +0200 |
commit | a7ac2bb559fb717b616548ef3cc6332f1bdd46eb (patch) | |
tree | 063c170c5ae35cd769e51aa07a5c2fad8ec78fcc /src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui | |
parent | cbce4389a540370169a874301450081eb6dbf675 (diff) | |
download | qt-creator-a7ac2bb559fb717b616548ef3cc6332f1bdd46eb.tar.gz |
New QNX plugin.
This plugin adds support for cross-compiling, deploying, running
and debugging on a PlayBook or QNX Neutrino device.
Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui')
-rw-r--r-- | src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui b/src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui new file mode 100644 index 0000000000..d2d11e670b --- /dev/null +++ b/src/plugins/qnx/blackberrydeviceconfigurationwizardsshkeypage.ui @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Qnx::Internal::BlackBerryDeviceConfigurationWizardSshKeyPage</class> + <widget class="QWizardPage" name="Qnx::Internal::BlackBerryDeviceConfigurationWizardSshKeyPage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>413</width> + <height>88</height> + </rect> + </property> + <property name="windowTitle"> + <string>WizardPage</string> + </property> + <layout class="QFormLayout" name="formLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Private key file:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="Utils::PathChooser" name="privateKey" native="true"/> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Public key file:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QPushButton" name="generate"> + <property name="text"> + <string>Generate</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="publicKey"> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>Utils::PathChooser</class> + <extends>QWidget</extends> + <header location="global">utils/pathchooser.h</header> + <container>1</container> + <slots> + <signal>editingFinished()</signal> + <signal>browsingFinished()</signal> + </slots> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |