mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Add image saving to SVG format
This allows to create images independent from screen resolution Replaced copy-pasted screenshot code with the single implementation
This commit is contained in:
parent
bbd1bce0b8
commit
56dbec82d4
14 changed files with 96 additions and 62 deletions
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev
|
||||
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev libqt6svg6-dev libgl-dev
|
||||
qtchooser -install qt6 $(which qmake6)
|
||||
|
||||
- name: Get build timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue