Commit d314f546 authored by Tomasz Olszak's avatar Tomasz Olszak Committed by The Qt Project
Browse files

Fixed a few typos in TabViewStyle.qml.


Change-Id: Ie47788f95d2ebfb0143bbccc77aa37efe155958d
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent 41a3aa4b
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -131,8 +131,8 @@ Style {
\li readonly property int index - This is the current tab index.
\li readonly property bool selected - This is the active tab.
\li readonly property string title - Tab title text.
\li readonly property bool nextSelected = The next tab is selected.
\li readonly property bool previsousSelected - The previous tab is selected.
\li readonly property bool nextSelected - The next tab is selected.
\li readonly property bool previousSelected - The previous tab is selected.
\li readonly property bool hovered - The tab is currently under the mouse.
\li readonly property bool activeFocus - The tab button has keyboard focus.
\endtable
......
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