source: psi/trunk/src/options/opt_advanced-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.2 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>OptAdvancedUI</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>OptAdvancedUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>320</width>
12 <height>348</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>OptAdvancedUI</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_messageevents</cstring>
28 </property>
29 <property name="text">
30 <string>Enable 'Contact is typing ...' events</string>
31 </property>
32 </widget>
33 <widget class="QCheckBox">
34 <property name="name">
35 <cstring>ck_singleclick</cstring>
36 </property>
37 <property name="text">
38 <string>Single-click triggers default action</string>
39 </property>
40 </widget>
41 <widget class="QCheckBox">
42 <property name="name">
43 <cstring>ck_autocopy</cstring>
44 </property>
45 <property name="text">
46 <string>Automatically copy selected text to clipboad</string>
47 </property>
48 </widget>
49 <widget class="QCheckBox">
50 <property name="name">
51 <cstring>ck_grabUrls</cstring>
52 </property>
53 <property name="text">
54 <string>Grab URLs from clipboard</string>
55 </property>
56 </widget>
57 <widget class="QCheckBox">
58 <property name="name">
59 <cstring>ck_jidComplete</cstring>
60 </property>
61 <property name="text">
62 <string>Jabber ID completion</string>
63 </property>
64 </widget>
65 <widget class="QCheckBox">
66 <property name="name">
67 <cstring>ck_showSubjects</cstring>
68 </property>
69 <property name="text">
70 <string>Show subject line in events</string>
71 </property>
72 </widget>
73 <widget class="QCheckBox">
74 <property name="name">
75 <cstring>ck_showCounter</cstring>
76 </property>
77 <property name="text">
78 <string>Show character counter</string>
79 </property>
80 </widget>
81 <widget class="QCheckBox">
82 <property name="name">
83 <cstring>ck_autoVCardOnLogin</cstring>
84 </property>
85 <property name="text">
86 <string>Automatically get vCard when becoming online</string>
87 </property>
88 </widget>
89 <widget class="QCheckBox">
90 <property name="name">
91 <cstring>ck_autoVersion</cstring>
92 </property>
93 <property name="text">
94 <string>Check client version when a contact comes online</string>
95 </property>
96 </widget>
97 <widget class="QCheckBox">
98 <property name="name">
99 <cstring>ck_rosterAnim</cstring>
100 </property>
101 <property name="text">
102 <string>Animate the roster when a contact comes online</string>
103 </property>
104 </widget>
105 <widget class="QCheckBox">
106 <property name="name">
107 <cstring>ck_scrollTo</cstring>
108 </property>
109 <property name="text">
110 <string>Scroll roster to contact on event</string>
111 </property>
112 </widget>
113 <widget class="QCheckBox">
114 <property name="name">
115 <cstring>ck_ignoreHeadline</cstring>
116 </property>
117 <property name="text">
118 <string>Ignore "Headline" events (e.g. MSN alerts)</string>
119 </property>
120 </widget>
121 <widget class="QLabel">
122 <property name="name">
123 <cstring>TextLabel2</cstring>
124 </property>
125 <property name="text">
126 <string>Treat incoming messages and chats as:</string>
127 </property>
128 </widget>
129 <widget class="QComboBox">
130 <item>
131 <property name="text">
132 <string>Determined by sender</string>
133 </property>
134 </item>
135 <item>
136 <property name="text">
137 <string>Messages</string>
138 </property>
139 </item>
140 <item>
141 <property name="text">
142 <string>Chats</string>
143 </property>
144 </item>
145 <item>
146 <property name="text">
147 <string>Messages (Chats if Chatting)</string>
148 </property>
149 </item>
150 <property name="name">
151 <cstring>cb_incomingAs</cstring>
152 </property>
153 </widget>
154 </vbox>
155</widget>
156<layoutdefaults spacing="6" margin="11"/>
157</UI>
Note: See TracBrowser for help on using the repository browser.