diff options
author | Mitch Curtis <mitch.curtis@qt.io> | 2017-02-28 11:24:01 +0100 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2017-03-01 12:13:07 +0000 |
commit | f0d2237177bb97c40c7daace6f2a17bf27f65249 (patch) | |
tree | cad3b73a8c358eace9b6d6f18d9e56fee6bc35ed /src/controls/Private/BasicButton.qml | |
parent | 704045bc0326e4950f87504f3f67cbfabcd0b5e5 (diff) | |
download | qtquickcontrols-f0d2237177bb97c40c7daace6f2a17bf27f65249.tar.gz |
Note that iconName requires QApplication
Task-number: QTBUG-37083
Change-Id: I3091776f4b4643136e67c9521efddb5462657d06
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r-- | src/controls/Private/BasicButton.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml index 437ab407..a9ca4c48 100644 --- a/src/controls/Private/BasicButton.qml +++ b/src/controls/Private/BasicButton.qml @@ -122,6 +122,8 @@ Control { /*! The image label source as theme name. When an icon from the platform icon theme is found, this takes precedence over iconSource. + + \include icons.qdocinc iconName */ property string iconName: action ? action.iconName : "" |