13 QPixmap pix(QString::fromStdString(
":icons/" + name));
19 ProfileMenuWidget::setupUi()
27 QVBoxLayout* mainLayout =
new QVBoxLayout();
28 QHBoxLayout* topLayout =
new QHBoxLayout();
30 mainLayout->addLayout(topLayout);
36 topLayout->addWidget(
new QLabel());
39 this->setLayout(mainLayout);