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

« back to all changes in this revision

Viewing changes to kwin/clients/plastik/config/configdialog.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>PlastikConfigDialog</class>
 
4
 <widget class="QWidget" name="PlastikConfigDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>541</width>
 
10
    <height>176</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Config Dialog</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout">
 
17
   <property name="margin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <widget class="KButtonGroup" name="titleAlign">
 
22
     <property name="title">
 
23
      <string>Title &amp;Alignment</string>
 
24
     </property>
 
25
     <layout class="QHBoxLayout" name="horizontalLayout">
 
26
      <item>
 
27
       <widget class="QRadioButton" name="AlignLeft">
 
28
        <property name="text">
 
29
         <string>Left</string>
 
30
        </property>
 
31
       </widget>
 
32
      </item>
 
33
      <item>
 
34
       <widget class="QRadioButton" name="AlignHCenter">
 
35
        <property name="text">
 
36
         <string>Center</string>
 
37
        </property>
 
38
       </widget>
 
39
      </item>
 
40
      <item>
 
41
       <widget class="QRadioButton" name="AlignRight">
 
42
        <property name="text">
 
43
         <string>Right</string>
 
44
        </property>
 
45
       </widget>
 
46
      </item>
 
47
     </layout>
 
48
    </widget>
 
49
   </item>
 
50
   <item>
 
51
    <widget class="QCheckBox" name="coloredBorder">
 
52
     <property name="whatsThis">
 
53
      <string>Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color.</string>
 
54
     </property>
 
55
     <property name="text">
 
56
      <string>Colored window border</string>
 
57
     </property>
 
58
     <property name="shortcut">
 
59
      <string/>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
 
63
   <item>
 
64
    <widget class="QCheckBox" name="titleShadow">
 
65
     <property name="whatsThis">
 
66
      <string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
 
67
     </property>
 
68
     <property name="text">
 
69
      <string>Use shadowed &amp;text</string>
 
70
     </property>
 
71
    </widget>
 
72
   </item>
 
73
   <item>
 
74
    <widget class="QCheckBox" name="animateButtons">
 
75
     <property name="whatsThis">
 
76
      <string>Check this option if you want the buttons to fade in when the mouse pointer hovers over them and fade out again when it moves away.</string>
 
77
     </property>
 
78
     <property name="text">
 
79
      <string>Animate buttons</string>
 
80
     </property>
 
81
    </widget>
 
82
   </item>
 
83
   <item>
 
84
    <widget class="QCheckBox" name="menuClose">
 
85
     <property name="whatsThis">
 
86
      <string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
 
87
     </property>
 
88
     <property name="text">
 
89
      <string>Close windows by double clicking the menu button</string>
 
90
     </property>
 
91
    </widget>
 
92
   </item>
 
93
  </layout>
 
94
 </widget>
 
95
 <customwidgets>
 
96
  <customwidget>
 
97
   <class>KButtonGroup</class>
 
98
   <extends>QGroupBox</extends>
 
99
   <header>kbuttongroup.h</header>
 
100
   <container>1</container>
 
101
  </customwidget>
 
102
 </customwidgets>
 
103
 <tabstops>
 
104
  <tabstop>animateButtons</tabstop>
 
105
  <tabstop>titleShadow</tabstop>
 
106
 </tabstops>
 
107
 <resources/>
 
108
 <connections/>
 
109
</ui>