-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental: Multiple piece - shapes #133
base: main
Are you sure you want to change the base?
Conversation
Necktschnagge
commented
Feb 20, 2024
•
edited
Loading
edited
- replaces a part of Awkward Goslings #53, but not entirely
TODOs:
|
We might read the file at runtime and check for some checksum:
|
We need some cmake instructions for copying the svg files in the directory of the compiled binaries.
|
Let's just implement some very easy stuff for now, decide about how to integrate an external SVG later. TODO:
|
907872e
to
09b9895
Compare
@r0ost3r Can you please determine exactly which Qt version is running on Azure ubuntu20 Qt5 and which version on your local manchine? Old Qt versions are again causing trouble because of missing member function of |
In older Qt versions the following slot does not exists: Fow now, I stopped using it. |
This PR was kind of experimental, since we are still considering how to include the swan in an elegant way. Let's create a spin of to merge all working parts. |