42 class SkillDashboardConfig;
57 void onShortcutNameChanged();
58 void openNerdFontSearch();
74 Ui::SkillDashboardConfig* ui;
81 explicit MessageWidget(
bool withShowAll, QWidget* parent =
nullptr);
85 std::stack<QString> messages;
86 QHBoxLayout* hboxLayout;
88 QPushButton* closeButton;
89 QPushButton* showAllButton;
90 std::vector<MessageWidget*> allMessageWidgets;
91 bool closeAllButton =
false;
93 void closeButtonClicked();
94 void showAllButtonClicked();
95 void closeAllButtonClicked();
~SkillDashboardConfigWindow()
void shortcutNameHasChanged()
void setSkillId(const std::string &id)
void setInfoText(const std::string &info)
void setIconName(const std::string &iconName)
void setShortcutName(const std::string &name)
SkillDashboardConfigWindow(QWidget *parent=nullptr)
QString getShortcutName()
void setSkillConfig(const std::string &config)
This file offers overloads of toIce() and fromIce() functions for STL container types.