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
2c7b01f0
Commit
2c7b01f0
authored
Mar 17, 2022
by
Jean-Baptiste Mardelle
Browse files
Rename "Text edit" widget to more descriptive "Speech editor"
parent
8258a85a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
2c7b01f0
...
@@ -282,7 +282,7 @@ void MainWindow::init(const QString &mltPath)
...
@@ -282,7 +282,7 @@ void MainWindow::init(const QString &mltPath)
QDockWidget
*
libraryDock
=
addDock
(
i18n
(
"Library"
),
QStringLiteral
(
"library"
),
pCore
->
library
());
QDockWidget
*
libraryDock
=
addDock
(
i18n
(
"Library"
),
QStringLiteral
(
"library"
),
pCore
->
library
());
QDockWidget
*
subtitlesDock
=
addDock
(
i18n
(
"Subtitles"
),
QStringLiteral
(
"Subtitles"
),
pCore
->
subtitleWidget
());
QDockWidget
*
subtitlesDock
=
addDock
(
i18n
(
"Subtitles"
),
QStringLiteral
(
"Subtitles"
),
pCore
->
subtitleWidget
());
QDockWidget
*
textEditingDock
=
addDock
(
i18n
(
"
Text
Edit"
),
QStringLiteral
(
"textedit"
),
pCore
->
textEditWidget
());
QDockWidget
*
textEditingDock
=
addDock
(
i18n
(
"
Speech
Edit
or
"
),
QStringLiteral
(
"textedit"
),
pCore
->
textEditWidget
());
QDockWidget
*
timeRemapDock
=
addDock
(
i18n
(
"Time Remapping"
),
QStringLiteral
(
"timeremap"
),
pCore
->
timeRemapWidget
());
QDockWidget
*
timeRemapDock
=
addDock
(
i18n
(
"Time Remapping"
),
QStringLiteral
(
"timeremap"
),
pCore
->
timeRemapWidget
());
connect
(
pCore
.
get
(),
&
Core
::
remapClip
,
this
,
[
&
,
timeRemapDock
]
(
int
id
)
{
connect
(
pCore
.
get
(),
&
Core
::
remapClip
,
this
,
[
&
,
timeRemapDock
]
(
int
id
)
{
if
(
id
>
-
1
)
{
if
(
id
>
-
1
)
{
...
...
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