~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to src/config/messageindicator_config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas, Jonathan Thomas
  • Date: 2010-02-04 12:48:45 UTC
  • mfrom: (1.11.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100204124845-vm81d4f5xkx20q12
Tags: 1.2.1+git20100204-0ubuntu1
[ Jonathan Thomas ]
* New upstream git snapshot:
  - Refresh all patches
  Fixes LP: #496880
* Switch to source format 3.0 (quilt):
  - Remove quilt build-depend
  - Remove quilt dh sequence in debian/rules
* Add 0001-Adds-support-for-Message-Indicator.diff from Aurélien Gâteau
  which replaces the previous indicator patches (LP: #496880)

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>MessageIndicator_Config</class>
 
4
 <widget class="QWidget" name="MessageIndicator_Config">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>155</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Use Message Indicator</string>
 
21
     </property>
 
22
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
23
      <item>
 
24
       <widget class="QCheckBox" name="kcfg_MessageIndicatorShowOwnNick">
 
25
        <property name="text">
 
26
         <string>If own nick appears in channel message</string>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item>
 
31
       <widget class="QCheckBox" name="kcfg_MessageIndicatorShowChannel">
 
32
        <property name="text">
 
33
         <string>On any channel message</string>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item>
 
38
       <widget class="QCheckBox" name="kcfg_MessageIndicatorShowQuery">
 
39
        <property name="text">
 
40
         <string>On query activity</string>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
     </layout>
 
45
    </widget>
 
46
   </item>
 
47
   <item>
 
48
    <spacer name="verticalSpacer">
 
49
     <property name="orientation">
 
50
      <enum>Qt::Vertical</enum>
 
51
     </property>
 
52
     <property name="sizeHint" stdset="0">
 
53
      <size>
 
54
       <width>20</width>
 
55
       <height>40</height>
 
56
      </size>
 
57
     </property>
 
58
    </spacer>
 
59
   </item>
 
60
  </layout>
 
61
 </widget>
 
62
 <tabstops>
 
63
  <tabstop>kcfg_MessageIndicatorShowOwnNick</tabstop>
 
64
  <tabstop>kcfg_MessageIndicatorShowChannel</tabstop>
 
65
  <tabstop>kcfg_MessageIndicatorShowQuery</tabstop>
 
66
 </tabstops>
 
67
 <resources/>
 
68
 <connections/>
 
69
</ui>