SidePanelItem selection is themed; PerformanceWidget is scrolled.#63
SidePanelItem selection is themed; PerformanceWidget is scrolled.#63albert-tomanek wants to merge 1 commit into
Conversation
|
Also is there any way to set the install prefix to something other than |
| #include "ui_mainwindow.h" | ||
| #include "configuration.h" | ||
|
|
||
| #include <QDebug> |
There was a problem hiding this comment.
Why did you add these includes? They even seem to repeat?
There was a problem hiding this comment.
Oh whoops, I had a function in there to do some debugging but then i removed it. You can remove the includes
regarding this question - I am confused, are you talking about I supposed you mean qmake, then it's in the .pro file at bottom |
|
Besides those extra includes in mainwindow I think this change looks ok (the coding style is inconsistent with rest of the codebase, but that's cosmetic, I can clean it up after merge). I will run several tests on various distros I have installed and see if it doesn't break anything, then I will merge this. |
|
Ah, I didn't think to test it under other themes than mine. I'll try to make it work and then commit again |


I changed the drawing code for
SidePanelItemso that the background is drawn using the active theme and looks more native. For example on my Windows 7 theme:I also wrapped the right pane inside the PerformanceWidget in a
QScrollAreaso that the app window can be resized below 600x800.