Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i am trying to change the background color of qmdiarea, but i don't know how to do it please can you help me
thanks
Hi,
What did you try already ?
@ area->setStyleSheet(); area->setBackground(); @
Can you show the code where you called these functions ?
i have solved my problem
How did you do that ?
ui->mdiarea->setBackground(QBrush(QColor(100,100,100)));