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

« back to all changes in this revision

Viewing changes to khotkeys/kcm_hotkeys/triggers/shortcut_trigger_widget.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>ShortcutTriggerWidget</class>
 
4
 <widget class="QWidget" name="ShortcutTriggerWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>302</width>
 
10
    <height>81</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="shortcut_label">
 
16
     <property name="text">
 
17
      <string>&amp;Shortcut:</string>
 
18
     </property>
 
19
     <property name="alignment">
 
20
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>shortcut</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="KKeySequenceWidget" name="shortcut">
 
29
     <property name="multiKeyShortcutsAllowed">
 
30
      <bool>false</bool>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
   <item row="0" column="2">
 
35
    <spacer name="horizontalSpacer">
 
36
     <property name="orientation">
 
37
      <enum>Qt::Horizontal</enum>
 
38
     </property>
 
39
     <property name="sizeHint" stdset="0">
 
40
      <size>
 
41
       <width>40</width>
 
42
       <height>20</height>
 
43
      </size>
 
44
     </property>
 
45
    </spacer>
 
46
   </item>
 
47
   <item row="1" column="0">
 
48
    <spacer name="verticalSpacer">
 
49
     <property name="orientation">
 
50
      <enum>Qt::Vertical</enum>
 
51
     </property>
 
52
     <property name="sizeHint" stdset="0">
 
53
      <size>
 
54
       <width>20</width>
 
55
       <height>6</height>
 
56
      </size>
 
57
     </property>
 
58
    </spacer>
 
59
   </item>
 
60
  </layout>
 
61
 </widget>
 
62
 <customwidgets>
 
63
  <customwidget>
 
64
   <class>KKeySequenceWidget</class>
 
65
   <extends>QWidget</extends>
 
66
   <header>kkeysequencewidget.h</header>
 
67
  </customwidget>
 
68
 </customwidgets>
 
69
 <resources/>
 
70
 <connections/>
 
71
</ui>