Home | History | Annotate | Download | only in Api

Lines Matching full:palette

185     virtual QPalette palette() const;
237 QPalette QWebPageWidgetClient::palette() const
239 return view->palette();
1213 \property QWebPage::palette
1214 \brief the page's palette
1216 The base brush of the palette is used to draw the background of the main frame.
1218 By default, this property contains the application's default palette.
1222 d->palette = pal;
1231 QPalette QWebPage::palette() const
1233 return d->palette;