Each time I create a new GUI, the bit that I always hate, is the bit where the buttons and entries look like I am working on a Windows 98 machine, isn't there a way to make my buttons and entries look like Qt would look like? They're well squary :( Thanks

Recommended Answers

All 4 Replies

The Tkinter GUI toolkit widgets have a very homely look on Windows, the look improves with Linux and particularly the Mac OS.

Tkinter has an native an rather ugly look on windows.
Use another tool kit like wxpython(my favorite) or PyQt.
They look good on windows and have more lot option for creating good looking GUI.

Thanks guys for the answers, i really just wanted to know if there was a way with tkinter. I think im going to learn wxpython then. Dan08

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.