Skip to content

Commit

Permalink
Merge pull request #3 from yousefvand/dev
Browse files Browse the repository at this point in the history
pics
  • Loading branch information
yousefvand authored Jan 8, 2025
2 parents 309f1f9 + 215e8b5 commit 74b78e5
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release Static Binaries
name: Build and Release Forex Calculator

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [main]

permissions:
contents: write # Required for creating releases and uploading artifacts
contents: write

jobs:
build:
Expand All @@ -28,9 +28,9 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

# ---------------------------
# Ubuntu Section (Static Qt)
# ---------------------------
# --------------
# Ubuntu Section
# --------------
- name: Install Dependencies (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
path: artifacts/Forex-Calculator_ubuntu.tar.gz


# ---------------------------
# macOS Section (Static Qt)
# ---------------------------
# -------------
# macOS Section
# -------------
- name: Install Dependencies (macOS)
if: matrix.os == 'macos-latest'
run: brew install ninja qt
Expand Down Expand Up @@ -109,9 +109,9 @@ jobs:
path: artifacts/Forex-Calculator_macos.zip


# ---------------------------
# Windows Section (Static Qt)
# ---------------------------
# ---------------
# Windows Section
# ---------------
- name: Install Dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down Expand Up @@ -156,9 +156,9 @@ jobs:
path: artifacts/Forex-Calculator_windows.zip


# ---------------------------
# -------------------------
# Release Job (After Build)
# ---------------------------
# -------------------------
release:
runs-on: ubuntu-latest
needs: build
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,16 @@ Forex calculator Contains:
12) Swap Calculator
13) Volatility Calculator

![gui](assets/gui.png)
![gui](assets/gui1.png)
![gui](assets/gui2.png)
![gui](assets/gui3.png)
![gui](assets/gui4.png)
![gui](assets/gui5.png)
![gui](assets/gui6.png)
![gui](assets/gui7.png)
![gui](assets/gui8.png)
![gui](assets/gui9.png)
![gui](assets/gui10.png)
![gui](assets/gui11.png)
![gui](assets/gui12.png)
![gui](assets/gui13.png)
Binary file added assets/gui1.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 assets/gui10.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 assets/gui11.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 assets/gui12.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 assets/gui13.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 assets/gui2.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 assets/gui3.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 assets/gui4.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 assets/gui5.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 assets/gui6.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 assets/gui7.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 assets/gui8.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 assets/gui9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/margincalculator.ui
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</rect>
</property>
<property name="text">
<string>PushButton</string>
<string>Calculate</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditExchangeRate">
Expand Down

0 comments on commit 74b78e5

Please sign in to comment.