mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Update Authors list and expand text in Support Tab
Added in3otd to the Current Authors list. Some more links and explanations in the Support Tab (IRC, Resources page, etc.)
This commit is contained in:
parent
eb7e9cd176
commit
21c8482f04
@ -58,7 +58,8 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
tr("Frans Schreuder - GUI programmer, release"),
|
||||
tr("Clemens Novak - GUI programmer"),
|
||||
tr("Vadim Kuznetsov - filter synthesis (qucs-activefilter), SPICE integration (NGSPICE, Xyce)"),
|
||||
tr("You-Tang Lee (YodaLee) - GUI programmer, Qt4 porter")
|
||||
tr("You-Tang Lee (YodaLee) - GUI programmer, Qt4 porter"),
|
||||
tr("Claudio Girardi - testing, general fixes")
|
||||
}};
|
||||
|
||||
prevDevs = {{
|
||||
@ -157,8 +158,13 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
// link to home page, help mailing list, IRC ?
|
||||
supportText = tr("Home Page") + " : <a href='http://qucs.sourceforge.net/'>http://qucs.sourceforge.net/</a><br/>"+
|
||||
tr("Documentation start page") + " : <a href='http://qucs.sourceforge.net/docs.html'>http://qucs.sourceforge.net/docs.html</a><br/>" +
|
||||
tr("Components reference manual") + " : <a href='http://qucs.sourceforge.net/doc/0.0.19/html/index.html'>http://qucs.sourceforge.net/doc/0.0.19/html/index.html</a><br/>" +
|
||||
tr("Help mailing list") + " : <a href='https://sourceforge.net/p/qucs/mailman/qucs-help/'>" + tr("qucs-help on SourceForge") + "</a>";
|
||||
tr("Components reference manual") + " : <a href='http://qucs.github.io/qucs-manual/'>http://qucs.github.io/qucs-manual/</a><br/><br/>" +
|
||||
tr("If you need help on using Qucs, please join the") + "<br/>" +
|
||||
tr("help mailing list") + " : <a href='https://sourceforge.net/p/qucs/mailman/qucs-help/'>" + tr("qucs-help on SourceForge") + "</a><br/>" +
|
||||
"<small>(" + tr("please attach the schematic you are having problems with") + ")</small><br/><br/>" +
|
||||
// use http://webchat.freenode.net/?channels=qucs ?
|
||||
tr("IRC general discussion channel") + " : <a href='irc://irc.freenode.net/qucs'>#qucs on freenode.net</a><br/><br/>" +
|
||||
tr("Additional resources") + " : <a href='https://github.com/Qucs/qucs#resources'>https://github.com/Qucs/qucs#resources</a>";
|
||||
|
||||
QTextBrowser *supportBrowser = new QTextBrowser;
|
||||
supportBrowser->setOpenExternalLinks(true);
|
||||
|
@ -42,7 +42,7 @@ private:
|
||||
void setAuthorsText(void);
|
||||
void setTrText(void);
|
||||
|
||||
std::array<QString, 8> currAuths; // current Qucs authors
|
||||
std::array<QString, 9> currAuths; // current Qucs authors
|
||||
std::array<QString, 10> prevDevs; // previous Qucs developers
|
||||
std::array<QString, 18> trAuths; // Qucs translators
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user