Commit 12bbc34e authored by Caroline Chao's avatar Caroline Chao Committed by The Qt Project
Browse files

BasicButton: Make textColor property internal


Change-Id: I1b328bfaa656b1482b9dac73f2ce07a0100fb374
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent bf40f359
Branches
Tags
No related merge requests found
Showing with 2 additions and 5 deletions
...@@ -91,14 +91,11 @@ Control { ...@@ -91,14 +91,11 @@ Control {
The default value is \c false. */ The default value is \c false. */
property bool activeFocusOnPress: false property bool activeFocusOnPress: false
/*! This property holds the button text color.
The default value is SystemPalette::text. */
property color textColor: syspal.text
/*! This property holds the button tooltip. */ /*! This property holds the button tooltip. */
property string tooltip property string tooltip
/*! \internal */
property color __textColor: syspal.text
/*! \internal */ /*! \internal */
property string __position: "only" property string __position: "only"
/*! \internal */ /*! \internal */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment