<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>About</class> <widget class="QDialog" name="About"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>478</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>About Cppcheck</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="mIcon"> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="gui.qrc">:/icon.png</pixmap> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="mVersion"> <property name="text"> <string>Version %1</string> </property> </widget> </item> <item> <widget class="QLabel" name="mName"> <property name="text"> <string>Cppcheck - A tool for static C/C++ code analysis.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="mCopyright"> <property name="text"> <string>Copyright (C) 2007-2010 Daniel Marjamäki and cppcheck team.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="mLicense"> <property name="text"> <string>This program is licensed under the terms of the GNU General Public License version 3</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="mHomepage"> <property name="text"> <string>Visit Cppcheck homepage at %1</string> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="mButtons"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources> <include location="gui.qrc"/> </resources> <connections> <connection> <sender>mButtons</sender> <signal>accepted()</signal> <receiver>About</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>mButtons</sender> <signal>rejected()</signal> <receiver>About</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>