annotate mainwindow.ui @ 20:46867aa4d63d

Add logo.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Mar 2017 20:27:56 +0300
parents 466417b7a1e4
children c23241a3e160
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <ui version="4.0">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 <class>SyntilistaMainWindow</class>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <widget class="QMainWindow" name="SyntilistaMainWindow">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 <property name="geometry">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 <rect>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 <x>0</x>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 <y>0</y>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 <width>835</width>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 <height>646</height>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 </rect>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 <pointsize>12</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 <property name="windowTitle">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 <string>Syntilista</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 <widget class="QWidget" name="centralwidget">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 <layout class="QHBoxLayout" name="horizontalLayout_2">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 <widget class="QGroupBox" name="henkilotGB">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 <property name="title">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 <string>Henkilöt</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 <layout class="QVBoxLayout" name="verticalLayout_2">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 <layout class="QHBoxLayout" name="horizontalLayout_3">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 <widget class="QLabel" name="label">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 <string>Etsi / suodata</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 <widget class="QLineEdit" name="edit_PersonFilter"/>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 <widget class="QPushButton" name="button_ClearFilter">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 <string>Tyhjennä suodatin</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 <widget class="QTableView" name="tableview_People">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 <property name="selectionMode">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 <enum>QAbstractItemView::SingleSelection</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 <property name="selectionBehavior">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 <enum>QAbstractItemView::SelectRows</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 <layout class="QHBoxLayout" name="horizontalLayout">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 <item>
6
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
63 <widget class="QPushButton" name="button_DeletePerson">
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
64 <property name="text">
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
65 <string>Poista henkilö</string>
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
66 </property>
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
67 </widget>
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
68 </item>
0315a3b9f560 Implement person and transaction history deletion.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
69 <item>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 <spacer name="horizontalSpacer">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 <property name="orientation">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 <enum>Qt::Horizontal</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 <property name="sizeHint" stdset="0">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 <size>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 <width>40</width>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 <height>20</height>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 </size>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 </spacer>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 <widget class="QPushButton" name="button_AddPerson">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 <string>Lisää uusi henkilö</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 <widget class="QPushButton" name="button_EditPerson">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 <property name="text">
7
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
92 <string>Muokkaa henkilöä</string>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 <layout class="QVBoxLayout" name="verticalLayout">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 <property name="sizeConstraint">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 <enum>QLayout::SetMinimumSize</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 <widget class="QGroupBox" name="personGB">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 <property name="enabled">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 <bool>true</bool>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 <property name="title">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 <string>Henkilön syntilista</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 <property name="alignment">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 <property name="flat">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 <bool>false</bool>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 <layout class="QVBoxLayout" name="verticalLayout_3">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 <property name="sizeConstraint">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 <enum>QLayout::SetMinimumSize</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 <widget class="QLabel" name="label_PersonName">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 <pointsize>16</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 <string>Henkilön nimi</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 <widget class="Line" name="line">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 <property name="lineWidth">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 <number>4</number>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 <property name="orientation">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 <enum>Qt::Horizontal</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 <layout class="QHBoxLayout" name="horizontalLayout_6">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 <widget class="QLabel" name="label_CurrentBalance">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 <string>Nykyinen tase:</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 <widget class="QLabel" name="label_BalanceValue">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 <pointsize>16</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 <string>12345</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 <property name="alignment">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 <widget class="QLabel" name="label_EUR">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 <pointsize>14</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 <string>EUR</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 <property name="alignment">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 <widget class="Line" name="line_2">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 <property name="lineWidth">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 <number>4</number>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 <property name="orientation">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 <enum>Qt::Horizontal</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 <widget class="QLineEdit" name="edit_Amount">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 <pointsize>14</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 <string/>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 <property name="alignment">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 <set>Qt::AlignCenter</set>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 <layout class="QHBoxLayout" name="horizontalLayout_5">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 <widget class="QPushButton" name="button_AddDebt">
7
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
216 <property name="palette">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
217 <palette>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
218 <active>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
219 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
220 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
221 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
222 <red>170</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
223 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
224 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
225 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
226 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
227 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
228 </active>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
229 <inactive>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
230 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
231 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
232 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
233 <red>170</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
234 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
235 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
236 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
237 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
238 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
239 </inactive>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
240 <disabled>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
241 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
242 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
243 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
244 <red>170</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
245 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
246 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
247 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
248 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
249 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
250 </disabled>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
251 </palette>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
252 </property>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 <pointsize>14</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
259 <string>Lisää velkaa</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
261 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 <item>
2
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
264 <widget class="QPushButton" name="button_PayDebt">
7
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
265 <property name="palette">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
266 <palette>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
267 <active>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
268 <colorrole role="WindowText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
269 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
270 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
271 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
272 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
273 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
274 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
275 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
276 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
277 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
278 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
279 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
280 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
281 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
282 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
283 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
284 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
285 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
286 <colorrole role="Light">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
287 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
288 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
289 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
290 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
291 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
292 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
293 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
294 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
295 <colorrole role="Midlight">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
296 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
297 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
298 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
299 <green>212</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
300 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
301 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
302 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
303 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
304 <colorrole role="Dark">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
305 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
306 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
307 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
308 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
309 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
310 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
311 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
312 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
313 <colorrole role="Mid">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
314 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
315 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
316 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
317 <green>113</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
318 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
319 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
320 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
321 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
322 <colorrole role="Text">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
323 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
324 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
325 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
326 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
327 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
328 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
329 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
330 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
331 <colorrole role="BrightText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
332 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
333 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
334 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
335 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
336 <blue>255</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
337 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
338 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
339 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
340 <colorrole role="ButtonText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
341 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
342 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
343 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
344 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
345 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
346 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
347 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
348 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
349 <colorrole role="Base">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
350 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
351 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
352 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
353 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
354 <blue>255</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
355 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
356 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
357 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
358 <colorrole role="Window">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
359 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
360 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
361 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
362 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
363 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
364 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
365 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
366 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
367 <colorrole role="Shadow">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
368 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
369 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
370 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
371 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
372 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
373 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
374 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
375 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
376 <colorrole role="AlternateBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
377 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
378 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
379 <red>127</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
380 <green>212</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
381 <blue>127</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
382 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
383 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
384 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
385 <colorrole role="ToolTipBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
386 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
387 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
388 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
389 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
390 <blue>220</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
391 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
392 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
393 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
394 <colorrole role="ToolTipText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
395 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
396 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
397 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
398 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
399 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
400 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
401 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
402 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
403 </active>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
404 <inactive>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
405 <colorrole role="WindowText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
406 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
407 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
408 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
409 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
410 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
411 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
412 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
413 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
414 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
415 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
416 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
417 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
418 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
419 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
420 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
421 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
422 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
423 <colorrole role="Light">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
424 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
425 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
426 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
427 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
428 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
429 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
430 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
431 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
432 <colorrole role="Midlight">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
433 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
434 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
435 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
436 <green>212</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
437 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
438 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
439 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
440 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
441 <colorrole role="Dark">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
442 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
443 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
444 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
445 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
446 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
447 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
448 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
449 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
450 <colorrole role="Mid">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
451 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
452 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
453 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
454 <green>113</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
455 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
456 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
457 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
458 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
459 <colorrole role="Text">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
460 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
461 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
462 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
463 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
464 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
465 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
466 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
467 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
468 <colorrole role="BrightText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
469 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
470 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
471 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
472 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
473 <blue>255</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
474 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
475 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
476 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
477 <colorrole role="ButtonText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
478 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
479 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
480 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
481 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
482 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
483 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
484 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
485 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
486 <colorrole role="Base">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
487 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
488 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
489 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
490 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
491 <blue>255</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
492 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
493 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
494 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
495 <colorrole role="Window">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
496 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
497 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
498 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
499 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
500 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
501 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
502 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
503 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
504 <colorrole role="Shadow">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
505 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
506 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
507 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
508 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
509 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
510 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
511 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
512 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
513 <colorrole role="AlternateBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
514 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
515 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
516 <red>127</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
517 <green>212</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
518 <blue>127</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
519 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
520 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
521 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
522 <colorrole role="ToolTipBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
523 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
524 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
525 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
526 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
527 <blue>220</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
528 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
529 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
530 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
531 <colorrole role="ToolTipText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
532 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
533 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
534 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
535 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
536 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
537 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
538 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
539 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
540 </inactive>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
541 <disabled>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
542 <colorrole role="WindowText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
543 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
544 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
545 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
546 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
547 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
548 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
549 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
550 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
551 <colorrole role="Button">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
552 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
553 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
554 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
555 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
556 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
557 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
558 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
559 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
560 <colorrole role="Light">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
561 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
562 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
563 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
564 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
565 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
566 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
567 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
568 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
569 <colorrole role="Midlight">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
570 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
571 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
572 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
573 <green>212</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
574 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
575 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
576 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
577 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
578 <colorrole role="Dark">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
579 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
580 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
581 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
582 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
583 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
584 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
585 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
586 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
587 <colorrole role="Mid">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
588 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
589 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
590 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
591 <green>113</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
592 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
593 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
594 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
595 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
596 <colorrole role="Text">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
597 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
598 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
599 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
600 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
601 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
602 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
603 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
604 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
605 <colorrole role="BrightText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
606 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
607 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
608 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
609 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
610 <blue>255</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
611 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
612 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
613 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
614 <colorrole role="ButtonText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
615 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
616 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
617 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
618 <green>85</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
619 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
620 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
621 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
622 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
623 <colorrole role="Base">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
624 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
625 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
626 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
627 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
628 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
629 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
630 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
631 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
632 <colorrole role="Window">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
633 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
634 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
635 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
636 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
637 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
638 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
639 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
640 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
641 <colorrole role="Shadow">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
642 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
643 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
644 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
645 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
646 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
647 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
648 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
649 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
650 <colorrole role="AlternateBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
651 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
652 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
653 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
654 <green>170</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
655 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
656 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
657 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
658 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
659 <colorrole role="ToolTipBase">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
660 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
661 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
662 <red>255</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
663 <green>255</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
664 <blue>220</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
665 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
666 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
667 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
668 <colorrole role="ToolTipText">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
669 <brush brushstyle="SolidPattern">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
670 <color alpha="255">
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
671 <red>0</red>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
672 <green>0</green>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
673 <blue>0</blue>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
674 </color>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
675 </brush>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
676 </colorrole>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
677 </disabled>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
678 </palette>
b076c4dfc376 UI cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 6
diff changeset
679 </property>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
680 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
681 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
682 <pointsize>14</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
683 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
684 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
685 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
686 <string>Maksa velkaa</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
687 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
688 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
689 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
690 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
691 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
692 <item>
2
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
693 <widget class="QPushButton" name="button_PayFullDebt">
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
694 <property name="text">
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
695 <string>Maksa koko velka</string>
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
696 </property>
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
697 </widget>
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
698 </item>
edc1e8cf6e2c Implement "pay debt in full" button.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
699 <item>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
700 <widget class="QLabel" name="label_2">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
701 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
702 <string>Viimeisimmät tapahtumat:</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
703 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
704 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
705 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
706 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
707 <widget class="QTableView" name="tableview_Latest">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
708 <property name="selectionMode">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
709 <enum>QAbstractItemView::SingleSelection</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
710 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
711 <property name="selectionBehavior">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
712 <enum>QAbstractItemView::SelectRows</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
713 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
714 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
715 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
716 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
717 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
718 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
719 <item>
20
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
720 <widget class="QLabel" name="label_LogoImage">
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
721 <property name="text">
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
722 <string/>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
723 </property>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
724 <property name="pixmap">
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
725 <pixmap resource="Syntilista.qrc">:/img/logo.png</pixmap>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
726 </property>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
727 <property name="scaledContents">
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
728 <bool>false</bool>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
729 </property>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
730 <property name="alignment">
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
731 <set>Qt::AlignCenter</set>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
732 </property>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
733 </widget>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
734 </item>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
735 <item>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
736 <spacer name="verticalSpacer">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
737 <property name="orientation">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
738 <enum>Qt::Vertical</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
739 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
740 <property name="sizeHint" stdset="0">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
741 <size>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
742 <width>20</width>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
743 <height>40</height>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
744 </size>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
745 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
746 </spacer>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
747 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
748 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
749 <layout class="QHBoxLayout" name="horizontalLayout_4">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
750 <property name="sizeConstraint">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
751 <enum>QLayout::SetMinimumSize</enum>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
752 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
753 <item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
754 <widget class="QPushButton" name="button_Quit">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
755 <property name="font">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
756 <font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
757 <pointsize>14</pointsize>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
758 </font>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
759 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
760 <property name="text">
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
761 <string>Poistu ohjelmasta</string>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
762 </property>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
763 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
764 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
765 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
766 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
767 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
768 </item>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
769 </layout>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
770 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
771 <widget class="QStatusBar" name="statusbar"/>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
772 </widget>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
773 <tabstops>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
774 <tabstop>edit_PersonFilter</tabstop>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
775 <tabstop>button_ClearFilter</tabstop>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
776 <tabstop>button_AddPerson</tabstop>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
777 <tabstop>button_Quit</tabstop>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
778 </tabstops>
20
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
779 <resources>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
780 <include location="Syntilista.qrc"/>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
781 </resources>
0
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
782 <connections/>
fec4d0c461f2 Initial import of the post-prototyping phase code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
783 </ui>