~ubuntu-branches/ubuntu/trusty/qtcreator-plugin-ubuntu/trusty

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntudeviceconfigurationwidget.ui

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2014-04-10 16:54:54 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140410165454-j9syoh0jx6azy7g1
Tags: 3.0.1+14.04.20140410.1-0ubuntu1
[ Benjamin Zeller ]
Added Toolchains and Kit support to automatically.   detect a
available click chroot Added Devicesupport, connected Ubuntu devices
are.   automatically registered in QtCreator and can be set   for
different kits Added Deploysupport(CMake), the projects contents are
uploaded.   automatically using SSH after running make install on a
local   directory Added Run and Debugsupport: the command that
should be run.   on the device is read from the desktop file in the
deployed   directory. This means C+and QML debugging work as well
as QML Profiling Dynamically forward ports, depending on adb
forward --list.   output. Adb Server is not restarted by default
anymore, only a press.   on the refresh button will trigger the
restart. That will fix   problems with failing adb scripts Added
local run support for Ubuntu projects .

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>Ubuntu::Internal::UbuntuDeviceConfigurationWidget</class>
 
4
 <widget class="QWidget" name="Ubuntu::Internal::UbuntuDeviceConfigurationWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>819</width>
 
10
    <height>368</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QTabWidget" name="tabWidget_DeviceControlInput">
 
19
     <property name="tabPosition">
 
20
      <enum>QTabWidget::West</enum>
 
21
     </property>
 
22
     <property name="currentIndex">
 
23
      <number>0</number>
 
24
     </property>
 
25
     <property name="documentMode">
 
26
      <bool>true</bool>
 
27
     </property>
 
28
     <widget class="QWidget" name="tab_DeviceControlSimple">
 
29
      <attribute name="title">
 
30
       <string>Simple</string>
 
31
      </attribute>
 
32
      <layout class="QVBoxLayout" name="verticalLayout_6">
 
33
       <item>
 
34
        <widget class="QWidget" name="widget_2" native="true">
 
35
         <layout class="QVBoxLayout" name="verticalLayout_5">
 
36
          <item>
 
37
           <spacer name="verticalSpacer">
 
38
            <property name="orientation">
 
39
             <enum>Qt::Vertical</enum>
 
40
            </property>
 
41
            <property name="sizeHint" stdset="0">
 
42
             <size>
 
43
              <width>20</width>
 
44
              <height>40</height>
 
45
             </size>
 
46
            </property>
 
47
           </spacer>
 
48
          </item>
 
49
          <item>
 
50
           <widget class="QPushButton" name="pushButtonSshInstall">
 
51
            <property name="font">
 
52
             <font>
 
53
              <family>Ubuntu</family>
 
54
              <pointsize>12</pointsize>
 
55
              <weight>50</weight>
 
56
              <italic>false</italic>
 
57
              <bold>false</bold>
 
58
             </font>
 
59
            </property>
 
60
            <property name="styleSheet">
 
61
             <string notr="true">padding: 10; color: #333</string>
 
62
            </property>
 
63
            <property name="text">
 
64
             <string>Enable Developer Mode</string>
 
65
            </property>
 
66
            <property name="flat">
 
67
             <bool>false</bool>
 
68
            </property>
 
69
           </widget>
 
70
          </item>
 
71
          <item>
 
72
           <widget class="QPushButton" name="pushButtonSshRemove">
 
73
            <property name="font">
 
74
             <font>
 
75
              <family>Ubuntu</family>
 
76
              <pointsize>12</pointsize>
 
77
             </font>
 
78
            </property>
 
79
            <property name="styleSheet">
 
80
             <string notr="true">padding: 10; color: #333</string>
 
81
            </property>
 
82
            <property name="text">
 
83
             <string>Disable Developer Mode</string>
 
84
            </property>
 
85
           </widget>
 
86
          </item>
 
87
          <item>
 
88
           <spacer name="verticalSpacer_2">
 
89
            <property name="orientation">
 
90
             <enum>Qt::Vertical</enum>
 
91
            </property>
 
