]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settings.ui
Initial commit.
[PrivacyBrowserPC.git] / src / settings.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Settings</class>
4  <widget class="QWidget" name="Settings">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>374</width>
10     <height>200</height>
11    </rect>
12   </property>
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>
18      </property>
19     </widget>
20    </item>
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>
25      </property>
26      <property name="whatsThis">
27       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
28 p, li { white-space: pre-wrap; }
29 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
30 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Change the &lt;span style=&quot; font-weight:600;&quot;&gt;background&lt;/span&gt; color by clicking here and choose the new &lt;span style=&quot; color:#ff0000;&quot;&gt;color&lt;/span&gt; in the &lt;span style=&quot; font-style:italic;&quot;&gt;color dialog&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
31      </property>
32      <property name="text">
33       <string/>
34      </property>
35     </widget>
36    </item>
37    <item row="1" column="0">
38     <widget class="QLabel" name="foregroundLabel">
39      <property name="text">
40       <string>Foreground color:</string>
41      </property>
42     </widget>
43    </item>
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>
48      </property>
49      <property name="whatsThis">
50       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
51 p, li { white-space: pre-wrap; }
52 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
53 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Change the &lt;span style=&quot; font-weight:600;&quot;&gt;foreground&lt;/span&gt; color by clicking here and choose the new &lt;span style=&quot; color:#ff0000;&quot;&gt;color&lt;/span&gt; in the &lt;span style=&quot; font-style:italic;&quot;&gt;color dialog&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
54      </property>
55      <property name="text">
56       <string/>
57      </property>
58     </widget>
59    </item>
60    <item row="2" column="0">
61     <widget class="QLabel" name="projectLabel">
62      <property name="text">
63       <string>Project age:</string>
64      </property>
65     </widget>
66    </item>
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>
71      </property>
72      <property name="whatsThis">
73       <string>Change the project age (in days) by choosing a new number of days.</string>
74      </property>
75      <property name="minimum">
76       <number>1</number>
77      </property>
78      <property name="value">
79       <number>2</number>
80      </property>
81     </widget>
82    </item>
83   </layout>
84  </widget>
85  <customwidgets>
86   <customwidget>
87    <class>KColorButton</class>
88    <extends>QPushButton</extends>
89    <header>kcolorbutton.h</header>
90   </customwidget>
91  </customwidgets>
92  <resources/>
93  <connections/>
94 </ui>