|
Lines 272-278
Link Here
|
| 272 |
QString color( "#000000" ); //reasonable default |
272 |
QString color( "#000000" ); //reasonable default |
| 273 |
|
273 |
|
| 274 |
//TODO fix this! |
274 |
//TODO fix this! |
| 275 |
//setColorAttributes( borderElement, brc.ico, prefix, false ); |
275 |
//setColorAttributes( borderElement, brc.cv, prefix, false ); |
| 276 |
|
276 |
|
| 277 |
//borderElement.setAttribute( prefix.isNull() ? "width" : prefix+"Width", |
277 |
//borderElement.setAttribute( prefix.isNull() ? "width" : prefix+"Width", |
| 278 |
// (double)brc.dptLineWidth / 8.0 ); |
278 |
// (double)brc.dptLineWidth / 8.0 ); |
|
Lines 321-327
Link Here
|
| 321 |
// We ignore brc.dptSpace (spacing), brc.fShadow (shadow), and brc.fFrame (?) |
321 |
// We ignore brc.dptSpace (spacing), brc.fShadow (shadow), and brc.fFrame (?) |
| 322 |
|
322 |
|
| 323 |
//set up color |
323 |
//set up color |
| 324 |
color = Conversion::color( brc.ico, -1 ); |
324 |
color = Conversion::color( brc.cv, -1 ); |
| 325 |
|
325 |
|
| 326 |
QString value( width ); |
326 |
QString value( width ); |
| 327 |
value.append( " " ); |
327 |
value.append( " " ); |