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);
67 auto params =
memory->getLatestParametersForSkill(shownSkill);
std::shared_ptr< SkillManagerWrapper > memory
QIcon getIcon(const std::string name)