335 </size> |
335 </size> |
336 </property> |
336 </property> |
337 </spacer> |
337 </spacer> |
338 </item> |
338 </item> |
339 </layout> |
339 </layout> |
|
340 </item> |
|
341 <item> |
|
342 <widget class="QGroupBox" name="printColorModeBox"> |
|
343 <property name="title"> |
|
344 <string>Editor Print Color Mode</string> |
|
345 </property> |
|
346 <layout class="QGridLayout" name="gridLayout_2"> |
|
347 <item row="0" column="0"> |
|
348 <widget class="QRadioButton" name="normalModeButton"> |
|
349 <property name="toolTip"> |
|
350 <string>Print using the current screen colors (except line numbers).</string> |
|
351 </property> |
|
352 <property name="text"> |
|
353 <string>Normal</string> |
|
354 </property> |
|
355 </widget> |
|
356 </item> |
|
357 <item row="0" column="1"> |
|
358 <widget class="QRadioButton" name="invertLightModeButton"> |
|
359 <property name="toolTip"> |
|
360 <string>Invert the light value of all colors and print on a light background.</string> |
|
361 </property> |
|
362 <property name="text"> |
|
363 <string>Invert Light</string> |
|
364 </property> |
|
365 </widget> |
|
366 </item> |
|
367 <item row="0" column="2"> |
|
368 <widget class="QRadioButton" name="blackOnWhiteModeButton"> |
|
369 <property name="toolTip"> |
|
370 <string>Print all text as black on a white background.</string> |
|
371 </property> |
|
372 <property name="text"> |
|
373 <string>Black on White</string> |
|
374 </property> |
|
375 </widget> |
|
376 </item> |
|
377 <item row="1" column="0"> |
|
378 <widget class="QRadioButton" name="colorOnWhiteModeButton"> |
|
379 <property name="toolTip"> |
|
380 <string>Print everything in its own color on a white background.</string> |
|
381 </property> |
|
382 <property name="text"> |
|
383 <string>Color on White</string> |
|
384 </property> |
|
385 </widget> |
|
386 </item> |
|
387 <item row="1" column="1"> |
|
388 <widget class="QRadioButton" name="colorOnWhiteDefaultModeButton"> |
|
389 <property name="toolTip"> |
|
390 <string>Print everything in its own color on a white background (incl. line numbers).</string> |
|
391 </property> |
|
392 <property name="text"> |
|
393 <string>Color on White Default</string> |
|
394 </property> |
|
395 </widget> |
|
396 </item> |
|
397 <item row="1" column="2"> |
|
398 <widget class="QRadioButton" name="screenColorsModeButton"> |
|
399 <property name="toolTip"> |
|
400 <string>Print using the current screen colours for both foreground and background.</string> |
|
401 </property> |
|
402 <property name="text"> |
|
403 <string>Screen Colors</string> |
|
404 </property> |
|
405 </widget> |
|
406 </item> |
|
407 </layout> |
|
408 </widget> |
340 </item> |
409 </item> |
341 <item> |
410 <item> |
342 <spacer> |
411 <spacer> |
343 <property name="orientation"> |
412 <property name="orientation"> |
344 <enum>Qt::Vertical</enum> |
413 <enum>Qt::Vertical</enum> |