~mandel/ubuntuone-control-panel/auto-update-looping-call

« back to all changes in this revision

Viewing changes to data/qt/device_remote.ui

  • Committer: Manuel de la Pena
  • Date: 2012-01-23 11:36:36 UTC
  • mfrom: (236.2.16 ubuntuone-control-panel)
  • Revision ID: manuel.delapena@canonical.com-20120123113636-tknfv5jeqn6gjrdq
Merged with trunk and fixed conflicts.

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>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>264</width>
 
10
    <height>45</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true">Form</string>
 
15
  </property>
 
16
  <layout class="QHBoxLayout" name="horizontalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="device_icon_label">
 
19
     <property name="pixmap">
 
20
      <pixmap resource="images.qrc">:/computer.png</pixmap>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QLabel" name="device_name_label">
 
26
     <property name="text">
 
27
      <string>Local device</string>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item>
 
32
    <spacer name="horizontalSpacer">
 
33
     <property name="orientation">
 
34
      <enum>Qt::Horizontal</enum>
 
35
     </property>
 
36
     <property name="sizeHint" stdset="0">
 
37
      <size>
 
38
       <width>217</width>
 
39
       <height>20</height>
 
40
      </size>
 
41
     </property>
 
42
    </spacer>
 
43
   </item>
 
44
  </layout>
 
45
 </widget>
 
46
 <resources>
 
47
  <include location="images.qrc"/>
 
48
 </resources>
 
49
 <connections/>
 
50
</ui>