summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/stylesheet/stylesheeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/stylesheet/stylesheeteditor.h')
-rw-r--r--examples/widgets/widgets/stylesheet/stylesheeteditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/widgets/widgets/stylesheet/stylesheeteditor.h b/examples/widgets/widgets/stylesheet/stylesheeteditor.h
index f51af7877c..4105d61d5d 100644
--- a/examples/widgets/widgets/stylesheet/stylesheeteditor.h
+++ b/examples/widgets/widgets/stylesheet/stylesheeteditor.h
@@ -63,10 +63,10 @@ public:
StyleSheetEditor(QWidget *parent = nullptr);
private slots:
- void on_styleCombo_activated(const QString &styleName);
- void on_styleSheetCombo_activated(const QString &styleSheetName);
- void on_styleTextEdit_textChanged();
- void on_applyButton_clicked();
+ void setStyleName(const QString &styleName);
+ void setStyleSheetName(const QString &styleSheetName);
+ void setModified();
+ void apply();
private:
void loadStyleSheet(const QString &sheetName);