summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/stylesheet.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/stylesheet.qdoc')
-rw-r--r--examples/widgets/doc/src/stylesheet.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/widgets/doc/src/stylesheet.qdoc b/examples/widgets/doc/src/stylesheet.qdoc
index 26c5663022..b51f1bed41 100644
--- a/examples/widgets/doc/src/stylesheet.qdoc
+++ b/examples/widgets/doc/src/stylesheet.qdoc
@@ -58,23 +58,23 @@
\c stylesheeteditor.ui.
\quotefromfile widgets/stylesheet/stylesheeteditor.cpp
- \skipto on_styleCombo_activated
- \printline on_styleCombo_activated
+ \skipto setStyleName
+ \printline setStyleName
Sets the specified \a styleName and grays the \c applyButton.
- \skipto on_styleSheetCombo_activated
- \printline on_styleSheetCombo_activated
+ \skipto setStyleSheetName
+ \printline setStyleSheetName
Loads the stylesheet from \c styleSheetName.
- \skipto on_styleTextEdit_textChanged()
- \printline on_styleTextEdit_textChanged()
+ \skipto setModified()
+ \printline setModified()
Enables the \c applyButton when the text in the buffer has changed.
- \skipto on_applyButton_clicked()
- \printline on_applyButton_clicked()
+ \skipto apply()
+ \printline apply()
Sets the stylesheet properties in \l qApp and disables the \c applyButton.