1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

set clickable to true

This commit is contained in:
krepa098 2014-09-27 19:13:46 +02:00
parent 2b58d45b73
commit 9b52d3174d

View File

@ -114,6 +114,7 @@ Widget::Widget(QWidget *parent)
profilePicture = new MaskablePixmapWidget(this, QSize(40,40), ":/img/avatar_mask.png");
profilePicture->setPixmap(QPixmap(":/img/contact_dark.png"));
profilePicture->setClickable(true);
ui->horizontalLayout_3->insertWidget(0,profilePicture);
ui->mainContent->setLayout(new QVBoxLayout());