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

« back to all changes in this revision

Viewing changes to klipper/generalconfig.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>GeneralWidget</class>
 
4
 <widget class="QWidget" name="GeneralWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>463</width>
 
10
    <height>417</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
14
   <item>
 
15
    <widget class="QCheckBox" name="kcfg_KeepClipboardContents">
 
16
     <property name="text">
 
17
      <string>Save clipboard contents on exit</string>
 
18
     </property>
 
19
    </widget>
 
20
   </item>
 
21
   <item>
 
22
    <widget class="QCheckBox" name="kcfg_PreventEmptyClipboard">
 
23
     <property name="text">
 
24
      <string>Prevent empty clipboard</string>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item>
 
29
    <widget class="QCheckBox" name="kcfg_ReplayActionInHistory">
 
30
     <property name="text">
 
31
      <string>Replay actions on an item selected from history</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <widget class="QCheckBox" name="kcfg_StripWhiteSpace">
 
37
     <property name="text">
 
38
      <string>Remove whitespace when executing actions</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <widget class="QCheckBox" name="kcfg_IgnoreImages">
 
44
     <property name="text">
 
45
      <string>Ignore images</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item>
 
50
    <widget class="QGroupBox" name="selection_group">
 
51
     <property name="title">
 
52
      <string>Selection and Clipboard</string>
 
53
     </property>
 
54
     <layout class="QVBoxLayout" name="verticalLayout">
 
55
      <item>
 
56
       <widget class="QCheckBox" name="kcfg_IgnoreSelection">
 
57
        <property name="text">
 
58
         <string>Ignore selection</string>
 
59
        </property>
 
60
       </widget>
 
61
      </item>
 
62
      <item>
 
63
       <widget class="QCheckBox" name="kcfg_SelectionTextOnly">
 
64
        <property name="text">
 
65
         <string>Text selection only</string>
 
66
        </property>
 
67
       </widget>
 
68
      </item>
 
69
      <item>
 
70
       <widget class="QCheckBox" name="kcfg_SyncClipboards">
 
71
        <property name="text">
 
72
         <string>Synchronize contents of the clipboard and the selection</string>
 
73
        </property>
 
74
       </widget>
 
75
      </item>
 
76
     </layout>
 
77
    </widget>
 
78
   </item>
 
79
   <item>
 
80
    <widget class="QLabel" name="timeout_label">
 
81
     <property name="text">
 
82
      <string>Timeout for action popups:</string>
 
83
     </property>
 
84
    </widget>
 
85
   </item>
 
86
   <item>
 
87
    <widget class="KIntSpinBox" name="kcfg_TimeoutForActionPopups">
 
88
     <property name="alignment">
 
89
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
90
     </property>
 
91
    </widget>
 
92
   </item>
 
93
   <item>
 
94
    <widget class="QLabel" name="history_size_label">
 
95
     <property name="text">
 
96
      <string>Clipboard history size:</string>
 
97
     </property>
 
98
    </widget>
 
99
   </item>
 
100
   <item>
 
101
    <widget class="KIntSpinBox" name="kcfg_MaxClipItems">
 
102
     <property name="alignment">
 
103
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
104
     </property>
 
105
    </widget>
 
106
   </item>
 
107
   <item>
 
108
    <spacer name="verticalSpacer">
 
109
     <property name="orientation">
 
110
      <enum>Qt::Vertical</enum>
 
111
     </property>
 
112
     <property name="sizeHint" stdset="0">
 
113
      <size>
 
114
       <width>20</width>
 
115
       <height>40</height>
 
116
      </size>
 
117
     </property>
 
118
    </spacer>
 
119
   </item>
 
120
  </layout>
 
121
 </widget>
 
122
 <customwidgets>
 
123
  <customwidget>
 
124
   <class>KIntSpinBox</class>
 
125
   <extends>QSpinBox</extends>
 
126
   <header>knuminput.h</header>
 
127
  </customwidget>
 
128
 </customwidgets>
 
129
 <resources/>
 
130
 <connections>
 
131
  <connection>
 
132
   <sender>kcfg_IgnoreSelection</sender>
 
133
   <signal>clicked(bool)</signal>
 
134
   <receiver>kcfg_SelectionTextOnly</receiver>
 
135
   <slot>setDisabled(bool)</slot>
 
136
   <hints>
 
137
    <hint type="sourcelabel">
 
138
     <x>78</x>
 
139
     <y>213</y>
 
140
    </hint>
 
141
    <hint type="destinationlabel">
 
142
     <x>80</x>
 
143
     <y>231</y>
 
144
    </hint>
 
145
   </hints>
 
146
  </connection>
 
147
  <connection>
 
148
   <sender>kcfg_IgnoreSelection</sender>
 
149
   <signal>clicked(bool)</signal>
 
150
   <receiver>kcfg_SyncClipboards</receiver>
 
151
   <slot>setDisabled(bool)</slot>
 
152
   <hints>
 
153
    <hint type="sourcelabel">
 
154
     <x>209</x>
 
155
     <y>214</y>
 
156
    </hint>
 
157
    <hint type="destinationlabel">
 
158
     <x>207</x>
 
159
     <y>265</y>
 
160
    </hint>
 
161
   </hints>
 
162
  </connection>
 
163
  <connection>
 
164
   <sender>kcfg_SyncClipboards</sender>
 
165
   <signal>clicked(bool)</signal>
 
166
   <receiver>kcfg_IgnoreSelection</receiver>
 
167
   <slot>setDisabled(bool)</slot>
 
168
   <hints>
 
169
    <hint type="sourcelabel">
 
170
     <x>300</x>
 
171
     <y>261</y>
 
172
    </hint>
 
173
    <hint type="destinationlabel">
 
174
     <x>301</x>
 
175
     <y>210</y>
 
176
    </hint>
 
177
   </hints>
 
178
  </connection>
 
179
 </connections>
 
180
</ui>