~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/blackberrysetupwizarddevicepage.ui

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>Qnx::Internal::BlackBerrySetupWizardDevicePage</class>
4
 
 <widget class="QWizardPage" name="Qnx::Internal::BlackBerrySetupWizardDevicePage">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>508</width>
10
 
    <height>159</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>WizardPage</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <layout class="QGridLayout" name="gridLayout">
19
 
     <item row="0" column="0">
20
 
      <widget class="QLabel" name="label">
21
 
       <property name="text">
22
 
        <string>Device name:</string>
23
 
       </property>
24
 
      </widget>
25
 
     </item>
26
 
     <item row="0" column="1">
27
 
      <widget class="QLineEdit" name="deviceName">
28
 
       <property name="placeholderText">
29
 
        <string>IP or host name of the device</string>
30
 
       </property>
31
 
      </widget>
32
 
     </item>
33
 
     <item row="1" column="0">
34
 
      <widget class="QLabel" name="label_2">
35
 
       <property name="text">
36
 
        <string>Device IP address:</string>
37
 
       </property>
38
 
      </widget>
39
 
     </item>
40
 
     <item row="1" column="1">
41
 
      <layout class="QHBoxLayout" name="horizontalLayout_2">
42
 
       <item>
43
 
        <widget class="QLineEdit" name="ipAddress"/>
44
 
       </item>
45
 
       <item>
46
 
        <spacer name="horizontalSpacer">
47
 
         <property name="orientation">
48
 
          <enum>Qt::Horizontal</enum>
49
 
         </property>
50
 
         <property name="sizeHint" stdset="0">
51
 
          <size>
52
 
           <width>40</width>
53
 
           <height>20</height>
54
 
          </size>
55
 
         </property>
56
 
        </spacer>
57
 
       </item>
58
 
      </layout>
59
 
     </item>
60
 
     <item row="2" column="0">
61
 
      <widget class="QLabel" name="label_3">
62
 
       <property name="text">
63
 
        <string>Device password:</string>
64
 
       </property>
65
 
      </widget>
66
 
     </item>
67
 
     <item row="2" column="1">
68
 
      <layout class="QHBoxLayout" name="horizontalLayout_3">
69
 
       <item>
70
 
        <widget class="QLineEdit" name="password">
71
 
         <property name="toolTip">
72
 
          <string>The password you use to unlock your device</string>
73
 
         </property>
74
 
         <property name="echoMode">
75
 
          <enum>QLineEdit::Password</enum>
76
 
         </property>
77
 
        </widget>
78
 
       </item>
79
 
       <item>
80
 
        <spacer name="horizontalSpacer_2">
81
 
         <property name="orientation">
82
 
          <enum>Qt::Horizontal</enum>
83
 
         </property>
84
 
         <property name="sizeHint" stdset="0">
85
 
          <size>
86
 
           <width>40</width>
87
 
           <height>20</height>
88
 
          </size>
89
 
         </property>
90
 
        </spacer>
91
 
       </item>
92
 
      </layout>
93
 
     </item>
94
 
     <item row="3" column="1">
95
 
      <layout class="QHBoxLayout" name="horizontalLayout">
96
 
       <item>
97
 
        <widget class="QRadioButton" name="physicalDevice">
98
 
         <property name="text">
99
 
          <string>Physical device</string>
100
 
         </property>
101
 
         <property name="checked">
102
 
          <bool>true</bool>
103
 
         </property>
104
 
        </widget>
105
 
       </item>
106
 
       <item>
107
 
        <widget class="QRadioButton" name="simulator">
108
 
         <property name="text">
109
 
          <string>Simulator</string>
110
 
         </property>
111
 
        </widget>
112
 
       </item>
113
 
      </layout>
114
 
     </item>
115
 
    </layout>
116
 
   </item>
117
 
   <item>
118
 
    <spacer name="verticalSpacer">
119
 
     <property name="orientation">
120
 
      <enum>Qt::Vertical</enum>
121
 
     </property>
122
 
     <property name="sizeHint" stdset="0">
123
 
      <size>
124
 
       <width>20</width>
125
 
       <height>5</height>
126
 
      </size>
127
 
     </property>
128
 
    </spacer>
129
 
   </item>
130
 
  </layout>
131
 
 </widget>
132
 
 <resources/>
133
 
 <connections/>
134
 
</ui>