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

« back to all changes in this revision

Viewing changes to kwin/clients/oxygen/config/ui/oxygenexceptionlistwidget.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>OxygenExceptionListWidget</class>
 
4
 <widget class="QWidget" name="OxygenExceptionListWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>473</width>
 
10
    <height>163</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>0</width>
 
22
    <height>0</height>
 
23
   </size>
 
24
  </property>
 
25
  <layout class="QGridLayout" name="gridLayout">
 
26
   <item row="0" column="1">
 
27
    <widget class="KPushButton" name="moveUpButton">
 
28
     <property name="text">
 
29
      <string>Move Up</string>
 
30
     </property>
 
31
    </widget>
 
32
   </item>
 
33
   <item row="1" column="1">
 
34
    <widget class="KPushButton" name="moveDownButton">
 
35
     <property name="text">
 
36
      <string>Move Down</string>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item row="2" column="1">
 
41
    <widget class="KPushButton" name="addButton">
 
42
     <property name="text">
 
43
      <string>Add</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="3" column="1">
 
48
    <widget class="KPushButton" name="removeButton">
 
49
     <property name="text">
 
50
      <string>Remove</string>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="4" column="1">
 
55
    <widget class="KPushButton" name="editButton">
 
56
     <property name="text">
 
57
      <string>Edit</string>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
   <item row="0" column="0" rowspan="6">
 
62
    <widget class="QTreeView" name="exceptionListView">
 
63
     <property name="sizePolicy">
 
64
      <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
 
65
       <horstretch>0</horstretch>
 
66
       <verstretch>0</verstretch>
 
67
      </sizepolicy>
 
68
     </property>
 
69
     <property name="minimumSize">
 
70
      <size>
 
71
       <width>100</width>
 
72
       <height>100</height>
 
73
      </size>
 
74
     </property>
 
75
    </widget>
 
76
   </item>
 
77
   <item row="5" column="1">
 
78
    <spacer name="verticalSpacer">
 
79
     <property name="orientation">
 
80
      <enum>Qt::Vertical</enum>
 
81
     </property>
 
82
     <property name="sizeHint" stdset="0">
 
83
      <size>
 
84
       <width>20</width>
 
85
       <height>1</height>
 
86
      </size>
 
87
     </property>
 
88
    </spacer>
 
89
   </item>
 
90
  </layout>
 
91
 </widget>
 
92
 <customwidgets>
 
93
  <customwidget>
 
94
   <class>KPushButton</class>
 
95
   <extends>QPushButton</extends>
 
96
   <header>kpushbutton.h</header>
 
97
  </customwidget>
 
98
 </customwidgets>
 
99
 <resources/>
 
100
 <connections/>
 
101
</ui>