92
            <property name="sizeHint" stdset="0">
 
93
             <size>
 
94
              <width>20</width>
 
95
              <height>40</height>
 
96
             </size>
 
97
            </property>
 
98
           </spacer>
 
99
          </item>
 
100
         </layout>
 
101
        </widget>
 
102
       </item>
 
103
      </layout>
 
104
     </widget>
 
105
     <widget class="QWidget" name="tab_DeviceControlAdvanced">
 
106
      <attribute name="title">
 
107
       <string>Advanced</string>
 
108
      </attribute>
 
109
      <layout class="QVBoxLayout" name="verticalLayout_10">
 
110
       <item>
 
111
        <widget class="QWidget" name="widgetSshProperties" native="true">
 
112
         <layout class="QVBoxLayout" name="verticalLayout_21">
 
113
          <item>
 
114
           <widget class="QWidget" name="widgetMovedToSettings" native="true">
 
115
            <layout class="QVBoxLayout" name="verticalLayout_9">
 
116
             <item>
 
117
              <widget class="QPushButton" name="pushButtonCloneTimeConfig">
 
118
               <property name="text">
 
119
                <string>Clone time config from host to device</string>
 
120
               </property>
 
121
              </widget>
 
122
             </item>
 
123
             <item>
 
124
              <widget class="QPushButton" name="pushButtonPortForward">
 
125
               <property name="styleSheet">
 
126
                <string notr="true">color: #333</string>
 
127
               </property>
 
128
               <property name="text">
 
129
                <string>Enable port forward from device to localhost</string>
 
130
               </property>
 
131
              </widget>
 
132
             </item>
 
133
             <item>
 
134
              <widget class="QPushButton" name="pushButtonSshSetupPublicKey">
 
135
               <property name="enabled">
 
136
                <bool>true</bool>
 
137
               </property>
 
138
               <property name="styleSheet">
 
139
                <string notr="true">color: #333</string>
 
140
               </property>
 
141
               <property name="text">
 
142
                <string>Setup public key authentication</string>
 
143
               </property>
 
144
              </widget>
 
145
             </item>
 
146
             <item>
 
147
              <widget class="QPushButton" name="pushButtonSshConnect">
 
148
               <property name="styleSheet">
 
149
                <string notr="true">color: #333</string>
 
150
               </property>
 
151
               <property name="text">
 
152
                <string>Open ssh connection to device</string>
 
153
               </property>
 
154
              </widget>
 
155
             </item>
 
156
            </layout>
 
157
           </widget>
 
158
          </item>
 
159
          <item>
 
160
           <spacer name="verticalSpacer_9">
 
161
            <property name="orientation">
 
162
             <enum>Qt::Vertical</enum>
 
163
            </property>
 
164
            <property name="sizeHint" stdset="0">
 
165
             <size>
 
166
              <width>20</width>
 
167
              <height>40</height>
 
168
             </size>
 
169
            </property>
 
170
           </spacer>
 
171
          </item>
 
172
          <item>
 
173
           <widget class="QGroupBox" name="groupBox">
 
174
            <property name="title">
 
175
             <string>Device Mode</string>
 
176
            </property>
 
177
            <layout class="QVBoxLayout" name="verticalLayout_7">
 
178
             <property name="bottomMargin">
 
179
              <number>0</number>
 
180
             </property>
 
181
             <item>
 
182
              <layout class="QHBoxLayout" name="horizontalLayout_4">
 
183
               <item>
 
184
                <widget class="QPushButton" name="pushButtonReboot">
 
185
                 <property name="sizePolicy">
 
186
                  <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
 
187
                   <horstretch>0</horstretch>
 
188
                   <verstretch>0</verstretch>
 
189
                  </sizepolicy>
 
190
                 </property>
 
191
                 <property name="styleSheet">
 
192
                  <string notr="true">color: #333</string>
 
193
                 </property>
 
194
                 <property name="text">
 
195
                  <string>Reboot</string>
 
196
                 </property>
 
197
                </widget>
 
198
               </item>
 
199
               <item>
 
200
                <widget class="QPushButton" name="pushButtonShutdown">
 
