1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>Settings</class>
4 <widget class="QWidget" name="Settings">
5 <property name="geometry">
13 <layout class="QFormLayout">
14 <item row="0" column="0">
15 <widget class="QLabel" name="backgroundLabel">
16 <property name="text">
17 <string>Background color:</string>
21 <item row="0" column="1">
22 <widget class="KColorButton" name="kcfg_colorBackground">
23 <property name="toolTip">
24 <string>Choose a new background color</string>
26 <property name="whatsThis">
27 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
28 p, li { white-space: pre-wrap; }
29 </style></head><body style=" font-family:'DejaVu Serif'; font-size:9pt; font-weight:400; font-style:normal;">
30 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change the <span style=" font-weight:600;">background</span> color by clicking here and choose the new <span style=" color:#ff0000;">color</span> in the <span style=" font-style:italic;">color dialog</span>.</p></body></html></string>
32 <property name="text">
37 <item row="1" column="0">
38 <widget class="QLabel" name="foregroundLabel">
39 <property name="text">
40 <string>Foreground color:</string>
44 <item row="1" column="1">
45 <widget class="KColorButton" name="kcfg_colorForeground">
46 <property name="toolTip">
47 <string>Choose a new foreground color</string>
49 <property name="whatsThis">
50 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
51 p, li { white-space: pre-wrap; }
52 </style></head><body style=" font-family:'DejaVu Serif'; font-size:9pt; font-weight:400; font-style:normal;">
53 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change the <span style=" font-weight:600;">foreground</span> color by clicking here and choose the new <span style=" color:#ff0000;">color</span> in the <span style=" font-style:italic;">color dialog</span>.</p></body></html></string>
55 <property name="text">
60 <item row="2" column="0">
61 <widget class="QLabel" name="projectLabel">
62 <property name="text">
63 <string>Project age:</string>
67 <item row="2" column="1">
68 <widget class="QSpinBox" name="kcfg_ageInDays">
69 <property name="toolTip">
70 <string>Set the project age (in days)</string>
72 <property name="whatsThis">
73 <string>Change the project age (in days) by choosing a new number of days.</string>
75 <property name="minimum">
78 <property name="value">
87 <class>KColorButton</class>
88 <extends>QPushButton</extends>
89 <header>kcolorbutton.h</header>