dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

Theming (it will make MitkDrawingTool look good) #17

Closed dboun closed 5 years ago

dboun commented 5 years ago

The tool's theme is light, but our app is dark. For instance, the 'number of labels' text is dark and everything else white on white.

I've generally tinkered with theming a little bit and a theme like src/dark.qss (in branch v0.1dev/Theming) solves the issue. I copy pasted dark.qss from the internet though and I haven't got around to tweaking it to not mess other things up.

We should generally remove all theming from .ui file / source code (apart from maybe minor things like color) and do it in a qss file so it is application-wide

ashishsingh18 commented 5 years ago

We need to remove all stylesheeting from different widgets and do this on an application level.

dboun commented 5 years ago

Fixed