nodegui icon indicating copy to clipboard operation
nodegui copied to clipboard

Add support for Qt Designer

Open crewshin opened this issue 5 years ago • 2 comments

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.

crewshin avatar Feb 27 '20 17:02 crewshin

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

crewshin avatar Mar 06 '20 13:03 crewshin

What happened?

SantiiRepair avatar Nov 17 '23 17:11 SantiiRepair