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

« back to all changes in this revision

Viewing changes to plasma/generic/applets/system-monitor/hdd-config.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>config</class>
 
4
 <widget class="QWidget" name="config">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>382</width>
 
10
    <height>263</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="styleSheet">
 
14
   <string/>
 
15
  </property>
 
16
  <layout class="QVBoxLayout">
 
17
   <property name="margin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <widget class="QLabel" name="label">
 
22
     <property name="text">
 
23
      <string>Hard &amp;disks:</string>
 
24
     </property>
 
25
     <property name="buddy">
 
26
      <cstring>treeView</cstring>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QTreeView" name="treeView">
 
32
     <property name="rootIsDecorated">
 
33
      <bool>false</bool>
 
34
     </property>
 
35
     <property name="uniformRowHeights">
 
36
      <bool>true</bool>
 
37
     </property>
 
38
     <property name="sortingEnabled">
 
39
      <bool>true</bool>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item>
 
44
    <layout class="QHBoxLayout">
 
45
     <item>
 
46
      <widget class="QLabel" name="label_2">
 
47
       <property name="text">
 
48
        <string>Update &amp;interval:</string>
 
49
       </property>
 
50
       <property name="alignment">
 
51
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
52
       </property>
 
53
       <property name="buddy">
 
54
        <cstring>intervalSpinBox</cstring>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
     <item>
 
59
      <widget class="KIntSpinBox" name="intervalSpinBox">
 
60
       <property name="minimum">
 
61
        <number>1</number>
 
62
       </property>
 
63
       <property name="maximum">
 
64
        <number>525600</number>
 
65
       </property>
 
66
       <property name="value">
 
67
        <number>30</number>
 
68
       </property>
 
69
      </widget>
 
70
     </item>
 
71
     <item>
 
72
      <spacer>
 
73
       <property name="orientation">
 
74
        <enum>Qt::Horizontal</enum>
 
75
       </property>
 
76
       <property name="sizeHint" stdset="0">
 
77
        <size>
 
78
         <width>40</width>
 
79
         <height>20</height>
 
80
        </size>
 
81
       </property>
 
82
      </spacer>
 
83
     </item>
 
84
    </layout>
 
85
   </item>
 
86
  </layout>
 
87
 </widget>
 
88
 <customwidgets>
 
89
  <customwidget>
 
90
   <class>KIntSpinBox</class>
 
91
   <extends>QSpinBox</extends>
 
92
   <header>knuminput.h</header>
 
93
  </customwidget>
 
94
 </customwidgets>
 
95
 <resources/>
 
96
 <connections/>
 
97
</ui>