Skip to content
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

Add support for Qt Designer #423

Open
crewshin opened this issue Feb 27, 2020 · 2 comments
Open

Add support for Qt Designer #423

crewshin opened this issue Feb 27, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@crewshin
Copy link

Describe the solution you'd like
Qt includes an application called Designer that lets you build interfaces graphically a lot like Interface Builder in Xcode. More info available here: https://doc.qt.io/qtcreator/creator-using-qt-quick-designer.html

Describe alternatives you've considered
None. This is a native Qt solution.

Additional context
Designer saves .ui files that can be imported and used from within supported platforms. PyQt is a great example of this in action.

@a7ul a7ul added the enhancement New feature or request label Feb 27, 2020
@a7ul a7ul self-assigned this Feb 27, 2020
@crewshin
Copy link
Author

crewshin commented Mar 6, 2020

This is slightly different but might be useful for reference. I built this a long time ago with Qt (cpp), but I'd imagine the .ui file should be the same.

https://github.com/crewshin/KickAssGUI <-- silly name was a play on words from the binaries it used. Renderer was called Arnold. kick was the renderer and .ass were the files it used to render. And well, it was a GUI.

main dot ui file

@SantiiRepair
Copy link

What happened?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants