Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtDeclarative
Commits
d774fc5f
Commit
d774fc5f
authored
13 years ago
by
Martin Jones
Browse files
Options
Download
Patches
Plain Diff
Link item focus to canvas widget focus.
Change-Id: I7da1db30819c80b48f4c285a43274b668c686826
parent
af5facf9
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
src/declarative/items/qsgcanvas.cpp
+88
-65
src/declarative/items/qsgcanvas.cpp
src/declarative/items/qsgcanvas.h
+3
-0
src/declarative/items/qsgcanvas.h
tests/auto/declarative/qsgfocusscope/data/canvasFocus.qml
+22
-0
tests/auto/declarative/qsgfocusscope/data/canvasFocus.qml
tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp
+149
-0
tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp
tests/auto/declarative/qsgitem/tst_qsgitem.cpp
+25
-0
tests/auto/declarative/qsgitem/tst_qsgitem.cpp
tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp
+10
-0
tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
+12
-0
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
with
309 additions
and
65 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets