~ubuntu-branches/ubuntu/trusty/quassel/trusty

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/chatviewsettingspage.ui

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-02-18 23:18:25 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140218231825-6vvoh451otn95pkn
Tags: 0.10~beta1-0ubuntu1
* New upstream beta relase
  - Drop debian/patches/upstream_fix_fullscreen_mode.diff which had been
    cherrypicked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    </widget>
155
155
   </item>
156
156
   <item>
 
157
    <widget class="QCheckBox" name="autoMarkerLineOnLostFocus">
 
158
     <property name="toolTip">
 
159
      <string>Set the marker line to the bottom of the current chat window when Quassel loses focus.</string>
 
160
     </property>
 
161
     <property name="text">
 
162
      <string>Set marker line automatically when Quassel loses focus</string>
 
163
     </property>
 
164
     <property name="checked">
 
165
      <bool>true</bool>
 
166
     </property>
 
167
     <property name="settingsKey" stdset="0">
 
168
      <string>AutoMarkerLineOnLostFocus</string>
 
169
     </property>
 
170
     <property name="defaultValue" stdset="0">
 
171
      <bool>true</bool>
 
172
     </property>
 
173
    </widget>
 
174
   </item>
 
175
   <item>
 
176
    <layout class="QHBoxLayout" name="horizontalLayout_4">
 
177
     <item>
 
178
      <widget class="QLabel" name="label_2">
 
179
       <property name="text">
 
180
        <string>Web Search Url:</string>
 
181
       </property>
 
182
      </widget>
 
183
     </item>
 
184
     <item>
 
185
      <widget class="QLineEdit" name="webSearchUrlFormat">
 
186
       <property name="toolTip">
 
187
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The URL to open with the selected text as the parameter. Place &lt;span style=&quot; font-weight:600;&quot;&gt;%s&lt;/span&gt; where selected text should go.&lt;/p&gt;&lt;p&gt;Eg:&lt;/p&gt;&lt;p&gt;https://www.google.com/search?q=&lt;span style=&quot; font-weight:600;&quot;&gt;%s&lt;br/&gt;&lt;/span&gt;https://duckduckgo.com/?q=&lt;span style=&quot; font-weight:600;&quot;&gt;%s&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
188
       </property>
 
189
       <property name="settingsKey" stdset="0">
 
190
        <string>WebSearchUrlFormat</string>
 
191
       </property>
 
192
       <property name="defaultValue" stdset="0">
 
193
        <string>https://www.google.com/search?q=%s</string>
 
194
       </property>
 
195
      </widget>
 
196
     </item>
 
197
    </layout>
 
198
   </item>
 
199
   <item>
157
200
    <widget class="QGroupBox" name="useCustomColors">
158
201
     <property name="title">
159
202
      <string>Custom Colors</string>