201
                 <property name="sizePolicy">
 
202
                  <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
 
203
                   <horstretch>0</horstretch>
 
204
                   <verstretch>0</verstretch>
 
205
                  </sizepolicy>
 
206
                 </property>
 
207
                 <property name="styleSheet">
 
208
                  <string notr="true">color: #333</string>
 
209
                 </property>
 
210
                 <property name="text">
 
211
                  <string>Shutdown</string>
 
212
                 </property>
 
213
                </widget>
 
214
               </item>
 
215
               <item>
 
216
                <widget class="QPushButton" name="pushButtonRebootToBootloader">
 
217
                 <property name="sizePolicy">
 
218
                  <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
 
219
                   <horstretch>0</horstretch>
 
220
                   <verstretch>0</verstretch>
 
221
                  </sizepolicy>
 
222
                 </property>
 
223
                 <property name="styleSheet">
 
224
                  <string notr="true">color: #333</string>
 
225
                 </property>
 
226
                 <property name="text">
 
227
                  <string>Reboot to 
 
228
Bootloader</string>
 
229
                 </property>
 
230
                </widget>
 
231
               </item>
 
232
               <item>
 
233
                <widget class="QPushButton" name="pushButtonRebootToRecovery">
 
234
                 <property name="sizePolicy">
 
235
                  <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
 
236
                   <horstretch>0</horstretch>
 
237
                   <verstretch>0</verstretch>
 
238
                  </sizepolicy>
 
239
                 </property>
 
240
                 <property name="styleSheet">
 
241
                  <string notr="true">color: #333</string>
 
242
                 </property>
 
243
                 <property name="text">
 
244
                  <string>Reboot to
 
245
Recovery</string>
 
246
                 </property>
 
247
                </widget>
 
248
               </item>
 
249
              </layout>
 
250
             </item>
 
251
            </layout>
 
252
           </widget>
 
253
          </item>
 
254
          <item>
 
255
           <spacer name="verticalSpacer_3">
 
256
            <property name="orientation">
 
257
             <enum>Qt::Vertical</enum>
 
258
            </property>
 
259
            <property name="sizeHint" stdset="0">
 
260
             <size>
 
261
              <width>20</width>
 
262
              <height>40</height>
 
263
             </size>
 
264
            </property>
 
265
           </spacer>
 
266
          </item>
 
267
         </layout>
 
268
        </widget>
 
269
       </item>
 
270
      </layout>
 
271
     </widget>
 
272
     <widget class="QWidget" name="tab_DevicePlatformDevelopment">
 
273
      <attribute name="title">
 
274
       <string>Builder</string>
 
275
      </attribute>
 
276
      <layout class="QVBoxLayout" name="verticalLayout_10">
 
277
       <item>
 
278
        <widget class="QWidget" name="widgetSshProperties" native="true">
 
279
         <layout class="QVBoxLayout" name="verticalLayout_21">
 
280
          <item>
 
281
           <spacer name="verticalSpacer_5">
 
282
            <property name="orientation">
 
283
             <enum>Qt::Vertical</enum>
 
284
            </property>
 
285
            <property name="sizeHint" stdset="0">
 
286
             <size>
 
287
              <width>20</width>
 
288
              <height>40</height>
 
289
             </size>
 
290
            </property>
 
291
           </spacer>
 
292
          </item>
 
293
          <item>
 
294
           <widget class="QGroupBox" name="groupBox_2">
 
295
            <property name="title">
 
296
             <string>Platform Development</string>
 
297
            </property>
 
298
            <layout class="QVBoxLayout" name="verticalLayout_3">
 
299
             <item>
 
300
              <widget class="QLabel" name="label">
 
301
               <property name="text">
 
302
                <string>The connected device can be turned  to be a native development environment.</string>
 
303
               </property>
 
304
              </widget>
 
305
             </item>
 
306
             <item>
 
307
              <widget class="QLabel" name="label_2">
 
308
               <property name="text">
 
309
                <string>Use this feature with care and only if you know what are you doing.</string>
 
310
               </property>
 
