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

« back to all changes in this revision

Viewing changes to data/qt/devices.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>409</width>
 
10
    <height>310</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true">Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <property name="spacing">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <property name="margin">
 
21
    <number>0</number>
 
22
   </property>
 
23
   <item>
 
24
    <widget class="QFrame" name="frame">
 
25
     <property name="frameShape">
 
26
      <enum>QFrame::StyledPanel</enum>
 
27
     </property>
 
28
     <property name="frameShadow">
 
29
      <enum>QFrame::Raised</enum>
 
30
     </property>
 
31
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
32
      <item>
 
33
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 
34
        <item>
 
35
         <layout class="QVBoxLayout" name="local_device_box"/>
 
36
        </item>
 
37
       </layout>
 
38
      </item>
 
39
      <item>
 
40
       <layout class="QHBoxLayout" name="horizontalLayout">
 
41
        <item>
 
42
         <widget class="QLabel" name="other_devices_label">
 
43
          <property name="text">
 
44
           <string>Other devices</string>
 
45
          </property>
 
46
         </widget>
 
47
        </item>
 
48
        <item>
 
49
         <spacer name="horizontalSpacer">
 
50
          <property name="orientation">
 
51
           <enum>Qt::Horizontal</enum>
 
52
          </property>
 
53
          <property name="sizeHint" stdset="0">
 
54
           <size>
 
55
            <width>40</width>
 
56
            <height>20</height>
 
57
           </size>
 
58
          </property>
 
59
         </spacer>
 
60
        </item>
 
61
       </layout>
 
62
      </item>
 
63
      <item>
 
64
       <widget class="QListWidget" name="list_devices">
 
65
        <property name="alternatingRowColors">
 
66
         <bool>true</bool>
 
67
        </property>
 
68
        <property name="iconSize">
 
69
         <size>
 
70
          <width>32</width>
 
71
          <height>32</height>
 
72
         </size>
 
73
        </property>
 
74
        <property name="spacing">
 
75
         <number>0</number>
 
76
        </property>
 
77
        <property name="selectionRectVisible">
 
78
         <bool>false</bool>
 
79
        </property>
 
80
       </widget>
 
81
      </item>
 
82
      <item>
 
83
       <layout class="QHBoxLayout" name="horizontalLayout_3">
 
84
        <item>
 
85
         <spacer name="horizontalSpacer_3">
 
86
          <property name="orientation">
 
87
           <enum>Qt::Horizontal</enum>
 
88
          </property>
 
89
          <property name="sizeHint" stdset="0">
 
90
           <size>
 
91
            <width>40</width>
 
92
            <height>20</height>
 
93
           </size>
 
94
          </property>
 
95
         </spacer>
 
96
        </item>
 
97
        <item>
 
98
         <widget class="GoToWebButton" name="manage_devices_button">
 
99
          <property name="text">
 
100
           <string>Go to the web page to manage your other devices</string>
 
101
          </property>
 
102
         </widget>
 
103
        </item>
 
104
        <item>
 
105
         <spacer name="horizontalSpacer_4">
 
106
          <property name="orientation">
 
107
           <enum>Qt::Horizontal</enum>
 
108
          </property>
 
109
          <property name="sizeHint" stdset="0">
 
110
           <size>
 
111
            <width>40</width>
 
112
            <height>20</height>
 
113
           </size>
 
114
          </property>
 
115
         </spacer>
 
116
        </item>
 
117
       </layout>
 
118
      </item>
 
119
     </layout>
 
120
    </widget>
 
121
   </item>
 
122
  </layout>
 
123
 </widget>
 
124
 <customwidgets>
 
125
  <customwidget>
 
126
   <class>GoToWebButton</class>
 
127
   <extends>QPushButton</extends>
 
128
   <header>ubuntuone.controlpanel.gui.qt.gotoweb</header>
 
129
  </customwidget>
 
130
 </customwidgets>
 
131
 <resources>
 
132
  <include location="images.qrc"/>
 
133
 </resources>
 
134
 <connections/>
 
135
</ui>