added contributors to the about dialog

git-svn-id: http://svn.osgeo.org/qgis/trunk@234 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2003-07-05 04:59:39 +00:00
parent 43ec90fb89
commit c609e53945

View File

@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsAbout</class>
<widget class="QDialog">
<property name="name">
@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>384</width>
<height>224</height>
<width>389</width>
<height>260</height>
</rect>
</property>
<property name="caption">
@ -67,7 +67,7 @@
<string>Ok</string>
</property>
<property name="accel">
<number>0</number>
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
@ -90,12 +90,6 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>lblVersion</cstring>
@ -265,6 +259,40 @@
</spacer>
</grid>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Contributors</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTextBrowser" row="0" column="0">
<property name="name">
<cstring>textBrowser1</cstring>
</property>
<property name="text">
<string>&lt;h2&gt;QGIS Contributors&lt;/h2&gt;
&lt;b&gt;&lt;font color="#550000"&gt;&lt;font size="+1"&gt;Code&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
Gary E. Sherman&lt;br&gt;
Steve Halasz&lt;br&gt;
Marco Hugentobler&lt;br&gt;
Carl Anderson&lt;br&gt;
Masaru Hoshi&lt;br&gt;
Radim Blazek&lt;br&gt;
&lt;p&gt;
&lt;b&gt;&lt;font color="#550000"&gt;&lt;font size="+1"&gt;Planning/Design&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;br&gt;
Denis Antipov&lt;br&gt;
Mark Coletti
&lt;p&gt;
Apologies to anyone not included. Please let the project admin at qgis.sourceforge.net know if you have contributed but are not included in the acknowledgments.</string>
</property>
</widget>
</grid>
</widget>
</widget>
</grid>
</widget>