Skip to content

Commit c34a129

Browse files
committed
GUI: Update About-dialog copyright year to 2011.
1 parent d74ae3b commit c34a129

File tree

1 file changed

+165
-165
lines changed

1 file changed

+165
-165
lines changed

gui/about.ui

+165-165
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,165 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<ui version="4.0">
3-
<class>About</class>
4-
<widget class="QDialog" name="About">
5-
<property name="geometry">
6-
<rect>
7-
<x>0</x>
8-
<y>0</y>
9-
<width>478</width>
10-
<height>300</height>
11-
</rect>
12-
</property>
13-
<property name="windowTitle">
14-
<string>About Cppcheck</string>
15-
</property>
16-
<layout class="QVBoxLayout" name="verticalLayout_3">
17-
<item>
18-
<layout class="QHBoxLayout" name="horizontalLayout">
19-
<item>
20-
<layout class="QVBoxLayout" name="verticalLayout_2">
21-
<item>
22-
<widget class="QLabel" name="mIcon">
23-
<property name="text">
24-
<string/>
25-
</property>
26-
<property name="pixmap">
27-
<pixmap resource="gui.qrc">:/icon.png</pixmap>
28-
</property>
29-
</widget>
30-
</item>
31-
<item>
32-
<spacer name="verticalSpacer">
33-
<property name="orientation">
34-
<enum>Qt::Vertical</enum>
35-
</property>
36-
<property name="sizeHint" stdset="0">
37-
<size>
38-
<width>20</width>
39-
<height>40</height>
40-
</size>
41-
</property>
42-
</spacer>
43-
</item>
44-
</layout>
45-
</item>
46-
<item>
47-
<layout class="QVBoxLayout" name="verticalLayout">
48-
<item>
49-
<spacer name="horizontalSpacer">
50-
<property name="orientation">
51-
<enum>Qt::Horizontal</enum>
52-
</property>
53-
<property name="sizeHint" stdset="0">
54-
<size>
55-
<width>40</width>
56-
<height>20</height>
57-
</size>
58-
</property>
59-
</spacer>
60-
</item>
61-
<item>
62-
<widget class="QLabel" name="mVersion">
63-
<property name="text">
64-
<string>Version %1</string>
65-
</property>
66-
</widget>
67-
</item>
68-
<item>
69-
<widget class="QLabel" name="mName">
70-
<property name="text">
71-
<string>Cppcheck - A tool for static C/C++ code analysis.</string>
72-
</property>
73-
<property name="wordWrap">
74-
<bool>true</bool>
75-
</property>
76-
</widget>
77-
</item>
78-
<item>
79-
<widget class="QLabel" name="mCopyright">
80-
<property name="text">
81-
<string>Copyright © 2007-2010 Daniel Marjamäki and cppcheck team.</string>
82-
</property>
83-
<property name="wordWrap">
84-
<bool>true</bool>
85-
</property>
86-
</widget>
87-
</item>
88-
<item>
89-
<widget class="QLabel" name="mLicense">
90-
<property name="text">
91-
<string>This program is licensed under the terms
92-
of the GNU General Public License version 3</string>
93-
</property>
94-
<property name="wordWrap">
95-
<bool>true</bool>
96-
</property>
97-
</widget>
98-
</item>
99-
<item>
100-
<widget class="QLabel" name="mHomepage">
101-
<property name="text">
102-
<string>Visit Cppcheck homepage at %1</string>
103-
</property>
104-
<property name="wordWrap">
105-
<bool>true</bool>
106-
</property>
107-
<property name="openExternalLinks">
108-
<bool>true</bool>
109-
</property>
110-
</widget>
111-
</item>
112-
</layout>
113-
</item>
114-
</layout>
115-
</item>
116-
<item>
117-
<widget class="QDialogButtonBox" name="mButtons">
118-
<property name="orientation">
119-
<enum>Qt::Horizontal</enum>
120-
</property>
121-
<property name="standardButtons">
122-
<set>QDialogButtonBox::Ok</set>
123-
</property>
124-
</widget>
125-
</item>
126-
</layout>
127-
</widget>
128-
<resources>
129-
<include location="gui.qrc"/>
130-
</resources>
131-
<connections>
132-
<connection>
133-
<sender>mButtons</sender>
134-
<signal>accepted()</signal>
135-
<receiver>About</receiver>
136-
<slot>accept()</slot>
137-
<hints>
138-
<hint type="sourcelabel">
139-
<x>248</x>
140-
<y>254</y>
141-
</hint>
142-
<hint type="destinationlabel">
143-
<x>157</x>
144-
<y>274</y>
145-
</hint>
146-
</hints>
147-
</connection>
148-
<connection>
149-
<sender>mButtons</sender>
150-
<signal>rejected()</signal>
151-
<receiver>About</receiver>
152-
<slot>reject()</slot>
153-
<hints>
154-
<hint type="sourcelabel">
155-
<x>316</x>
156-
<y>260</y>
157-
</hint>
158-
<hint type="destinationlabel">
159-
<x>286</x>
160-
<y>274</y>
161-
</hint>
162-
</hints>
163-
</connection>
164-
</connections>
165-
</ui>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>About</class>
4+
<widget class="QDialog" name="About">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>478</width>
10+
<height>300</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>About Cppcheck</string>
15+
</property>
16+
<layout class="QVBoxLayout" name="verticalLayout_3">
17+
<item>
18+
<layout class="QHBoxLayout" name="horizontalLayout">
19+
<item>
20+
<layout class="QVBoxLayout" name="verticalLayout_2">
21+
<item>
22+
<widget class="QLabel" name="mIcon">
23+
<property name="text">
24+
<string/>
25+
</property>
26+
<property name="pixmap">
27+
<pixmap resource="gui.qrc">:/icon.png</pixmap>
28+
</property>
29+
</widget>
30+
</item>
31+
<item>
32+
<spacer name="verticalSpacer">
33+
<property name="orientation">
34+
<enum>Qt::Vertical</enum>
35+
</property>
36+
<property name="sizeHint" stdset="0">
37+
<size>
38+
<width>20</width>
39+
<height>40</height>
40+
</size>
41+
</property>
42+
</spacer>
43+
</item>
44+
</layout>
45+
</item>
46+
<item>
47+
<layout class="QVBoxLayout" name="verticalLayout">
48+
<item>
49+
<spacer name="horizontalSpacer">
50+
<property name="orientation">
51+
<enum>Qt::Horizontal</enum>
52+
</property>
53+
<property name="sizeHint" stdset="0">
54+
<size>
55+
<width>40</width>
56+
<height>20</height>
57+
</size>
58+
</property>
59+
</spacer>
60+
</item>
61+
<item>
62+
<widget class="QLabel" name="mVersion">
63+
<property name="text">
64+
<string>Version %1</string>
65+
</property>
66+
</widget>
67+
</item>
68+
<item>
69+
<widget class="QLabel" name="mName">
70+
<property name="text">
71+
<string>Cppcheck - A tool for static C/C++ code analysis.</string>
72+
</property>
73+
<property name="wordWrap">
74+
<bool>true</bool>
75+
</property>
76+
</widget>
77+
</item>
78+
<item>
79+
<widget class="QLabel" name="mCopyright">
80+
<property name="text">
81+
<string>Copyright © 2007-2011 Daniel Marjamäki and cppcheck team.</string>
82+
</property>
83+
<property name="wordWrap">
84+
<bool>true</bool>
85+
</property>
86+
</widget>
87+
</item>
88+
<item>
89+
<widget class="QLabel" name="mLicense">
90+
<property name="text">
91+
<string>This program is licensed under the terms
92+
of the GNU General Public License version 3</string>
93+
</property>
94+
<property name="wordWrap">
95+
<bool>true</bool>
96+
</property>
97+
</widget>
98+
</item>
99+
<item>
100+
<widget class="QLabel" name="mHomepage">
101+
<property name="text">
102+
<string>Visit Cppcheck homepage at %1</string>
103+
</property>
104+
<property name="wordWrap">
105+
<bool>true</bool>
106+
</property>
107+
<property name="openExternalLinks">
108+
<bool>true</bool>
109+
</property>
110+
</widget>
111+
</item>
112+
</layout>
113+
</item>
114+
</layout>
115+
</item>
116+
<item>
117+
<widget class="QDialogButtonBox" name="mButtons">
118+
<property name="orientation">
119+
<enum>Qt::Horizontal</enum>
120+
</property>
121+
<property name="standardButtons">
122+
<set>QDialogButtonBox::Ok</set>
123+
</property>
124+
</widget>
125+
</item>
126+
</layout>
127+
</widget>
128+
<resources>
129+
<include location="gui.qrc"/>
130+
</resources>
131+
<connections>
132+
<connection>
133+
<sender>mButtons</sender>
134+
<signal>accepted()</signal>
135+
<receiver>About</receiver>
136+
<slot>accept()</slot>
137+
<hints>
138+
<hint type="sourcelabel">
139+
<x>248</x>
140+
<y>254</y>
141+
</hint>
142+
<hint type="destinationlabel">
143+
<x>157</x>
144+
<y>274</y>
145+
</hint>
146+
</hints>
147+
</connection>
148+
<connection>
149+
<sender>mButtons</sender>
150+
<signal>rejected()</signal>
151+
<receiver>About</receiver>
152+
<slot>reject()</slot>
153+
<hints>
154+
<hint type="sourcelabel">
155+
<x>316</x>
156+
<y>260</y>
157+
</hint>
158+
<hint type="destinationlabel">
159+
<x>286</x>
160+
<y>274</y>
161+
</hint>
162+
</hints>
163+
</connection>
164+
</connections>
165+
</ui>

0 commit comments

Comments
 (0)