mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
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:
parent
43ec90fb89
commit
c609e53945
@ -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><h2>QGIS Contributors</h2>
|
||||
<b><font color="#550000"><font size="+1">Code</font></font></b><br>
|
||||
Gary E. Sherman<br>
|
||||
Steve Halasz<br>
|
||||
Marco Hugentobler<br>
|
||||
Carl Anderson<br>
|
||||
Masaru Hoshi<br>
|
||||
Radim Blazek<br>
|
||||
<p>
|
||||
<b><font color="#550000"><font size="+1">Planning/Design</font></font></b><br>
|
||||
Denis Antipov<br>
|
||||
Mark Coletti
|
||||
<p>
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user