Skip to content

Commit

Permalink
Add flip horizontally + vertically tool buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcurtis committed Oct 21, 2018
1 parent c63772b commit 03bedde
Show file tree
Hide file tree
Showing 16 changed files with 421 additions and 9 deletions.
8 changes: 8 additions & 0 deletions app/app.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import qbs
QtGuiApplication {
name: "app"
targetName: "Slate"
consoleApplication: false

Depends { name: "Qt.core" }
Depends { name: "Qt.quick" }
Expand Down Expand Up @@ -42,6 +43,13 @@ QtGuiApplication {
"qml/qml.qrc",
]

Group {
condition: !qbs.targetOS.contains("macos")
qbs.install: true
qbs.installSourceBase: product.buildDirectory
fileTagsFilter: product.type
}

// This is necessary to install the app bundle (OS X)
Group {
fileTagsFilter: ["bundle.content"]
Expand Down
Binary file added app/images/flip-horizontally.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/flip-vertically.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
349 changes: 349 additions & 0 deletions app/images/flip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<file>[email protected]</file>
<file>[email protected]</file>
<file>[email protected]</file>
<file>flip-horizontally.png</file>
<file>[email protected]</file>
<file>[email protected]</file>
<file>[email protected]</file>
<file>flip-vertically.png</file>
<file>[email protected]</file>
<file>[email protected]</file>
<file>[email protected]</file>
<file>image-project.png</file>
<file>[email protected]</file>
<file>layered-image-project.png</file>
Expand Down
Loading

0 comments on commit 03bedde

Please sign in to comment.