diff --git a/retroshare-gui/src/gui/HomePage.ui b/retroshare-gui/src/gui/HomePage.ui index ec503ff3d..0f68bc69d 100644 --- a/retroshare-gui/src/gui/HomePage.ui +++ b/retroshare-gui/src/gui/HomePage.ui @@ -13,132 +13,8 @@ Form - - - - - - 12 - - - - Open Source cross-platform, -private and secure decentralized communication platform. - - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 78 - 388 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 94 - 408 - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 40 - - - - - - - - - 11 - - - - - - - Did you receive a Retroshare id from a friend? - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - - - - QFrame::NoFrame - - - QFrame::Plain - - - - - - Open Web Help - - - - :/icons/settings/webinterface.svg:/icons/settings/webinterface.svg - - - - 24 - 24 - - - - Qt::ToolButtonTextBesideIcon - - - - - - - + + @@ -157,7 +33,180 @@ private and secure decentralized communication platform. - + + + + + 12 + + + + Open Source cross-platform, +private and secure decentralized communication platform. + + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 78 + 408 + + + + + + + + + 9 + + + 0 + + + 9 + + + 12 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + <html><head/><body><p>Copy your RetroShare ID to clipboard</p></body></html> + + + ... + + + + :/icons/png/copy.png:/icons/png/copy.png + + + + + + + + 0 + 0 + + + + + Courier New + 10 + 75 + true + + + + Qt::DefaultContextMenu + + + + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + false + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + + 0 + 0 + + + + Qt::NoFocus + + + <html><head/><body><p>Share your RetroShare ID</p></body></html> + + + + :/icons/svg/share.svg:/icons/svg/share.svg + + + + 24 + 24 + + + + QToolButton::InstantPopup + + + true + + + + + + + ... + + + + :/icons/help_64.png:/icons/help_64.png + + + true + + + true + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + @@ -169,6 +218,9 @@ private and secure decentralized communication platform. + + 12 + @@ -217,44 +269,29 @@ private and secure decentralized communication platform. - - - - - 11 - + + + + + 0 + 0 + - - Do you need help with Retroshare? + + - - Qt::AlignCenter + + QFrame::NoFrame - - - - - - - 0 - - - 0 - - - 0 - - - 6 - - - 6 - + + QFrame::Plain + + - 0 + 9 - - + + Qt::Horizontal @@ -266,23 +303,14 @@ private and secure decentralized communication platform. - - - - - 0 - 0 - - - - Qt::NoFocus - - - <html><head/><body><p>Share your RetroShare ID</p></body></html> + + + + Open Web Help - :/icons/svg/share.svg:/icons/svg/share.svg + :/icons/settings/webinterface.svg:/icons/settings/webinterface.svg @@ -290,112 +318,113 @@ private and secure decentralized communication platform. 24 - - QToolButton::InstantPopup - - - true + + Qt::ToolButtonTextBesideIcon - - - - - 0 - 0 - + + + + Qt::Horizontal + + + 40 + 20 + + + + + + 11 - This is your Retroshare ID. Copy and share with your friends! + Do you need help with Retroshare? - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - - - - - ... - - - - :/icons/png/copy.png:/icons/png/copy.png - - - - - - - - 0 - 0 - - - - - Courier New - 10 - 75 - true - - - - Qt::DefaultContextMenu - - - - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - false - - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse - - - - - - - Qt::Horizontal - - - - 67 - 68 - - - - - - - - ... - - - - :/icons/help_64.png:/icons/help_64.png - - - true - - - true + Qt::AlignCenter + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 40 + + + + + + + + + 11 + + + + + + + Did you receive a Retroshare ID from a friend? + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 11 + + + + This is your Retroshare ID. Copy and share with your friends! + + + Qt::AlignBottom|Qt::AlignHCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 94 + 408 + + + + diff --git a/retroshare-gui/src/qss/qdarkstyle-v2.qss b/retroshare-gui/src/qss/qdarkstyle-v2.qss index a3ec2cbbe..3b249d82d 100644 --- a/retroshare-gui/src/qss/qdarkstyle-v2.qss +++ b/retroshare-gui/src/qss/qdarkstyle-v2.qss @@ -2305,3 +2305,21 @@ BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel { font: 14px; font: bold; } + +HomePage QToolButton#addButton { + font: bold; + font-size: 15pt; + color: white; + background: #0099cc; + border-radius: 4px; + max-height: 27px; + min-width: 4em; + padding: 2px; +} + +HomePage QToolButton#addButton:hover { + background: #03b1f3; + border-radius: 4px; + min-width: 4em; + padding: 2px; +} diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index 76412701d..e5972ea2e 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -1539,3 +1539,21 @@ BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel { font: 14px; font: bold; } + +HomePage QToolButton#addButton { + font: bold; + font-size: 15pt; + color: white; + background: #0099cc; + border-radius: 4px; + max-height: 27px; + min-width: 4em; + padding: 2px; +} + +HomePage QToolButton#addButton:hover { + background: #03b1f3; + border-radius: 4px; + min-width: 4em; + padding: 2px; +}