Tagged Questions

3
votes
3answers
929 views

What GUI toolkit looks best for a native LAF for Python in Windows and Linux?

I need to decide on a GUI/Widget toolkit to use with Python for a new project. The target platforms will be Linux with KDE and Windows XP (and probably Vista). What Python GUI toolkit looks best and ...
1
vote
4answers
1k views

What GUI toolkit does Valve use for Steam?

What GUI toolkit does Valve use for Steam? Is it Qt? I am interested in using the same toolkit for a project.
1
vote
2answers
916 views

Which GUI toolkit would you use for a touchscreen interface?

The only experience I have so far with a touchscreen interface was one where everything was custom drawn, and I get the feeling it's not the most efficient way of doing it (even the most basic layout ...