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

« back to all changes in this revision

Viewing changes to kcontrol/keys/select_scheme_dialog.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
 <author>Michael Jansen</author>
 
4
 <class>SelectSchemeDialog</class>
 
5
 <widget class="KDialog" name="SelectSchemeDialog">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>717</width>
 
11
    <height>224</height>
 
12
   </rect>
 
13
  </property>
 
14
  <property name="windowTitle">
 
15
   <string>Select Shortcut Scheme</string>
 
16
  </property>
 
17
  <property name="modal">
 
18
   <bool>true</bool>
 
19
  </property>
 
20
  <widget class="QWidget" name="layoutWidget">
 
21
   <property name="geometry">
 
22
    <rect>
 
23
     <x>32</x>
 
24
     <y>12</y>
 
25
     <width>671</width>
 
26
     <height>71</height>
 
27
    </rect>
 
28
   </property>
 
29
   <layout class="QGridLayout" name="gridLayout">
 
30
    <item row="0" column="0">
 
31
     <widget class="QLabel" name="label">
 
32
      <property name="baseSize">
 
33
       <size>
 
34
        <width>0</width>
 
35
        <height>50</height>
 
36
       </size>
 
37
      </property>
 
38
      <property name="whatsThis">
 
39
       <string>Select one of the standard KDE shortcut schemes</string>
 
40
      </property>
 
41
      <property name="text">
 
42
       <string>&amp;Standard scheme:</string>
 
43
      </property>
 
44
      <property name="alignment">
 
45
       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
46
      </property>
 
47
      <property name="buddy">
 
48
       <cstring>m_schemes</cstring>
 
49
      </property>
 
50
     </widget>
 
51
    </item>
 
52
    <item row="0" column="1">
 
53
     <widget class="KComboBox" name="m_schemes">
 
54
      <property name="sizePolicy">
 
55
       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
56
        <horstretch>0</horstretch>
 
57
        <verstretch>0</verstretch>
 
58
       </sizepolicy>
 
59
      </property>
 
60
      <property name="baseSize">
 
61
       <size>
 
62
        <width>0</width>
 
63
        <height>50</height>
 
64
       </size>
 
65
      </property>
 
66
      <property name="editable">
 
67
       <bool>true</bool>
 
68
      </property>
 
69
     </widget>
 
70
    </item>
 
71
    <item row="1" column="0">
 
72
     <widget class="QLabel" name="label_2">
 
73
      <property name="minimumSize">
 
74
       <size>
 
75
        <width>150</width>
 
76
        <height>0</height>
 
77
       </size>
 
78
      </property>
 
79
      <property name="sizeIncrement">
 
80
       <size>
 
81
        <width>1</width>
 
82
        <height>0</height>
 
83
       </size>
 
84
      </property>
 
85
      <property name="baseSize">
 
86
       <size>
 
87
        <width>0</width>
 
88
        <height>50</height>
 
89
       </size>
 
90
      </property>
 
91
      <property name="whatsThis">
 
92
       <string>Select a shortcut scheme file</string>
 
93
      </property>
 
94
      <property name="text">
 
95
       <string>&amp;Path:</string>
 
96
      </property>
 
97
      <property name="alignment">
 
98
       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
99
      </property>
 
100
      <property name="buddy">
 
101
       <cstring>m_url</cstring>
 
102
      </property>
 
103
     </widget>
 
104
    </item>
 
105
    <item row="1" column="1">
 
106
     <widget class="KUrlRequester" name="m_url">
 
107
      <property name="sizeIncrement">
 
108
       <size>
 
109
        <width>3</width>
 
110
        <height>0</height>
 
111
       </size>
 
112
      </property>
 
113
      <property name="baseSize">
 
114
       <size>
 
115
        <width>0</width>
 
116
        <height>50</height>
 
117
       </size>
 
118
      </property>
 
119
      <property name="filter">
 
120
       <string notr="true">*.kksrc</string>
 
121
      </property>
 
122
      <property name="clickMessage">
 
123
       <string>Select Shortcut Scheme</string>
 
124
      </property>
 
125
     </widget>
 
126
    </item>
 
127
   </layout>
 
128
  </widget>
 
129
 </widget>
 
130
 <customwidgets>
 
131
  <customwidget>
 
132
   <class>KComboBox</class>
 
133
   <extends>QComboBox</extends>
 
134
   <header>kcombobox.h</header>
 
135
  </customwidget>
 
136
  <customwidget>
 
137
   <class>KDialog</class>
 
138
   <extends>QDialog</extends>
 
139
   <header>kdialog.h</header>
 
140
   <container>1</container>
 
141
  </customwidget>
 
142
  <customwidget>
 
143
   <class>KUrlRequester</class>
 
144
   <extends>QFrame</extends>
 
145
   <header>kurlrequester.h</header>
 
146
  </customwidget>
 
147
 </customwidgets>
 
148
 <resources/>
 
149
 <connections/>
 
150
</ui>