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

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwindecoration/buttons.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>KWinDecorationButtonsConfigForm</class>
 
4
 <widget class="QWidget" name="KWinDecorationButtonsConfigForm">
 
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="QVBoxLayout" name="verticalLayout">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <item>
 
18
    <widget class="QCheckBox" name="showToolTipsCheckBox">
 
19
     <property name="whatsThis">
 
20
      <string>Enabling this checkbox will show window button tooltips. If this checkbox is off, no window button tooltips will be shown.</string>
 
21
     </property>
 
22
     <property name="text">
 
23
      <string>&amp;Show window button tooltips</string>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QCheckBox" name="useCustomButtonPositionsCheckBox">
 
29
     <property name="whatsThis">
 
30
      <string>Please note that this option is not available on all styles yet.</string>
 
31
     </property>
 
32
     <property name="text">
 
33
      <string>Use custom titlebar button &amp;positions</string>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="KWin::ButtonPositionWidget" name="buttonPositionWidget" native="true">
 
39
     <property name="enabled">
 
40
      <bool>false</bool>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
  </layout>
 
45
 </widget>
 
46
 <customwidgets>
 
47
  <customwidget>
 
48
   <class>KWin::ButtonPositionWidget</class>
 
49
   <extends>QWidget</extends>
 
50
   <header>buttons.h</header>
 
51
   <container>1</container>
 
52
  </customwidget>
 
53
 </customwidgets>
 
54
 <resources/>
 
55
 <connections>
 
56
  <connection>
 
57
   <sender>useCustomButtonPositionsCheckBox</sender>
 
58
   <signal>clicked(bool)</signal>
 
59
   <receiver>buttonPositionWidget</receiver>
 
60
   <slot>setEnabled(bool)</slot>
 
61
   <hints>
 
62
    <hint type="sourcelabel">
 
63
     <x>205</x>
 
64
     <y>39</y>
 
65
    </hint>
 
66
    <hint type="destinationlabel">
 
67
     <x>231</x>
 
68
     <y>90</y>
 
69
    </hint>
 
70
   </hints>
 
71
  </connection>
 
72
 </connections>
 
73
</ui>