1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
<!DOCTYPE UI><UI>
<class>ExportHTMLWizard</class>
<widget>
<class>QWizard</class>
<property stdset="1">
<name>name</name>
<cstring>ExportHTMLWizard</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
<width>596</width>
<height>480</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Export to HTML</string>
</property>
<property>
<name>layoutMargin</name>
</property>
<property>
<name>layoutSpacing</name>
</property>
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>addresses</cstring>
</property>
<attribute>
<name>title</name>
<string>Exporting of addresses</string>
</attribute>
<vbox>
<property stdset="1">
<name>margin</name>
<number>3</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>3</number>
</property>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>cbExportAddresses</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Export addresses along with entries</string>
</property>
</widget>
<widget>
<class>QButtonGroup</class>
<property stdset="1">
<name>name</name>
<cstring>bgButtons</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>How should I export your addresses?</string>
</property>
<property stdset="1">
<name>enabled</name>
<bool>false</bool>
</property>
<property>
<name>layoutMargin</name>
</property>
<property>
<name>layoutSpacing</name>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>3</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>3</number>
</property>
<widget>
<class>QRadioButton</class>
<property stdset="1">
<name>name</name>
<cstring>rbOneLine</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Address and person in one line</string>
</property>
</widget>
<widget>
<class>QRadioButton</class>
<property stdset="1">
<name>name</name>
<cstring>rbAllAddresses</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>All addresses</string>
</property>
</widget>
<widget>
<class>QRadioButton</class>
<property stdset="1">
<name>name</name>
<cstring>rbLimit</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Up to ... addresses</string>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>style</cstring>
</property>
<attribute>
<name>title</name>
<string>Select style of HTML </string>
</attribute>
<vbox>
<property stdset="1">
<name>margin</name>
<number>3</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>3</number>
</property>
<widget>
<class>QButtonGroup</class>
<property stdset="1">
<name>name</name>
<cstring>bgStyle</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Style of the resulting file</string>
</property>
<property>
<name>layoutMargin</name>
</property>
<property>
<name>layoutSpacing</name>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>3</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>3</number>
</property>
<widget>
<class>QRadioButton</class>
<property stdset="1">
<name>name</name>
<cstring>rbPlain</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Plain HTML text without tables or lines</string>
</property>
<property stdset="1">
<name>checked</name>
<bool>true</bool>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>dummy</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Expect more here...</string>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
</widget>
<connections>
<connection>
<sender>cbExportAddresses</sender>
<signal>toggled(bool)</signal>
<receiver>bgButtons</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
</UI>
|