mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
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:
committed by
Mathew Sutcliffe
parent
8df2fa462f
commit
c5b4b01a90
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user