~dobey/ubuntu/oneiric/ubuntuone-control-panel/release-113

« back to all changes in this revision

Viewing changes to data/qt/device.ui

  • Committer: Sebastien Bacher
  • Date: 2011-07-25 13:17:38 UTC
  • mfrom: (25.1.2 ubuntuone-control-panel)
  • Revision ID: seb128@ubuntu.com-20110725131738-yuevatnd859d1phs
Tags: 1.1.1-0ubuntu1
releasing version 1.1.1-0ubuntu1

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>400</width>
 
10
    <height>63</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
   <item>
 
45
    <widget class="QPushButton" name="remove_device_button">
 
46
     <property name="text">
 
47
      <string>Delete device</string>
 
48
     </property>
 
49
    </widget>
 
50
   </item>
 
51
  </layout>
 
52
 </widget>
 
53
 <resources>
 
54
  <include location="images.qrc"/>
 
55
 </resources>
 
56
 <connections/>
 
57
</ui>