[Solved] Changing the color of a QFrame
General and Desktop
2
Posts
2
Posters
5.2k
Views
1
Watching
-
I've got several lines (which turn out to be QFrames) in my application. Since the background is close to black, these lines have to be a lighter color. I've been looking into ways to change the color, and the only thing I came up with is setPallette, but this doesn't seem to be what I'm looking for. How do I change the color of these lines?