Skip to content

Commit

Permalink
v 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toCase committed May 4, 2024
1 parent f143b0f commit 2a29400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def getProjectDirPath(self, id:int):
project_url = QUrl.fromLocalFile(self.project_dir.path() + f"/p{id}.jpeg")
return project_url

# --удалить файла просмотра
def deleleProjectPreview(self, id:int):
file = QFile(self.project_dir.path() + f"/p{id}.jpeg")
file.remove()
Expand Down
5 changes: 0 additions & 5 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Window {
visible: true
title: qsTr("Blending Images")

// property color clr_ORANGE: "#FF9800"
// property color clr_DARK: "#32012F"
// property color clr_GREEN: "#746f67"
// property color clr_LIGHT: "#E2DFD0"

property color clr_ORANGE: "#A5C9CA"
property color clr_DARK: "#2C3333"
property color clr_GREEN: "#395B64"
Expand Down

0 comments on commit 2a29400

Please sign in to comment.