~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to src/chat/chatwindow.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>463</width>
10
 
    <height>391</height>
 
9
    <width>598</width>
 
10
    <height>208</height>
11
11
   </rect>
12
12
  </property>
13
13
  <layout class="QVBoxLayout" name="verticalLayout_2">
50
50
      <property name="usesScrollButtons">
51
51
       <bool>false</bool>
52
52
      </property>
 
53
      <property name="movable">
 
54
       <bool>true</bool>
 
55
      </property>
53
56
      <property name="tabReorderingEnabled">
54
57
       <bool>true</bool>
55
58
      </property>
71
74
          <bool>true</bool>
72
75
         </property>
73
76
         <property name="currentIndex">
74
 
          <number>4</number>
 
77
          <number>0</number>
75
78
         </property>
76
79
         <widget class="QWidget" name="textPage_">
77
80
          <layout class="QVBoxLayout" name="verticalLayout_7">
89
92
               <verstretch>0</verstretch>
90
93
              </sizepolicy>
91
94
             </property>
 
95
             <property name="minimumSize">
 
96
              <size>
 
97
               <width>100</width>
 
98
               <height>24</height>
 
99
              </size>
 
100
             </property>
92
101
             <property name="focusPolicy">
93
102
              <enum>Qt::WheelFocus</enum>
94
103
             </property>
114
123
            <number>0</number>
115
124
           </property>
116
125
           <item>
117
 
            <widget class="InkEdit" name="inkEdit_" native="true">
 
126
            <widget class="Isf::InkCanvas" name="inkCanvas_" native="true">
118
127
             <property name="acceptDrops">
119
128
              <bool>true</bool>
120
129
             </property>
278
287
          </widget>
279
288
         </item>
280
289
         <item>
 
290
          <widget class="QFrame" name="inkCtlFrame_">
 
291
           <property name="sizePolicy">
 
292
            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 
293
             <horstretch>0</horstretch>
 
294
             <verstretch>0</verstretch>
 
295
            </sizepolicy>
 
296
           </property>
 
297
           <property name="frameShape">
 
298
            <enum>QFrame::NoFrame</enum>
 
299
           </property>
 
300
           <property name="frameShadow">
 
301
            <enum>QFrame::Raised</enum>
 
302
           </property>
 
303
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 
304
            <property name="spacing">
 
305
             <number>2</number>
 
306
            </property>
 
307
            <property name="margin">
 
308
             <number>0</number>
 
309
            </property>
 
310
            <item>
 
311
             <widget class="Line" name="line_2">
 
312
              <property name="orientation">
 
313
               <enum>Qt::Vertical</enum>
 
314
              </property>
 
315
             </widget>
 
316
            </item>
 
317
            <item>
 
318
             <widget class="QSlider" name="inkPenSize_">
 
319
              <property name="minimumSize">
 
320
               <size>
 
321
                <width>100</width>
 
322
                <height>0</height>
 
323
               </size>
 
324
              </property>
 
325
              <property name="maximumSize">
 
326
               <size>
 
327
                <width>100</width>
 
328
                <height>16777215</height>
 
329
               </size>
 
330
              </property>
 
331
              <property name="toolTip">
 
332
               <string>Pen size</string>
 
333
              </property>
 
334
              <property name="minimum">
 
335
               <number>1</number>
 
336
              </property>
 
337
              <property name="maximum">
 
338
               <number>10</number>
 
339
              </property>
 
340
              <property name="value">
 
341
               <number>3</number>
 
342
              </property>
 
343
              <property name="orientation">
 
344
               <enum>Qt::Horizontal</enum>
 
345
              </property>
 
346
             </widget>
 
347
            </item>
 
348
            <item>
 
349
             <widget class="QToolButton" name="inkColorButton_">
 
350
              <property name="focusPolicy">
 
351
               <enum>Qt::NoFocus</enum>
 
352
              </property>
 
353
              <property name="toolTip">
 
