0

In Windows, Firefox and Chrome put some of their UI in the title bar. I know the secret to how they do this.
I want to do the same, with PySide, (without re-implementing all of the window features) but how can this be done in Python?

PS: Google got me to a thread, closed in favour of a dead one.

Community
  • 1
  • 1
pradyunsg
  • 18,287
  • 11
  • 43
  • 96
  • It can be done for QWidgets using native winapi code. However it's not that simple in pyside, where you cannot just run C++ code in a native event handler. Maybe you will need to write a native extension of some sort. – Pavel Strakhov May 19 '14 at 17:54
  • possible duplicate of [Pyqt tabs like in Google Chrome](http://stackoverflow.com/questions/3630851/pyqt-tabs-like-in-google-chrome) – NoDataDumpNoContribution Jul 16 '14 at 09:02
  • @Trilarion Well, point 2 is what I wish to avoid.. I edited OP to include that. – pradyunsg Jul 16 '14 at 11:17

0 Answers0