mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Improvements to the GettingStarted Tab.
* Re-written the text. * Enabled buttons for "Invite Friends" and "Add Friend". Linked to Email Invite, and Connect Friend Wizard. * Switched out FAQ for links to website, and email support buttons. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
91e10f1590
commit
a1e112934d
3 changed files with 590 additions and 141 deletions
|
@ -26,6 +26,8 @@
|
|||
#include "ui_GetStartedDialog.h"
|
||||
#include "mainpage.h"
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
class GetStartedDialog : public MainPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -50,15 +52,30 @@ private slots:
|
|||
void tickConnectChanged();
|
||||
void tickFirewallChanged();
|
||||
|
||||
void addFriends();
|
||||
void inviteFriends();
|
||||
|
||||
void emailFeedback();
|
||||
void emailSupport();
|
||||
void emailSubscribe();
|
||||
void emailUnsubscribe();
|
||||
|
||||
void OpenFAQ();
|
||||
void OpenForums();
|
||||
void OpenWebsite();
|
||||
|
||||
private:
|
||||
|
||||
void updateFromUserLevel();
|
||||
|
||||
|
||||
bool mFirstShow;
|
||||
|
||||
private:
|
||||
|
||||
QTimer *mTimer;
|
||||
QTimer *mInviteTimer;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::GetStartedDialog ui;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue