~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/applets/lock_logout/lockoutConfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>lockoutConfig</class>
 
4
 <widget class="QWidget" name="lockoutConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>121</width>
 
10
    <height>143</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Configure Lock/Logout</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Leave</string>
 
21
     </property>
 
22
     <property name="alignment">
 
23
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="QCheckBox" name="checkBox_logout">
 
29
     <property name="text">
 
30
      <string/>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
   <item row="0" column="2" rowspan="5">
 
35
    <spacer name="horizontalSpacer">
 
36
     <property name="orientation">
 
37
      <enum>Qt::Horizontal</enum>
 
38
     </property>
 
39
     <property name="sizeHint" stdset="0">
 
40
      <size>
 
41
       <width>3</width>
 
42
       <height>118</height>
 
43
      </size>
 
44
     </property>
 
45
    </spacer>
 
46
   </item>
 
47
   <item row="1" column="0">
 
48
    <widget class="QLabel" name="label_5">
 
49
     <property name="text">
 
50
      <string>Lock</string>
 
51
     </property>
 
52
     <property name="alignment">
 
53
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
54
     </property>
 
55
    </widget>
 
56
   </item>
 
57
   <item row="1" column="1">
 
58
    <widget class="QCheckBox" name="checkBox_lock">
 
59
     <property name="text">
 
60
      <string/>
 
61
     </property>
 
62
    </widget>
 
63
   </item>
 
64
   <item row="2" column="0">
 
65
    <widget class="QLabel" name="label_2">
 
66
     <property name="text">
 
67
      <string>Switch user</string>
 
68
     </property>
 
69
     <property name="alignment">
 
70
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
71
     </property>
 
72
    </widget>
 
73
   </item>
 
74
   <item row="2" column="1">
 
75
    <widget class="QCheckBox" name="checkBox_switchUser">
 
76
     <property name="text">
 
77
      <string/>
 
78
     </property>
 
79
    </widget>
 
80
   </item>
 
81
   <item row="3" column="0">
 
82
    <widget class="QLabel" name="label_3">
 
83
     <property name="text">
 
84
      <string>Hibernate</string>
 
85
     </property>
 
86
     <property name="alignment">
 
87
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
88
     </property>
 
89
    </widget>
 
90
   </item>
 
91
   <item row="3" column="1">
 
92
    <widget class="QCheckBox" name="checkBox_hibernate">
 
93
     <property name="text">
 
94
      <string/>
 
95
     </property>
 
96
    </widget>
 
97
   </item>
 
98
   <item row="4" column="0">
 
99
    <widget class="QLabel" name="label_4">
 
100
     <property name="text">
 
101
      <string>Sleep</string>
 
102
     </property>
 
103
     <property name="alignment">
 
104
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
105
     </property>
 
106
    </widget>
 
107
   </item>
 
108
   <item row="4" column="1">
 
109
    <widget class="QCheckBox" name="checkBox_sleep">
 
110
     <property name="text">
 
111
      <string/>
 
112
     </property>
 
113
    </widget>
 
114
   </item>
 
115
   <item row="5" column="0">
 
116
    <spacer name="verticalSpacer">
 
117
     <property name="orientation">
 
118
      <enum>Qt::Vertical</enum>
 
119
     </property>
 
120
     <property name="sizeHint" stdset="0">
 
121
      <size>
 
122
       <width>20</width>
 
123
       <height>40</height>
 
124
      </size>
 
125
     </property>
 
126
    </spacer>
 
127
   </item>
 
128
  </layout>
 
129
 </widget>
 
130
 <resources/>
 
131
 <connections/>
 
132
</ui>