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

« back to all changes in this revision

Viewing changes to plasma/desktop/applets/kickoff/applet/kickoffConfig.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>kickoffConfig</class>
 
4
 <widget class="QWidget" name="kickoffConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="2">
 
15
    <widget class="KIconButton" name="iconButton"/>
 
16
   </item>
 
17
   <item row="1" column="2">
 
18
    <widget class="QCheckBox" name="switchOnHoverCheckBox">
 
19
     <property name="text">
 
20
      <string/>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="2" column="0" colspan="2">
 
25
    <widget class="QLabel" name="label_3">
 
26
     <property name="text">
 
27
      <string>Show applications by &amp;name:</string>
 
28
     </property>
 
29
     <property name="alignment">
 
30
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
31
     </property>
 
32
     <property name="buddy">
 
33
      <cstring>appsByNameCheckBox</cstring>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="2" column="2">
 
38
    <widget class="QCheckBox" name="appsByNameCheckBox">
 
39
     <property name="text">
 
40
      <string/>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
   <item row="2" column="3">
 
45
    <spacer name="horizontalSpacer">
 
46
     <property name="orientation">
 
47
      <enum>Qt::Horizontal</enum>
 
48
     </property>
 
49
     <property name="sizeHint" stdset="0">
 
50
      <size>
 
51
       <width>131</width>
 
52
       <height>20</height>
 
53
      </size>
 
54
     </property>
 
55
    </spacer>
 
56
   </item>
 
57
   <item row="3" column="1">
 
58
    <spacer name="verticalSpacer">
 
59
     <property name="orientation">
 
60
      <enum>Qt::Vertical</enum>
 
61
     </property>
 
62
     <property name="sizeHint" stdset="0">
 
63
      <size>
 
64
       <width>20</width>
 
65
       <height>204</height>
 
66
      </size>
 
67
     </property>
 
68
    </spacer>
 
69
   </item>
 
70
   <item row="0" column="1">
 
71
    <widget class="QLabel" name="iconLabel">
 
72
     <property name="text">
 
73
      <string>&amp;Icon:</string>
 
74
     </property>
 
75
     <property name="alignment">
 
76
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
77
     </property>
 
78
     <property name="buddy">
 
79
      <cstring>iconButton</cstring>
 
80
     </property>
 
81
    </widget>
 
82
   </item>
 
83
   <item row="1" column="1">
 
84
    <widget class="QLabel" name="label_2">
 
85
     <property name="text">
 
86
      <string>Switch &amp;tabs on hover:</string>
 
87
     </property>
 
88
     <property name="alignment">
 
89
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
90
     </property>
 
91
     <property name="buddy">
 
92
      <cstring>switchOnHoverCheckBox</cstring>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
  </layout>
 
97
 </widget>
 
98
 <customwidgets>
 
99
  <customwidget>
 
100
   <class>KIconButton</class>
 
101
   <extends>QPushButton</extends>
 
102
   <header>kicondialog.h</header>
 
103
  </customwidget>
 
104
 </customwidgets>
 
105
 <resources/>
 
106
 <connections/>
 
107
</ui>