~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/options/opt_chat.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>OptChat</class>
 
6
 <widget class="QWidget" name="OptChat" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>319</width>
 
12
    <height>375</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>OptChatUI</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QCheckBox" name="ck_chatSoftReturn" >
 
27
     <property name="text" >
 
28
      <string>Enter key sends chat messages</string>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item>
 
33
    <widget class="QCheckBox" name="ck_alertOpenChats" >
 
34
     <property name="text" >
 
35
      <string>Alert chat messages even if chat window is open</string>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QCheckBox" name="ck_raiseChatWindow" >
 
41
     <property name="text" >
 
42
      <string>Raise chat window on receiving new messages</string>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
   <item>
 
47
    <widget class="QCheckBox" name="ck_smallChats" >
 
48
     <property name="text" >
 
49
      <string>Open chats in compact mode</string>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item>
 
54
    <widget class="QCheckBox" name="ck_tabChats" >
 
55
     <property name="text" >
 
56
      <string>Open chats in tabbed mode</string>
 
57
     </property>
 
58
    </widget>
 
59
   </item>
 
60
   <item>
 
61
    <widget class="QCheckBox" name="ck_autoResize" >
 
62
     <property name="text" >
 
63
      <string>Auto-resize text input field</string>
 
64
     </property>
 
65
    </widget>
 
66
   </item>
 
67
   <item>
 
68
    <widget class="QGroupBox" name="groupBox18" >
 
69
     <property name="title" >
 
70
      <string>Default Action</string>
 
71
     </property>
 
72
     <layout class="QHBoxLayout" >
 
73
      <property name="margin" >
 
74
       <number>-1</number>
 
75
      </property>
 
76
      <property name="spacing" >
 
77
       <number>6</number>
 
78
      </property>
 
79
      <item>
 
80
       <widget class="QRadioButton" name="rb_defActMsg" >
 
81
        <property name="text" >
 
82
         <string>Message</string>
 
83
        </property>
 
84
       </widget>
 
85
      </item>
 
86
      <item>
 
87
       <widget class="QRadioButton" name="rb_defActChat" >
 
88
        <property name="text" >
 
89
         <string>Chat</string>
 
90
        </property>
 
91
       </widget>
 
92
      </item>
 
93
     </layout>
 
94
    </widget>
 
95
   </item>
 
96
   <item>
 
97
    <widget class="QGroupBox" name="groupBox17" >
 
98
     <property name="title" >
 
99
      <string>Delete chat window contents</string>
 
100
     </property>
 
101
     <layout class="QVBoxLayout" >
 
102
      <property name="margin" >
 
103
       <number>10</number>
 
104
      </property>
 
105
      <property name="spacing" >
 
106
       <number>6</number>
 
107
      </property>
 
108
      <item>
 
109
       <widget class="QRadioButton" name="rb_delChatsClose" >
 
110
        <property name="text" >
 
111
         <string>When chat window is closed</string>
 
112
        </property>
 
113
       </widget>
 
114
      </item>
 
115
      <item>
 
116
       <widget class="QRadioButton" name="rb_delChatsHour" >
 
117
        <property name="text" >
 
118
         <string>One hour after chat window was closed</string>
 
119
        </property>
 
120
       </widget>
 
121
      </item>
 
122
      <item>
 
123
       <widget class="QRadioButton" name="rb_delChatsDay" >
 
124
        <property name="text" >
 
125
         <string>One day after chat window was closed</string>
 
126
        </property>
 
127
       </widget>
 
128
      </item>
 
129
      <item>
 
130
       <widget class="QRadioButton" name="rb_delChatsNever" >
 
131
        <property name="text" >
 
132
         <string>Never</string>
 
133
        </property>
 
134
       </widget>
 
135
      </item>
 
136
     </layout>
 
137
    </widget>
 
138
   </item>
 
139
  </layout>
 
140
 </widget>
 
141
 <layoutdefault spacing="6" margin="11" />
 
142
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
143
 <resources/>
 
144
 <connections/>
 
145
</ui>