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

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

Psi: UI: Fixed: Margins of the Misc tab on the Appearance page were different that on other pages.

File size: 6.0 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>OptAppearanceMiscUI</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>OptAppearanceMiscUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>354</width>
12 <height>189</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>OptAppearanceMiscUI</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="QGroupBox">
26 <property name="name">
27 <cstring>groupBox4</cstring>
28 </property>
29 <property name="title">
30 <string>Headings</string>
31 </property>
32 <vbox>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <widget class="QCheckBox">
37 <property name="name">
38 <cstring>ck_outlineHeadings</cstring>
39 </property>
40 <property name="text">
41 <string>Outline headings</string>
42 </property>
43 </widget>
44 <widget class="QCheckBox">
45 <property name="name">
46 <cstring>ck_newHeadings</cstring>
47 </property>
48 <property name="text">
49 <string>Slim group headings</string>
50 </property>
51 </widget>
52 </vbox>
53 </widget>
54 <widget class="QGroupBox">
55 <property name="name">
56 <cstring>gb_opacity</cstring>
57 </property>
58 <property name="title">
59 <string>Opacity</string>
60 </property>
61 <grid>
62 <property name="name">
63 <cstring>unnamed</cstring>
64 </property>
65 <widget class="QLabel" row="2" column="2">
66 <property name="name">
67 <cstring>lb_chatdlgop_val</cstring>
68 </property>
69 <property name="minimumSize">
70 <size>
71 <width>30</width>
72 <height>0</height>
73 </size>
74 </property>
75 <property name="text">
76 <string>100</string>
77 </property>
78 <property name="alignment">
79 <set>AlignCenter</set>
80 </property>
81 </widget>
82 <widget class="QSlider" row="2" column="1">
83 <property name="name">
84 <cstring>sl_chatdlgop</cstring>
85 </property>
86 <property name="minValue">
87 <number>10</number>
88 </property>
89 <property name="maxValue">
90 <number>100</number>
91 </property>
92 <property name="orientation">
93 <enum>Horizontal</enum>
94 </property>
95 </widget>
96 <widget class="QLabel" row="1" column="0" rowspan="2" colspan="1">
97 <property name="name">
98 <cstring>lb_chatdlgop</cstring>
99 </property>
100 <property name="text">
101 <string>Chat Dialog Opacity:</string>
102 </property>
103 </widget>
104 <widget class="QLabel" row="0" column="2">
105 <property name="name">
106 <cstring>lb_rosterop_val</cstring>
107 </property>
108 <property name="minimumSize">
109 <size>
110 <width>30</width>
111 <height>0</height>
112 </size>
113 </property>
114 <property name="text">
115 <string>100</string>
116 </property>
117 <property name="alignment">
118 <set>AlignCenter</set>
119 </property>
120 </widget>
121 <widget class="QSlider" row="0" column="1" rowspan="2" colspan="1">
122 <property name="name">
123 <cstring>sl_rosterop</cstring>
124 </property>
125 <property name="minValue">
126 <number>10</number>
127 </property>
128 <property name="maxValue">
129 <number>100</number>
130 </property>
131 <property name="orientation">
132 <enum>Horizontal</enum>
133 </property>
134 </widget>
135 <widget class="QLabel" row="0" column="0">
136 <property name="name">
137 <cstring>lb_rosterop</cstring>
138 </property>
139 <property name="text">
140 <string>Roster Opacity:</string>
141 </property>
142 </widget>
143 </grid>
144 </widget>
145 </vbox>
146</widget>
147<connections>
148 <connection>
149 <sender>sl_rosterop</sender>
150 <signal>valueChanged(int)</signal>
151 <receiver>lb_rosterop_val</receiver>
152 <slot>setNum(int)</slot>
153 </connection>
154 <connection>
155 <sender>sl_chatdlgop</sender>
156 <signal>valueChanged(int)</signal>
157 <receiver>lb_chatdlgop_val</receiver>
158 <slot>setNum(int)</slot>
159 </connection>
160</connections>
161<tabstops>
162 <tabstop>ck_outlineHeadings</tabstop>
163 <tabstop>ck_newHeadings</tabstop>
164 <tabstop>sl_rosterop</tabstop>
165 <tabstop>sl_chatdlgop</tabstop>
166</tabstops>
167<layoutdefaults spacing="6" margin="11"/>
168</UI>
Note: See TracBrowser for help on using the repository browser.