C/C++ GUI framework to create distinctive window style
Can someone please tell me a GUI framework (for Windows. doesn't need to be cross platform) that allows me to specify the design of the UI elements very precisely?
For example, the Windows and UI elements of Adobe products look different than other Windows applicat开发者_如何学Pythonions.
I'm looking for a framework that would allow me to create a GUI in that style - or any other style I invent, from the shape of the window, to the visual appearance of any scrollbar, button minimize/maximize buttons and so on.
any recommendations?
Thanks!
Qt or Gtk spring to mind (both free).
I've used Qt, which is highly customizable. Check their demo app to see what I'm talking about - the defaults look like Windows, but you can change the appearance in any way you see fit. They also have a nifty set of examples of desktop applications using Qt: http://qt.nokia.com/qt-in-use/target/desktop
Qt is the best. Just use it and you'll vote for it too! Sources and installation instructions : http://cantstopgeeking.blogspot.in/2014/02/start-GUI-Cplusplus-qt.html
Definitly QT, Its easy to learn too! -(You can even drag and drop if your feeling lazy) -However considering you want to do everything precisely, I doubt you would use that.
Anyway: You can download from here: http://qt-project.org/downloads
Documentation is here: http://qt-project.org/doc/
Pretty cool video tutorials here: https://www.youtube.com/watch?v=6KtOzh0StTc&list=TLjkSh_J-O5WuzqsIDdF994FFW-S36ESwH
Need anything? -Let me know.
精彩评论