Tagged Questions
1
vote
0answers
93 views
Is the Glade GUI designer a good option for a beginner?
I am a student of Computer Science and I already have basic programming experience in Python 2.x, 3.x, C++, and HTML. I never made a program with a GUI. I have just programmed games, scripts/plugins, ...
0
votes
3answers
577 views
Which GUI framework for a GUI newbie but expert C++ developer? [closed]
I have an API that streams short event messages for a human audience. I wish to display this in a beautiful dynamic display to users.
What GUI framework would work best with this data? I'm assuming ...
7
votes
2answers
1k views
How big a problem is Qt's cross-platform GUI? [closed]
I read something on this site saying that Qt's GUI being a big problem that stop programmers from using Qt. They say the problem is that the GUI don't look native, and they are inconsistent. I ...
7
votes
3answers
256 views
Architecture of interaction modes (“paint tools”) for a 3D paint program
We are developing a Qt-based application to navigate through and paint on a volume treated as a 3D pixel graphic. The layout of the app consists of three orthogonal slice views on which the user may ...
1
vote
5answers
775 views
GUI-Development with QT for OpenGL/C++/MAC
I am a complete newbie considering QT. Would you say it is recommendable to use. I would like to build a GUI for my programm. I need about 10 buttons.(Maybe more) It would also be nice to have a ...
4
votes
3answers
948 views
Why would Qt be considered harmful? [closed]
A large list of "harmful stuff" related to software development is presented on cat -v. Is Qt harmful? What would be the rationale for considering to Qt harmful? Why would Tcl/Tk be presented as a ...
2
votes
4answers
1k views
Web technologies on GUI apps
I developed many GUI applications for the Windows platform during my early professional career, and saw several GUI frameworks come, have whole magazines devoted to them, and then fade away. MFC is ...
2
votes
2answers
347 views
PyQt design issues
I've been working on a my first real project using PyQt lately. I've done just a little bit of work in Qt for C++ but nothing more than just messing around. I've found that the Qt python bindings are ...
