
Originally Posted by
tbscope
Please try to ask that question again. I can't make anything out of it. What do you want to know? What colors are used by Qt Creator?
I want to paint the graphicsView with the same background color.
by Using
ui
->graphicsView
->setBackgroundBrush
(QBrush( Qt
::lightGray, Qt
::SolidPattern));
ui->graphicsView->setBackgroundBrush(QBrush( Qt::lightGray, Qt::SolidPattern));
To copy to clipboard, switch view to plain text mode
Experimented more than one color without interest.
In short, what is the background color of the MainWindow?
Bookmarks