6 #include <qboxlayout.h>
14 QPixmap pix(QString::fromStdString(
":icons/" + name));
20 ProfileMenuWidget::setupUi()
31 QVBoxLayout* mainLayout =
new QVBoxLayout();
32 QHBoxLayout* topLayout =
new QHBoxLayout();
33 QHBoxLayout* bottomLayout =
new QHBoxLayout();
35 mainLayout->addLayout(topLayout);
37 mainLayout->addLayout(bottomLayout);
47 this->setLayout(mainLayout);
66 auto params =
memory->getLatestParametersForSkill(shownSkill);