mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
Moved some internal stylesheets to the file Standard.qss.
Set the built-in stylesheet "Standard" as default for new profiles. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5484 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f9d911fdfb
commit
a82e2960e1
8 changed files with 15 additions and 32 deletions
|
@ -64,8 +64,6 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
/* add stylesheet to title */
|
||||
QList<int> ids = pageIds();
|
||||
for (QList<int>::iterator it = ids.begin(); it != ids.end(); ++it) {
|
||||
|
@ -301,7 +299,8 @@ void ConnectFriendWizard::initializePage(int id)
|
|||
case Page_FriendRequest:
|
||||
{
|
||||
std::cerr << "Friend request page id : " << peerDetails.id << "; gpg_id : " << peerDetails.gpg_id << std::endl;
|
||||
|
||||
|
||||
ui->fr_avatar->setFrameType(AvatarWidget::NORMAL_FRAME);
|
||||
setPixmap(QWizard::LogoPixmap, QPixmap(":/images/user/user_request48.png"));
|
||||
|
||||
//set the radio button to sign the GPG key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue