~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/ui/globalshortcutsconfig.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

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>GlobalShortcutsConfig</class>
4
 
 <widget class="QWidget" name="GlobalShortcutsConfig">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>507</width>
10
 
    <height>393</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Configure Shortcuts</string>
15
 
  </property>
16
 
  <property name="windowIcon">
17
 
   <iconset resource="../../data/data.qrc">
18
 
    <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
19
 
  </property>
20
 
  <layout class="QVBoxLayout" name="verticalLayout">
21
 
   <item>
22
 
    <widget class="QWidget" name="gnome_container" native="true">
23
 
     <layout class="QHBoxLayout" name="horizontalLayout_2">
24
 
      <property name="margin">
25
 
       <number>0</number>
26
 
      </property>
27
 
      <item>
28
 
       <widget class="QCheckBox" name="gnome_checkbox">
29
 
        <property name="sizePolicy">
30
 
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31
 
          <horstretch>0</horstretch>
32
 
          <verstretch>0</verstretch>
33
 
         </sizepolicy>
34
 
        </property>
35
 
        <property name="text">
36
 
         <string>Use Gnome's shortcut keys</string>
37
 
        </property>
38
 
       </widget>
39
 
      </item>
40
 
      <item>
41
 
       <widget class="QPushButton" name="gnome_open">
42
 
        <property name="text">
43
 
         <string>Open...</string>
44
 
        </property>
45
 
       </widget>
46
 
      </item>
47
 
     </layout>
48
 
    </widget>
49
 
   </item>
50
 
   <item>
51
 
    <widget class="QWidget" name="mac_container" native="true">
52
 
     <layout class="QHBoxLayout" name="horizontalLayout_3">
53
 
      <property name="spacing">
54
 
       <number>0</number>
55
 
      </property>
56
 
      <property name="margin">
57
 
       <number>0</number>
58
 
      </property>
59
 
      <item>
60
 
       <widget class="QLabel" name="mac_label">
61
 
        <property name="sizePolicy">
62
 
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
63
 
          <horstretch>0</horstretch>
64
 
          <verstretch>0</verstretch>
65
 
         </sizepolicy>
66
 
        </property>
67
 
        <property name="text">
68
 
         <string>You need to launch System Preferences and turn on &quot;&lt;span style=&quot; font-style:italic;&quot;&gt;Enable access for assistive devices&lt;/span&gt;&quot; to use global shortcuts in Clementine.</string>
69
 
        </property>
70
 
        <property name="wordWrap">
71
 
         <bool>true</bool>
72
 
        </property>
73
 
       </widget>
74
 
      </item>
75
 
      <item>
76
 
       <widget class="QPushButton" name="mac_open">
77
 
        <property name="text">
78
 
         <string>Open...</string>
79
 
        </property>
80
 
       </widget>
81
 
      </item>
82
 
     </layout>
83
 
    </widget>
84
 
   </item>
85
 
   <item>
86
 
    <widget class="QTreeWidget" name="list">
87
 
     <property name="editTriggers">
88
 
      <set>QAbstractItemView::NoEditTriggers</set>
89
 
     </property>
90
 
     <property name="alternatingRowColors">
91
 
      <bool>true</bool>
92
 
     </property>
93
 
     <property name="rootIsDecorated">
94
 
      <bool>false</bool>
95
 
     </property>
96
 
     <property name="allColumnsShowFocus">
97
 
      <bool>true</bool>
98
 
     </property>
99
 
     <column>
100
 
      <property name="text">
101
 
       <string>Name</string>
102
 
      </property>
103
 
     </column>
104
 
     <column>
105
 
      <property name="text">
106
 
       <string>Shortcut</string>
107
 
      </property>
108
 
     </column>
109
 
    </widget>
110
 
   </item>
111
 
   <item>
112
 
    <widget class="QGroupBox" name="shortcut_options">
113
 
     <property name="enabled">
114
 
      <bool>true</bool>
115
 
     </property>
116
 
     <property name="title">
117
 
      <string>Shortcut for %1</string>
118
 
     </property>
119
 
     <layout class="QHBoxLayout" name="horizontalLayout">
120
 
      <item>
121
 
       <widget class="QRadioButton" name="radio_none">
122
 
        <property name="enabled">
123
 
         <bool>true</bool>
124
 
        </property>
125
 
        <property name="text">
126
 
         <string>&amp;None</string>
127
 
        </property>
128
 
        <property name="checked">
129
 
         <bool>true</bool>
130
 
        </property>
131
 
       </widget>
132
 
      </item>
133
 
      <item>
134
 
       <widget class="QRadioButton" name="radio_default">
135
 
        <property name="text">
136
 
         <string>De&amp;fault</string>
137
 
        </property>
138
 
       </widget>
139
 
      </item>
140
 
      <item>
141
 
       <widget class="QRadioButton" name="radio_custom">
142
 
        <property name="text">
143
 
         <string>&amp;Custom</string>
144
 
        </property>
145
 
       </widget>
146
 
      </item>
147
 
      <item>
148
 
       <spacer name="horizontalSpacer">
149
 
        <property name="orientation">
150
 
         <enum>Qt::Horizontal</enum>
151
 
        </property>
152
 
        <property name="sizeHint" stdset="0">
153
 
         <size>
154
 
          <width>40</width>
155
 
          <height>20</height>
156
 
         </size>
157
 
        </property>
158
 
       </spacer>
159
 
      </item>
160
 
      <item>
161
 
       <widget class="QPushButton" name="change">
162
 
        <property name="text">
163
 
         <string>Change shortcut...</string>
164
 
        </property>
165
 
       </widget>
166
 
      </item>
167
 
     </layout>
168
 
    </widget>
169
 
   </item>
170
 
  </layout>
171
 
 </widget>
172
 
 <tabstops>
173
 
  <tabstop>list</tabstop>
174
 
  <tabstop>radio_none</tabstop>
175
 
  <tabstop>radio_default</tabstop>
176
 
  <tabstop>radio_custom</tabstop>
177
 
  <tabstop>change</tabstop>
178
 
 </tabstops>
179
 
 <resources>
180
 
  <include location="../../data/data.qrc"/>
181
 
 </resources>
182
 
 <connections>
183
 
  <connection>
184
 
   <sender>gnome_checkbox</sender>
185
 
   <signal>toggled(bool)</signal>
186
 
   <receiver>list</receiver>
187
 
   <slot>setDisabled(bool)</slot>
188
 
   <hints>
189
 
    <hint type="sourcelabel">
190
 
     <x>63</x>
191
 
     <y>25</y>
192
 
    </hint>
193
 
    <hint type="destinationlabel">
194
 
     <x>82</x>
195
 
     <y>63</y>
196
 
    </hint>
197
 
   </hints>
198
 
  </connection>
199
 
  <connection>
200
 
   <sender>gnome_checkbox</sender>
201
 
   <signal>toggled(bool)</signal>
202
 
   <receiver>shortcut_options</receiver>
203
 
   <slot>setDisabled(bool)</slot>
204
 
   <hints>
205
 
    <hint type="sourcelabel">
206
 
     <x>244</x>
207
 
     <y>26</y>
208
 
    </hint>
209
 
    <hint type="destinationlabel">
210
 
     <x>122</x>
211
 
     <y>298</y>
212
 
    </hint>
213
 
   </hints>
214
 
  </connection>
215
 
 </connections>
216
 
</ui>