Skip to content
GitLab
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
463060ab
Commit
463060ab
authored
Apr 16, 2020
by
Jean-Baptiste Mardelle
Browse files
Update splash image
parent
961059e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/pics/splash-background.png
View replaced file @
961059e8
View file @
463060ab
210 KB
|
W:
|
H:
396 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/main.cpp
View file @
463060ab
...
...
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
qApp
->
processEvents
(
QEventLoop
::
AllEvents
);
QSplashScreen
splash
(
pixmap
);
qApp
->
processEvents
(
QEventLoop
::
AllEvents
);
splash
.
showMessage
(
i18n
(
"Version %1"
,
QString
(
KDENLIVE_VERSION
)),
Qt
::
Align
Lef
t
|
Qt
::
AlignBottom
,
Qt
::
white
);
splash
.
showMessage
(
i18n
(
"Version %1"
,
QString
(
KDENLIVE_VERSION
)),
Qt
::
Align
Righ
t
|
Qt
::
AlignBottom
,
Qt
::
white
);
splash
.
show
();
qApp
->
processEvents
(
QEventLoop
::
AllEvents
);
...
...
Write
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!
Cancel
Please
register
or
sign in
to comment