Remove duplicate margin
[kdepim.git] / kaddressbook / src / printing / compact / compactstyle.ui
blob0bf0efd0949b6b221f1a42af871737599bf329d0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CompactStyleForm_Base</class>
4 <widget class="QWidget" name="CompactStyleForm_Base">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>620</width>
10 <height>318</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Appearance</string>
15 </property>
16 <layout class="QGridLayout">
17 <property name="leftMargin">
18 <number>0</number>
19 </property>
20 <property name="topMargin">
21 <number>0</number>
22 </property>
23 <property name="rightMargin">
24 <number>0</number>
25 </property>
26 <property name="bottomMargin">
27 <number>0</number>
28 </property>
29 <property name="spacing">
30 <number>6</number>
31 </property>
32 <item row="1" column="0">
33 <widget class="QGroupBox" name="gbFields">
34 <property name="title">
35 <string>Fields</string>
36 </property>
37 <layout class="QVBoxLayout" name="verticalLayout_2">
38 <item>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <widget class="QCheckBox" name="cbWithHomeAddress">
42 <property name="toolTip">
43 <string>Print the home address, with home phone number and mobile phone number</string>
44 </property>
45 <property name="whatsThis">
46 <string>Print the home address, with home phone number and mobile phone number</string>
47 </property>
48 <property name="text">
49 <string>with home address</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QCheckBox" name="cbWithBusinessAddress">
55 <property name="toolTip">
56 <string>print the business address, with business phone number</string>
57 </property>
58 <property name="whatsThis">
59 <string>print the business address, with business phone number</string>
60 </property>
61 <property name="text">
62 <string>with business address</string>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="QCheckBox" name="cbWithBirthday">
68 <property name="toolTip">
69 <string>Print the birthday</string>
70 </property>
71 <property name="whatsThis">
72 <string>Print the birthday</string>
73 </property>
74 <property name="text">
75 <string>with birthday</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QCheckBox" name="cbWithEMail">
81 <property name="toolTip">
82 <string>Print the e-mail and e-mail2 fields</string>
83 </property>
84 <property name="whatsThis">
85 <string>Print the e-mail and e-mail2 fields</string>
86 </property>
87 <property name="text">
88 <string>with e-mail</string>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 </layout>
95 </widget>
96 </item>
97 <item row="2" column="0">
98 <widget class="QGroupBox" name="gbColors">
99 <property name="title">
100 <string comment="KDE::DoNotExtract">GroupBox</string>
101 </property>
102 <layout class="QGridLayout" name="gridLayout_2">
103 <item row="2" column="1">
104 <widget class="KColorButton" name="cbSecond"/>
105 </item>
106 <item row="1" column="1">
107 <widget class="KColorButton" name="cbFirst"/>
108 </item>
109 <item row="1" column="0">
110 <widget class="QLabel" name="lbCbFirst">
111 <property name="toolTip">
112 <string>the first color, if alternating color is checked</string>
113 </property>
114 <property name="whatsThis">
115 <string>the first color, if alternating color is checked</string>
116 </property>
117 <property name="text">
118 <string>first color</string>
119 </property>
120 </widget>
121 </item>
122 <item row="2" column="0">
123 <widget class="QLabel" name="lbCbSecond">
124 <property name="toolTip">
125 <string>the second color, if alternating color is checked</string>
126 </property>
127 <property name="whatsThis">
128 <string>the second color, if alternating color is checked</string>
129 </property>
130 <property name="text">
131 <string>second color</string>
132 </property>
133 </widget>
134 </item>
135 <item row="0" column="0">
136 <widget class="QCheckBox" name="cbAlternating">
137 <property name="toolTip">
138 <string>Change the background color of every row</string>
139 </property>
140 <property name="whatsThis">
141 <string>Change the background color of every row</string>
142 </property>
143 <property name="text">
144 <string>Alternating the background color</string>
145 </property>
146 </widget>
147 </item>
148 <item row="3" column="0">
149 <spacer name="verticalSpacer">
150 <property name="orientation">
151 <enum>Qt::Vertical</enum>
152 </property>
153 <property name="sizeHint" stdset="0">
154 <size>
155 <width>20</width>
156 <height>40</height>
157 </size>
158 </property>
159 </spacer>
160 </item>
161 </layout>
162 </widget>
163 </item>
164 </layout>
165 </widget>
166 <customwidgets>
167 <customwidget>
168 <class>KColorButton</class>
169 <extends>QPushButton</extends>
170 <header>kcolorbutton.h</header>
171 </customwidget>
172 </customwidgets>
173 <resources/>
174 <connections/>
175 </ui>