equal
deleted
inserted
replaced
793 } |
793 } |
794 |
794 |
795 /*! |
795 /*! |
796 \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color) |
796 \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color) |
797 |
797 |
798 Sets the brush in the specified color \a group, used for the given |
798 Sets the color in the specified color \a group, used for the given |
799 color \a role, to the specified solid \a color. |
799 color \a role, to the specified solid \a color. |
800 |
800 |
801 \sa setBrush() color() ColorRole |
801 \sa setBrush() color() ColorRole |
802 */ |
802 */ |
803 |
803 |