Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
8c73dd92
Commit
8c73dd92
authored
Jan 13, 2021
by
Jean-Baptiste Mardelle
Browse files
Add double click info for subtitle track
parent
34ddc5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
8c73dd92
...
...
@@ -1338,8 +1338,14 @@ Rectangle {
MouseArea
{
anchors.fill
:
parent
acceptedButtons
:
Qt
.
NoButton
hoverEnabled
:
true
onWheel
:
zoomByWheel
(
wheel
)
//cursorShape: dragProxyArea.drag.active ? Qt.ClosedHandCursor : tracksArea.cursorShape
onEntered
:
{
timeline
.
showKeyBinding
(
i18n
(
"
<b>Double click</b> to add a subtitle
"
))
}
onExited
:
{
timeline
.
showKeyBinding
()
}
}
Repeater
{
id
:
subtitlesRepeater
;
model
:
subtitleDelegateModel
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment