Skip to content

Commit

Permalink
Base new design of Project item
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Dec 4, 2023
1 parent 5aa531a commit 4389f21
Show file tree
Hide file tree
Showing 8 changed files with 499 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/icons/ProjectButtonMore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/icons/Stop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/icons/icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
<file>Done.svg</file>
<file>Edit.svg</file>
<file>More.svg</file>
<file>ProjectButtonMore.svg</file>
<file>Stop.svg</file>
</qresource>
</RCC>
4 changes: 4 additions & 0 deletions app/mmstyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class MMStyle: public QObject
Q_PROPERTY( QUrl doneIcon READ doneIcon CONSTANT )
Q_PROPERTY( QUrl editIcon READ editIcon CONSTANT )
Q_PROPERTY( QUrl moreIcon READ moreIcon CONSTANT )
Q_PROPERTY( QUrl projectButtonMoreIcon READ projectButtonMoreIcon CONSTANT )
Q_PROPERTY( QUrl stopIcon READ stopIcon CONSTANT )

// Images
Q_PROPERTY( QUrl uploadImage READ uploadImage CONSTANT )
Expand Down Expand Up @@ -173,6 +175,8 @@ class MMStyle: public QObject
QUrl doneIcon() {return QUrl( "qrc:/Done.svg" );}
QUrl editIcon() {return QUrl( "qrc:/Edit.svg" );}
QUrl moreIcon() {return QUrl( "qrc:/More.svg" );}
QUrl projectButtonMoreIcon() {return QUrl( "qrc:/ProjectButtonMore.svg" );}
QUrl stopIcon() {return QUrl( "qrc:/Stop.svg" );}

QUrl uploadImage() {return QUrl( "qrc:/UploadImage.svg" );}
QUrl reachedDataLimitImage() {return QUrl( "qrc:/ReachedDataLimitImage.svg" );}
Expand Down
Loading

1 comment on commit 4389f21

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.12.492411 just submitted!

Please sign in to comment.