~ubuntu-branches/ubuntu/saucy/quassel/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-02-14 18:38:55 UTC
  • mfrom: (1.1.46)
  • Revision ID: package-import@ubuntu.com-20120214183855-ak8af7n6qweqy3f0
Tags: 0.8~beta1-0ubuntu1
* New upstream beta release
  - Update quasselcore man page for new oidentd option 

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
        </item>
255
255
       </layout>
256
256
      </item>
 
257
      <item>
 
258
       <layout class="QHBoxLayout" name="horizontalLayout_4">
 
259
        <item>
 
260
         <widget class="QCheckBox" name="addSpaceMidSentence">
 
261
          <property name="text">
 
262
           <string>Add space after nick when completing mid-sentence</string>
 
263
          </property>
 
264
          <property name="checked">
 
265
           <bool>false</bool>
 
266
          </property>
 
267
          <property name="settingsKey" stdset="0">
 
268
            <string notr="true">/TabCompletion/AddSpaceMidSentence</string>
 
269
          </property>
 
270
          <property name="defaultValue" stdset="0">
 
271
            <bool>false</bool>
 
272
          </property>
 
273
         </widget>
 
274
        </item>
 
275
        <item>
 
276
         <spacer name="horizontalSpacer_3">
 
277
          <property name="orientation">
 
278
           <enum>Qt::Horizontal</enum>
 
279
          </property>
 
280
          <property name="sizeHint" stdset="0">
 
281
           <size>
 
282
            <width>40</width>
 
283
            <height>20</height>
 
284
           </size>
 
285
          </property>
 
286
         </spacer>
 
287
        </item>
 
288
       </layout>
 
289
      </item>
257
290
     </layout>
258
291
    </widget>
259
292
   </item>