354
               <string>Pen color</string>
 
355
              </property>
 
356
              <property name="text">
 
357
               <string/>
 
358
              </property>
 
359
             </widget>
 
360
            </item>
 
361
            <item>
 
362
             <widget class="QToolButton" name="inkEraseButton_">
 
363
              <property name="toolTip">
 
364
               <string>Erase brush</string>
 
365
              </property>
 
366
              <property name="text">
 
367
               <string/>
 
368
              </property>
 
369
             </widget>
 
370
            </item>
 
371
            <item>
 
372
             <widget class="QToolButton" name="inkClearButton_">
 
373
              <property name="focusPolicy">
 
374
               <enum>Qt::NoFocus</enum>
 
375
              </property>
 
376
              <property name="toolTip">
 
377
               <string>Clear area</string>
 
378
              </property>
 
379
              <property name="text">
 
380
               <string/>
 
381
              </property>
 
382
             </widget>
 
383
            </item>
 
384
           </layout>
 
385
          </widget>
 
386
         </item>
 
387
         <item>
 
388
          <widget class="QFrame" name="textCtlFrame_">
 
389
           <layout class="QHBoxLayout" name="horizontalLayout">
 
390
            <property name="spacing">
 
391
             <number>2</number>
 
392
            </property>
 
393
            <property name="margin">
 
394
             <number>0</number>
 
395
            </property>
 
396
            <item>
 
397
             <widget class="Line" name="line_4">
 
398
              <property name="orientation">
 
399
               <enum>Qt::Vertical</enum>
 
400
              </property>
 
401
             </widget>
 
402
            </item>
 
403
            <item>
 
404
             <widget class="QToolButton" name="fontButton_">
 
405
              <property name="focusPolicy">
 
406
               <enum>Qt::NoFocus</enum>
 
407
              </property>
 
408
              <property name="toolTip">
 
409
               <string>Font</string>
 
410
              </property>
 
411
              <property name="whatsThis">
 
412
               <string>Click this button to change the font of your messages.</string>
 
413
              </property>
 
414
              <property name="text">
 
415
               <string/>
 
416
              </property>
 
417
             </widget>
 
418
            </item>
 
419
            <item>
 
420
             <widget class="QToolButton" name="fontColorButton_">
 
421
              <property name="focusPolicy">
 
422
               <enum>Qt::NoFocus</enum>
 
423
              </property>
 
424
              <property name="toolTip">
 
425
               <string>Text color</string>
 
426
              </property>
 
427
              <property name="whatsThis">
 
428
               <string>Click this button to change the text color of your messages.</string>
 
429
              </property>
 
430
              <property name="text">
 
431
               <string/>
 
432
              </property>
 
433
             </widget>
 
434
            </item>
 
435
           </layout>
 
436
          </widget>
 
437
         </item>
 
438
         <item>
281
439
          <spacer name="buttonsSpacer">
282
440
           <property name="orientation">
283
441
            <enum>Qt::Horizontal</enum>
284
442
           </property>
 
443
           <property name="sizeType">
 
444
            <enum>QSizePolicy::MinimumExpanding</enum>
 
445
           </property>
285
446
           <property name="sizeHint" stdset="0">
286
447
            <size>
287
 
             <width>18</width>
288
 
             <height>17</height>
 
448
             <width>16</width>
 
449
             <height>16</height>
289
450
            </size>
290
451
           </property>
291
452
          </spacer>
354
515
   <header>ktextedit.h</header>
355
516
  </customwidget>
356
517
  <customwidget>
357
 
   <class>InkEdit</class>
 
518
   <class>Isf::InkCanvas</class>
358
519
   <extends>QWidget</extends>
359
 
   <header location="global">chat/inkedit.h</header>
 
520
   <header>../contrib/isf-qt/include/IsfInkCanvas</header>
360
521
   <container>1</container>
361
522
  </customwidget>
362
523
  <customwidget>