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:
parent
2b58d45b73
commit
9b52d3174d
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue
Block a user