Searched refs:PrintElementBackgrounds (Results 1 – 3 of 3) sorted by relevance
62 PrintElementBackgrounds, enumerator
235 value = attributes.value(QWebSettings::PrintElementBackgrounds, in apply()236 … global->attributes.value(QWebSettings::PrintElementBackgrounds)); in apply()501 d->attributes.insert(QWebSettings::PrintElementBackgrounds, true); in QWebSettings()
362 …printElementBackgrounds() const { return s->testAttribute(QWebSettings::PrintElementBackgrounds); } in printElementBackgrounds()363 …setPrintElementBackgrounds(bool on) { s->setAttribute(QWebSettings::PrintElementBackgrounds, on); } in setPrintElementBackgrounds()