Utility panel Widgit: PySide
-
I've been trying to implement a button panel of sorts, the buttons themselves residing next to tabs.. however, without creating a custom widgets, layout schemes do not work in the desired fashion.
Looking through several docs, one assumes using a paint device can generate pieces of certain widgets.
For example a custom widgets resembling a tab, the tab panel.
I've read the zetcode tutorial, though, it doesn't explain keeping the look of a widget consistent with an Operating systems ui scheme.
Any takers?