2 <author>Toni Gundogdu</author>
3 <class>AboutDialog</class>
4 <widget class="QDialog" name="AboutDialog" >
5 <property name="windowModality" >
6 <enum>Qt::ApplicationModal</enum>
8 <property name="geometry" >
16 <property name="windowTitle" >
17 <string>About</string>
19 <property name="sizeGripEnabled" >
22 <layout class="QGridLayout" name="gridLayout_3" >
23 <item row="0" column="0" >
24 <layout class="QHBoxLayout" name="horizontalLayout" >
26 <widget class="QGroupBox" name="groupBox_4" >
27 <property name="title" >
30 <layout class="QGridLayout" name="gridLayout_2" >
31 <item row="1" column="1" >
32 <widget class="QLabel" name="qtVersionLabel" >
33 <property name="text" >
38 <item row="0" column="1" >
39 <widget class="QLabel" name="abbyVersionLabel" >
40 <property name="text" >
45 <item row="0" column="0" >
46 <widget class="QLabel" name="label_3" >
47 <property name="text" >
48 <string>Version:</string>
52 <item row="1" column="0" >
53 <widget class="QLabel" name="label_7" >
54 <property name="text" >
63 <widget class="QGroupBox" name="groupBox" >
64 <property name="title" >
65 <string>cclive</string>
67 <layout class="QGridLayout" name="gridLayout" >
68 <item row="0" column="0" >
69 <widget class="QLabel" name="label_2" >
70 <property name="text" >
71 <string>Version:</string>
75 <item row="0" column="1" >
76 <widget class="QLabel" name="ccliveVersionLabel" >
77 <property name="text" >
82 <item row="1" column="0" >
83 <widget class="QLabel" name="label" >
84 <property name="text" >
85 <string>libcurl:</string>
89 <item row="1" column="1" >
90 <widget class="QLabel" name="curlVersionLabel" >
91 <property name="text" >
101 <item row="1" column="0" >
102 <widget class="QGroupBox" name="groupBox_3" >
103 <property name="minimumSize" >
109 <property name="title" >
110 <string>License</string>
112 <layout class="QGridLayout" name="gridLayout_4" >
113 <item row="0" column="0" >
114 <widget class="QTextEdit" name="LicenseEdit" >
115 <property name="readOnly" >
118 <property name="html" >
119 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
120 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
121 p, li { white-space: pre-wrap; }
122 </style></head><body style=" font-family:'Monospace'; font-size:9pt; font-weight:400; font-style:normal;">
123 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009 Toni Gundogdu &lt;legatvs@gmail.com&gt;.</p>
124 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
125 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
126 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
127 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
128 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
129 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</p></body></html></string>
136 <item row="2" column="0" >
137 <widget class="QDialogButtonBox" name="buttonBox" >
138 <property name="orientation" >
139 <enum>Qt::Horizontal</enum>
141 <property name="standardButtons" >
142 <set>QDialogButtonBox::Ok</set>
152 <sender>buttonBox</sender>
153 <signal>accepted()</signal>
154 <receiver>AboutDialog</receiver>
155 <slot>accept()</slot>
157 <hint type="sourcelabel" >
161 <hint type="destinationlabel" >
168 <sender>buttonBox</sender>
169 <signal>rejected()</signal>
170 <receiver>AboutDialog</receiver>
171 <slot>reject()</slot>
173 <hint type="sourcelabel" >
177 <hint type="destinationlabel" >