aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/widgets/mrichtextedit_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/widgets/mrichtextedit_p.h')
-rw-r--r--src/corelib/widgets/mrichtextedit_p.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/corelib/widgets/mrichtextedit_p.h b/src/corelib/widgets/mrichtextedit_p.h
index 2df73ba7..15c32dc5 100644
--- a/src/corelib/widgets/mrichtextedit_p.h
+++ b/src/corelib/widgets/mrichtextedit_p.h
@@ -62,6 +62,18 @@ public:
* the current cursor position
*/
void _q_updateStyle();
+
+ /*!
+ * \brief shows the text styling options
+ */
+ void showTextStylingOptions();
+
+ /*!
+ * \brief gets the current text style values to be shown in the text styling ui
+ */
+ void textStyleValues(QString *fontfamily);
+
+ void _q_setFontFamily(const QString &fontFamily);
};
#endif