~ubuntu-branches/ubuntu/karmic/choqok/karmic

« back to all changes in this revision

Viewing changes to src/prefs_base.ui

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-04-30 20:41:19 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090430204119-v1k5uw4aejloyfo7
Tags: 0.5-0ubuntu1
* New upstream release (LP: #370009)
* Bumped Standards-Version to 3.8.1
* Switched to pkg-kde-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   <rect>
6
6
    <x>0</x>
7
7
    <y>0</y>
8
 
    <width>450</width>
9
 
    <height>231</height>
 
8
    <width>461</width>
 
9
    <height>255</height>
10
10
   </rect>
11
11
  </property>
12
12
  <layout class="QGridLayout" name="gridLayout_3" >
25
25
         <item>
26
26
          <widget class="QCheckBox" name="kcfg_showMainWinOnStart" >
27
27
           <property name="text" >
28
 
            <string>Show Main &amp;Window on application start</string>
 
28
            <string>Show main &amp;window on application start</string>
29
29
           </property>
30
30
           <property name="checked" >
31
31
            <bool>true</bool>
43
43
          </widget>
44
44
         </item>
45
45
         <item>
 
46
          <widget class="QCheckBox" name="kcfg_shortenOnPaste" >
 
47
           <property name="toolTip" >
 
48
            <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 
49
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
50
p, li { white-space: pre-wrap; }
 
51
&lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
 
52
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Note:&lt;/span> It takes time to get short url from server&lt;/p>&lt;/body>&lt;/html></string>
 
53
           </property>
 
54
           <property name="text" >
 
55
            <string>Shorten URLs on paste</string>
 
56
           </property>
 
57
          </widget>
 
58
         </item>
 
59
         <item>
 
60
          <widget class="QCheckBox" name="kcfg_doNotShowRepliesOnHome" >
 
61
           <property name="text" >
 
62
            <string>Do not show replies to me on Home tab</string>
 
63
           </property>
 
64
           <property name="checked" >
 
65
            <bool>true</bool>
 
66
           </property>
 
67
          </widget>
 
68
         </item>
 
69
         <item>
46
70
          <layout class="QGridLayout" name="gridLayout_2" >
47
71
           <item row="0" column="0" >
48
 
            <widget class="QLabel" name="label_2" >
49
 
             <property name="toolTip" >
50
 
              <string>Set behavior of system tray icon clicking option</string>
51
 
             </property>
52
 
             <property name="text" >
53
 
              <string>System &amp;tray Icon behavior :</string>
54
 
             </property>
55
 
             <property name="alignment" >
56
 
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
57
 
             </property>
58
 
             <property name="buddy" >
59
 
              <cstring>kcfg_systrayTriggerType</cstring>
60
 
             </property>
61
 
            </widget>
62
 
           </item>
63
 
           <item row="0" column="1" >
64
 
            <widget class="KComboBox" name="kcfg_systrayTriggerType" >
65
 
             <property name="sizePolicy" >
66
 
              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
67
 
               <horstretch>0</horstretch>
68
 
               <verstretch>0</verstretch>
69
 
              </sizepolicy>
70
 
             </property>
71
 
             <property name="toolTip" >
72
 
              <string>Set behavior of system tray icon clicking option</string>
73
 
             </property>
74
 
             <property name="sizeAdjustPolicy" >
75
 
              <enum>QComboBox::AdjustToMinimumContentsLength</enum>
76
 
             </property>
77
 
             <item>
78
 
              <property name="text" >
79
 
               <string>Toggle Mainwindow</string>
80
 
              </property>
81
 
             </item>
82
 
             <item>
83
 
              <property name="text" >
84
 
               <string>Quick Twitting</string>
85
 
              </property>
86
 
             </item>
87
 
            </widget>
88
 
           </item>
89
 
           <item row="1" column="0" >
90
72
            <widget class="QLabel" name="label" >
91
73
             <property name="text" >
92
 
              <string>&amp;Update timeline interval :</string>
 
74
              <string>&amp;Update timeline interval:</string>
93
75
             </property>
94
76
             <property name="alignment" >
95
77
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
99
81
             </property>
100
82
            </widget>
101
83
           </item>
102
 
           <item row="1" column="1" >
 
84
           <item row="0" column="1" >
103
85
            <widget class="KIntSpinBox" name="kcfg_updateInterval" >
104
86
             <property name="specialValueText" >
105
87
              <string>Disabled</string>
108
90
              <string> Minutes</string>
109
91
             </property>
110
92
             <property name="minimum" >
111
 
              <number>2</number>
 
93
              <number>0</number>
112
94
             </property>
113
95
             <property name="value" >
114
96
              <number>10</number>
115
97
             </property>
116
98
            </widget>
117
99
           </item>
118
 
           <item row="2" column="1" >
 
100
           <item row="1" column="1" >
119
101
            <widget class="KIntSpinBox" name="kcfg_countOfStatusesOnMain" >
120
102
             <property name="minimum" >
121
103
              <number>1</number>
122
104
             </property>
123
105
             <property name="maximum" >
124
 
              <number>50</number>
 
106
              <number>200</number>
125
107
             </property>
126
108
             <property name="value" >
127
109
              <number>20</number>
128
110
             </property>
129
111
            </widget>
130
112
           </item>
131
 
           <item row="3" column="0" >
 
113
           <item row="2" column="0" >
132
114
            <widget class="QLabel" name="label_6" >
133
115
             <property name="text" >
134
 
              <string>URL auto-shortening service :</string>
 
116
              <string>URL auto-shortening service:</string>
135
117
             </property>
136
118
             <property name="alignment" >
137
119
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138
120
             </property>
139
121
            </widget>
140
122
           </item>
141
 
           <item row="3" column="1" >
 
123
           <item row="2" column="1" >
142
124
            <widget class="KComboBox" name="kcfg_shortenService" >
143
125
             <property name="sizePolicy" >
144
126
              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
166
148
             </item>
167
149
            </widget>
168
150
           </item>
169
 
           <item row="2" column="0" >
 
151
           <item row="1" column="0" >
170
152
            <widget class="QLabel" name="label_5" >
171
153
             <property name="sizePolicy" >
172
154
              <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
181
163
              </size>
182
164
             </property>
183
165
             <property name="text" >
184
 
              <string>&amp;Number of statuses shown on main window :</string>
 
166
              <string>&amp;Number of statuses shown on main window:</string>
185
167
             </property>
186
168
             <property name="alignment" >
187
169
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
223
205
         <item row="0" column="0" >
224
206
          <widget class="QLabel" name="label_3" >
225
207
           <property name="text" >
226
 
            <string>Notify &amp;mode :</string>
 
208
            <string>Notify &amp;mode:</string>
227
209
           </property>
228
210
           <property name="alignment" >
229
211
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
262
244
         <item row="2" column="0" >
263
245
          <widget class="QLabel" name="label_4" >
264
246
           <property name="text" >
265
 
            <string>&amp;Notify duration :</string>
 
247
            <string>&amp;Notify duration:</string>
266
248
           </property>
267
249
           <property name="alignment" >
268
250
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
332
314
 <tabstops>
333
315
  <tabstop>kcfg_showMainWinOnStart</tabstop>
334
316
  <tabstop>kcfg_useSecureConnection</tabstop>
335
 
  <tabstop>kcfg_systrayTriggerType</tabstop>
336
317
  <tabstop>kcfg_updateInterval</tabstop>
337
318
  <tabstop>kcfg_countOfStatusesOnMain</tabstop>
338
319
  <tabstop>kcfg_notifyType</tabstop>