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
PIM
Itinerary
Commits
337e190d
Commit
337e190d
authored
May 09, 2021
by
Volker Krause
Browse files
Use Kirigami's passive notifications for import feedback as well
parent
68dac975
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.qml
View file @
337e190d
...
...
@@ -132,19 +132,9 @@ Kirigami.ApplicationWindow {
anchors.fill
:
parent
}
footer
:
Kirigami.InlineMessage
{
id
:
infoMessage
Layout.fillWidth
:
true
visible
:
false
showCloseButton
:
true
Connections
{
target
:
ReservationManager
function
onInfoMessage
(
msg
)
{
infoMessage
.
text
=
msg
;
infoMessage
.
visible
=
true
;
}
}
Connections
{
target
:
ReservationManager
function
onInfoMessage
(
msg
)
{
showPassiveNotification
(
msg
,
"
short
"
);
}
}
Connections
{
...
...
Write
Preview
Markdown
is supported
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