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

« back to all changes in this revision

Viewing changes to kcontrol/keys/kglobalshortcutseditor.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>KGlobalShortcutsEditor</class>
 
4
 <widget class="QWidget" name="KGlobalShortcutsEditor">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>612</width>
 
10
    <height>516</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <layout class="QHBoxLayout" name="horizontalLayout">
 
16
     <item>
 
17
      <widget class="QLabel" name="label">
 
18
       <property name="text">
 
19
        <string>KDE component:</string>
 
20
       </property>
 
21
      </widget>
 
22
     </item>
 
23
     <item>
 
24
      <widget class="KComboBox" name="components">
 
25
       <property name="sizePolicy">
 
26
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
27
         <horstretch>0</horstretch>
 
28
         <verstretch>0</verstretch>
 
29
        </sizepolicy>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item>
 
34
      <widget class="QPushButton" name="menu_button">
 
35
       <property name="text">
 
36
        <string>File</string>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
    </layout>
 
41
   </item>
 
42
  </layout>
 
43
 </widget>
 
44
 <customwidgets>
 
45
  <customwidget>
 
46
   <class>KComboBox</class>
 
47
   <extends>QComboBox</extends>
 
48
   <header>kcombobox.h</header>
 
49
  </customwidget>
 
50
 </customwidgets>
 
51
 <tabstops>
 
52
  <tabstop>components</tabstop>
 
53
  <tabstop>menu_button</tabstop>
 
54
 </tabstops>
 
55
 <resources/>
 
56
 <connections/>
 
57
</ui>