Apply a stylesheet acting on objects that are children of QMessageBox on the application object.
css Code:
QMessageBox QPushButton { color: white; }To copy to clipboard, switch view to plain text mode
Apply a stylesheet acting on objects that are children of QMessageBox on the application object.
css Code:
QMessageBox QPushButton { color: white; }To copy to clipboard, switch view to plain text mode
wagmare (23rd May 2009)
It should be QMessageBox > QPushButton I guess
Qt Code:
color: white; }To copy to clipboard, switch view to plain text mode
RIght, I guess i read thru assistant a little fast.
By the way,, how do we insert CSS Code ?????????????
If you're asking about the forum, then use the [highlight=css] tag.
Bookmarks