refs #883, display of news/about

* use QTextBrowser, external links will be opened in browser
* display about in credits tabs
* added shortcuts for tabs

Remark: Gives us a first (not perfect) version of news/about in launcher
This commit is contained in:
Klaus Basan
2017-02-15 23:43:16 +01:00
committed by Mathew Sutcliffe
parent 8df2fa462f
commit c5b4b01a90
3 changed files with 40 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ protected:
void mouseMoveEvent(QMouseEvent *event) override;
private slots:
//! Display latest news
void ps_displayLatestNews(QNetworkReply *reply);
private:
@@ -110,9 +111,13 @@ private:
//! Log display
void initLogDisplay();
//! latest news
//! Latest news
//! \sa CSwiftLauncher::ps_displayLatestNews
void loadLatestNews();
//! Load credits and legal info
void loadAbout();
//! Start the core
void startSwiftCore();