Do you have much experience with deployment? I've got a small hobby project with a GUI written in Qt, and I've been having a hard time writing reproducible build scripts for cross-platform deployment.
On macOS, I can distribute the executable with homebrew and add Qt as a dependency. On Linux, I could theoretically build an AppImage, but I would prefer to have the build process handled by GitHub Actions, which doesn't have sufficient resources to statically build Qt. On Windows, I'm at a total loss...
My project is tiny, but it does have a niche market, and I'd love to make it available to as many people as possible. Qt is killing me!!!!
Sorry, I know that doesn't have anything to do with the design side of things. I'm just throwing darts, cause I've had a hard time on my own with this.