-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gallery: basic model/view for notifications #2765
Conversation
can we setup base branch master? dev-2.3 is deprecated and should be removed. @tomasMizera |
Item { | ||
id: control | ||
|
||
z: 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
z
Rectangle { | ||
anchors.bottom: parent.bottom | ||
width: control.width | ||
height: 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From style
can we rebase and change target branch to master? |
|
||
picture: Style.uploadImage | ||
title: "Failed to synchronize your changes" | ||
description: "Your changes could not be sent to server, make sure you are connected to internet and have write access to this project." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these needs to be tr()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think no, Gallery app is only for our purpose. Not need to translate. We just want to see how it will look like.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right
No description provided.