Is there any Visual Library alternative to wxPython that supports CSS/Style Sheets?

StackOverflow https://stackoverflow.com/questions/150705

  •  02-07-2019
  •  | 
  •  

Question

I've developed a program that extensively uses wxPython - the wxWindow port for python.

Even though it is as mature library it is still very primitive and very programming oriented. Which is time consuming and not flexible at all.

I would love to see if there is something like Flex/Action Script where all the visual dimensions are configured by style sheets.

Any thoughts?

Was it helpful?

Solution

PyQt with Qt style sheets might be a good fit. Naturally, you'd need to re-write quite a bit of your GUI layer for the toolkit change.

OTHER TIPS

You could try XUL, the language the Firefox GUI uses. It's XML styled with CSS and scripted with Javascript.

http://www.mozilla.org/projects/xul/
http://en.wikipedia.org/wiki/XUL
http://developer.mozilla.org/en/XUL

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top