I've been working on an interface for a program: https://www.dropbox.com/s/ews9fm6mo33ujoh/Screenshot%202015-03-22%2010.46.35.png?dl=0
The issue with it is that the title bar does not have the same color as the rest of the window, and is instead the normal color. I'm trying to base this program's look off of the new Photoshop, and I know that it can change the title bar color.
My program is written with Python 3.4 and PyQt5 + Qt5.4, but I'd be happy to use more/different modules as well to fix this.
Any ideas?
Thanks