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

« back to all changes in this revision

Viewing changes to khotkeys/kcm_hotkeys/hotkeys_export_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>KHotkeysExportWidget</class>
 
4
 <widget class="QWidget" name="KHotkeysExportWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>587</width>
 
10
    <height>128</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="stateLabel">
 
16
     <property name="toolTip">
 
17
      <string>Change the exported state for the actions.</string>
 
18
     </property>
 
19
     <property name="text">
 
20
      <string>Export Actions</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>state</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="QComboBox" name="state">
 
29
     <property name="whatsThis">
 
30
      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
31
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
32
p, li { white-space: pre-wrap; }
 
33
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
 
34
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Configure in which state the actions should be exported.&lt;/p&gt;
 
35
&lt;p style=&quot; margin-top:8px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Actual State&lt;/p&gt;
 
36
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Export the actions in their current state.&lt;/p&gt;
 
37
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Disabled&lt;/p&gt;
 
38
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Export the actions in a disabled state.&lt;/p&gt;
 
39
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Enabled&lt;/p&gt;
 
40
&lt;p style=&quot; margin-top:0px; margin-bottom:8px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Export the actions in an enabled state.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
41
     </property>
 
42
     <item>
 
43
      <property name="text">
 
44
       <string comment="Don't change the state of exported hotkey actions.">Actual State</string>
 
45
      </property>
 
46
     </item>
 
47
     <item>
 
48
      <property name="text">
 
49
       <string comment="Export hotkey actions in enabled state.">Enabled</string>
 
50
      </property>
 
51
     </item>
 
52
     <item>
 
53
      <property name="text">
 
54
       <string comment="Export hotkey actions into disabled  state">Disabled</string>
 
55
      </property>
 
56
     </item>
 
57
    </widget>
 
58
   </item>
 
59
   <item row="1" column="0">
 
60
    <widget class="QLabel" name="idLabel">
 
61
     <property name="statusTip">
 
62
      <string>KHotkeys file id.</string>
 
63
     </property>
 
64
     <property name="whatsThis">
 
65
      <string>A khotkeys file id is used to ensure files are not imported more than once. They are mostly used for automatic updates from the KDE developers.</string>
 
66
     </property>
 
67
     <property name="text">
 
68
      <string>Id</string>
 
69
     </property>
 
70
     <property name="buddy">
 
71
      <cstring>id</cstring>
 
72
     </property>
 
73
    </widget>
 
74
   </item>
 
75
   <item row="1" column="1">
 
76
    <widget class="KLineEdit" name="id">
 
77
     <property name="clickMessage">
 
78
      <string>Set import id for file, or leave empty</string>
 
79
     </property>
 
80
    </widget>
 
81
   </item>
 
82
   <item row="3" column="0">
 
83
    <widget class="QLabel" name="filenameLabel">
 
84
     <property name="text">
 
85
      <string>Filename</string>
 
86
     </property>
 
87
     <property name="buddy">
 
88
      <cstring>filename</cstring>
 
89
     </property>
 
90
    </widget>
 
91
   </item>
 
92
   <item row="3" column="1">
 
93
    <widget class="KUrlRequester" name="filename">
 
94
     <property name="filter">
 
95
      <string notr="true">*.khotkeys</string>
 
96
     </property>
 
97
     <property name="mode">
 
98
      <set>KFile::File</set>
 
99
     </property>
 
100
     <property name="clickMessage">
 
101
      <string/>
 
102
     </property>
 
103
     <property name="text">
 
104
      <string/>
 
105
     </property>
 
106
    </widget>
 
107
   </item>
 
108
   <item row="4" column="1">
 
109
    <spacer name="verticalSpacer">
 
110
     <property name="orientation">
 
111
      <enum>Qt::Vertical</enum>
 
112
     </property>
 
113
     <property name="sizeHint" stdset="0">
 
114
      <size>
 
115
       <width>20</width>
 
116
       <height>40</height>
 
117
      </size>
 
118
     </property>
 
119
    </spacer>
 
120
   </item>
 
121
   <item row="2" column="0">
 
122
    <widget class="QLabel" name="allowMergingLabel">
 
123
     <property name="text">
 
124
      <string>Allow Merging</string>
 
125
     </property>
 
126
     <property name="buddy">
 
127
      <cstring>allowMerging</cstring>
 
128
     </property>
 
129
    </widget>
 
130
   </item>
 
131
   <item row="2" column="1">
 
132
    <widget class="QCheckBox" name="allowMerging">
 
133
     <property name="toolTip">
 
134
      <string>Merge into existing directories on import?</string>
 
135
     </property>
 
136
     <property name="whatsThis">
 
137
      <string>Allow merging of content if a directory with the same name exists on importing. If merging is not allowed, there will be two directories with the same name.</string>
 
138
     </property>
 
139
     <property name="text">
 
140
      <string/>
 
141
     </property>
 
142
    </widget>
 
143
   </item>
 
144
  </layout>
 
145
 </widget>
 
146
 <customwidgets>
 
147
  <customwidget>
 
148
   <class>KUrlRequester</class>
 
149
   <extends>QFrame</extends>
 
150
   <header>kurlrequester.h</header>
 
151
  </customwidget>
 
152
  <customwidget>
 
153
   <class>KLineEdit</class>
 
154
   <extends>QLineEdit</extends>
 
155
   <header>klineedit.h</header>
 
156
  </customwidget>
 
157
 </customwidgets>
 
158
 <tabstops>
 
159
  <tabstop>state</tabstop>
 
160
  <tabstop>id</tabstop>
 
161
  <tabstop>allowMerging</tabstop>
 
162
  <tabstop>filename</tabstop>
 
163
 </tabstops>
 
164
 <resources/>
 
165
 <connections/>
 
166
</ui>