source: psi/trunk/src/options/opt_chat-ui.ui

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 5.5 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>OptChatUI</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>OptChatUI</cstring>
6 </property>
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="caption">
16 <string>OptChatUI</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>0</number>
24 </property>
25 <widget class="QCheckBox">
26 <property name="name">
27 <cstring>ck_chatSays</cstring>
28 </property>
29 <property name="text">
30 <string>Contact "says" instead of IRC style</string>
31 </property>
32 </widget>
33 <widget class="QCheckBox">
34 <property name="name">
35 <cstring>ck_chatSoftReturn</cstring>
36 </property>
37 <property name="text">
38 <string>Enter key sends chat messages</string>
39 </property>
40 </widget>
41 <widget class="QCheckBox">
42 <property name="name">
43 <cstring>ck_alertOpenChats</cstring>
44 </property>
45 <property name="text">
46 <string>Alert chat messages even if chat window is open</string>
47 </property>
48 </widget>
49 <widget class="QCheckBox">
50 <property name="name">
51 <cstring>ck_raiseChatWindow</cstring>
52 </property>
53 <property name="text">
54 <string>Raise chat window on receiving new messages</string>
55 </property>
56 </widget>
57 <widget class="QCheckBox">
58 <property name="name">
59 <cstring>ck_smallChats</cstring>
60 </property>
61 <property name="text">
62 <string>Open chats in compact mode</string>
63 </property>
64 </widget>
65 <widget class="QCheckBox">
66 <property name="name">
67 <cstring>ck_tabChats</cstring>
68 </property>
69 <property name="text">
70 <string>Open chats in tabbed mode</string>
71 </property>
72 </widget>
73 <widget class="QCheckBox">
74 <property name="name">
75 <cstring>ck_autoResize</cstring>
76 </property>
77 <property name="text">
78 <string>Auto-resize text input field</string>
79 </property>
80 </widget>
81 <widget class="QGroupBox">
82 <property name="name">
83 <cstring>groupBox18</cstring>
84 </property>
85 <property name="title">
86 <string>Default Action</string>
87 </property>
88 <hbox>
89 <property name="name">
90 <cstring>unnamed</cstring>
91 </property>
92 <widget class="QRadioButton">
93 <property name="name">
94 <cstring>rb_defActMsg</cstring>
95 </property>
96 <property name="text">
97 <string>Message</string>
98 </property>
99 </widget>
100 <widget class="QRadioButton">
101 <property name="name">
102 <cstring>rb_defActChat</cstring>
103 </property>
104 <property name="text">
105 <string>Chat</string>
106 </property>
107 </widget>
108 </hbox>
109 </widget>
110 <widget class="QGroupBox">
111 <property name="name">
112 <cstring>groupBox17</cstring>
113 </property>
114 <property name="title">
115 <string>Delete chat window contents (end conversation)</string>
116 </property>
117 <vbox>
118 <property name="name">
119 <cstring>unnamed</cstring>
120 </property>
121 <widget class="QRadioButton">
122 <property name="name">
123 <cstring>rb_delChatsClose</cstring>
124 </property>
125 <property name="text">
126 <string>When chat window is closed</string>
127 </property>
128 </widget>
129 <widget class="QRadioButton">
130 <property name="name">
131 <cstring>rb_delChatsHour</cstring>
132 </property>
133 <property name="text">
134 <string>One hour after chat window was closed</string>
135 </property>
136 </widget>
137 <widget class="QRadioButton">
138 <property name="name">
139 <cstring>rb_delChatsDay</cstring>
140 </property>
141 <property name="text">
142 <string>One day after chat window was closed</string>
143 </property>
144 </widget>
145 <widget class="QRadioButton">
146 <property name="name">
147 <cstring>rb_delChatsNever</cstring>
148 </property>
149 <property name="text">
150 <string>Never</string>
151 </property>
152 </widget>
153 </vbox>
154 </widget>
155 </vbox>
156</widget>
157<layoutdefaults spacing="6" margin="11"/>
158</UI>
Note: See TracBrowser for help on using the repository browser.