From 3c65886366f445fc8e603802ca009e5d620feb17 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 20 Jan 2012 18:07:10 +0100 Subject: [PATCH] comments --- src/sampleconf/recoll.qss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/sampleconf/recoll.qss b/src/sampleconf/recoll.qss index 62e821bb..b43551c2 100644 --- a/src/sampleconf/recoll.qss +++ b/src/sampleconf/recoll.qss @@ -25,18 +25,28 @@ widget object names or whatever, please get in touch, I'll fix what needs to be. + Please check http://developer.qt.nokia.com/doc/qt-4.8/stylesheet.html + for Qt style sheet information. */ +/* Use a light grey background by default (lighter than the usual qt + default): +*/ + * { background: #eeeeee; } +/* Use a light yellow background for all text display areas: */ + QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView { background: #ffffee; } - +/* Keep a white background for the QTextEdit inside the Preview window + This is rather arbitrary, just to show how to do it: +*/ Preview QTextEdit { background: white; font-family: Serif;