Added mailing list address as contact and Laurent as main author.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1662 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-04-17 05:37:01 +00:00
parent ba29308b31
commit f16df99266

View File

@@ -84,12 +84,13 @@ QWidget *AboutQET::title() const {
*/ */
QWidget *AboutQET::aboutTab() const { QWidget *AboutQET::aboutTab() const {
QLabel *about = new QLabel( QLabel *about = new QLabel(
tr("QElectroTech, une application de r\351alisation de sch\351mas \351lectriques.") + tr("QElectroTech, une application de r\351alisation de sch\351mas \351lectriques.", "about tab, description line") +
"<br><br>" + "<br><br>" +
tr("\251 2006-2012 Les d\351veloppeurs de QElectroTech") + tr("\251 2006-2012 Les d\351veloppeurs de QElectroTech", "about tab, developers line") +
"<br><br>" "<br><br>"
"<a href=\"http://qelectrotech.org/\">" "<a href=\"http://qelectrotech.org/\">http://qelectrotech.org/</a>"
"http://qelectrotech.org/</a>" "<br><br>" +
tr("Contact\240: <a href=\"mailto:qet@lists.tuxfamily.org\">qet@lists.tuxfamily.org", "about tab, contact line")
); );
about -> setAlignment(Qt::AlignCenter); about -> setAlignment(Qt::AlignCenter);
about -> setOpenExternalLinks(true); about -> setOpenExternalLinks(true);
@@ -104,6 +105,7 @@ QWidget *AboutQET::authorsTab() const {
QLabel *authors = new QLabel(); QLabel *authors = new QLabel();
addAuthor(authors, "Beno\356t Ansieau", "benoit@qelectrotech.org", tr("Id\351e originale")); addAuthor(authors, "Beno\356t Ansieau", "benoit@qelectrotech.org", tr("Id\351e originale"));
addAuthor(authors, "Xavier Guerrin", "xavier@qelectrotech.org", tr("D\351veloppement")); addAuthor(authors, "Xavier Guerrin", "xavier@qelectrotech.org", tr("D\351veloppement"));
addAuthor(authors, "Laurent Trinques", "scorpio@qelectrotech.org", tr("Collection d'\351l\351ments"));
authors -> setAlignment(Qt::AlignCenter); authors -> setAlignment(Qt::AlignCenter);
authors -> setOpenExternalLinks(true); authors -> setOpenExternalLinks(true);
authors -> setTextFormat(Qt::RichText); authors -> setTextFormat(Qt::RichText);