311
              </widget>
 
312
             </item>
 
313
             <item>
 
314
              <layout class="QHBoxLayout" name="horizontalLayout">
 
315
               <item>
 
316
                <spacer name="horizontalSpacer">
 
317
                 <property name="orientation">
 
318
                  <enum>Qt::Horizontal</enum>
 
319
                 </property>
 
320
                 <property name="sizeHint" stdset="0">
 
321
                  <size>
 
322
                   <width>40</width>
 
323
                   <height>20</height>
 
324
                  </size>
 
325
                 </property>
 
326
                </spacer>
 
327
               </item>
 
328
               <item>
 
329
                <widget class="QPushButton" name="pushButton_filesystem_rw_disable">
 
330
                 <property name="text">
 
331
                  <string>Disable RW filesystem</string>
 
332
                 </property>
 
333
                </widget>
 
334
               </item>
 
335
               <item>
 
336
                <widget class="QPushButton" name="pushButton_filesystem_rw_enable">
 
337
                 <property name="text">
 
338
                  <string>Enable RW filesystem</string>
 
339
                 </property>
 
340
                </widget>
 
341
               </item>
 
342
               <item>
 
343
                <widget class="QPushButton" name="pushButtonPlatformDevelopmentRemove">
 
344
                 <property name="text">
 
345
                  <string>Disable Development</string>
 
346
                 </property>
 
347
                </widget>
 
348
               </item>
 
349
               <item>
 
350
                <widget class="QPushButton" name="pushButtonPlatformDevelopment">
 
351
                 <property name="text">
 
352
                  <string>Enable Development</string>
 
353
                 </property>
 
354
                </widget>
 
355
               </item>
 
356
               <item>
 
357
                <spacer name="horizontalSpacer_2">
 
358
                 <property name="orientation">
 
359
                  <enum>Qt::Horizontal</enum>
 
360
                 </property>
 
361
                 <property name="sizeHint" stdset="0">
 
362
                  <size>
 
363
                   <width>40</width>
 
364
                   <height>20</height>
 
365
                  </size>
 
366
                 </property>
 
367
                </spacer>
 
368
               </item>
 
369
              </layout>
 
370
             </item>
 
371
            </layout>
 
372
           </widget>
 
373
          </item>
 
374
          <item>
 
375
           <spacer name="verticalSpacer_4">
 
376
            <property name="orientation">
 
377
             <enum>Qt::Vertical</enum>
 
378
            </property>
 
379
            <property name="sizeHint" stdset="0">
 
380
             <size>
 
381
              <width>20</width>
 
382
              <height>40</height>
 
383
             </size>
 
384
            </property>
 
385
           </spacer>
 
386
          </item>
 
387
         </layout>
 
388
        </widget>
 
389
       </item>
 
390
      </layout>
 
391
     </widget>
 
392
     <widget class="QWidget" name="tab_DeviceLog">
 
393
      <attribute name="title">
 
394
       <string>Log</string>
 
395
      </attribute>
 
396
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
397
       <item>
 
398
        <widget class="QPlainTextEdit" name="plainTextEdit">
 
399
         <property name="font">
 
400
          <font>
 
401
           <family>Ubuntu</family>
 
402
          </font>
 
403
         </property>
 
404
         <property name="styleSheet">
 
405
          <string notr="true">background: rgba(238,238,238,0.1)</string>
 
406
         </property>
 
407
         <property name="frameShadow">
 
408
          <enum>QFrame::Plain</enum>
 
409
         </property>
 
410
         <property name="verticalScrollBarPolicy">
 
411
          <enum>Qt::ScrollBarAlwaysOn</enum>
 
412
         </property>
 
413
         <property name="horizontalScrollBarPolicy">
 
414
          <enum>Qt::ScrollBarAlwaysOff</enum>
 
415
         </property>
 
416
        </widget>
 
417
       </item>
 
418
      </layout>
 
419
     </widget>
 
420
    </widget>
 
421
   </item>
 
422
  </layout>
 
423
 </widget>
 
424
 <resources/>
 
425
 <connections/>
 
426
</ui>