mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Added new Gui Design changes from Pheonom, Added new ListWidget for Page selection, via settings can switch to use List or Toolbar AddFrameListeInsteadOfToolBar_v0.6_7357.patch
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
31962ea0c5
commit
bcff888eb7
27 changed files with 1174 additions and 493 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <QTimer>
|
||||
|
||||
#define IMG_HELP ":/images/help24.png"
|
||||
|
||||
class GetStartedDialog : public MainPage
|
||||
{
|
||||
|
@ -39,6 +40,10 @@ public:
|
|||
/** Default Destructor */
|
||||
~GetStartedDialog();
|
||||
|
||||
virtual QIcon iconPixmap() const { return QIcon(IMG_HELP) ; } //MainPage
|
||||
virtual QString pageName() const { return tr("Getting Started") ; } //MainPage
|
||||
virtual QString helpText() const { return ""; } //MainPage
|
||||
|
||||
// Single Point for (English) Text of the Invitation.
|
||||
// This is used by other classes.
|
||||
static QString GetInviteText();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue