summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-10-20 08:28:49 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-10-20 08:28:49 (GMT)
commit1a11cc88e8516097e73d7aefc44c9a97ea0b5aef (patch)
tree0d1e57ee49db51982083f1fbdba19f5f852f9bf4 /demos
parenteeac9aa8d51b11f3040dcf818cec0a58cd0898f0 (diff)
parent93550050f4fe4f411bfbd80d7b30ff5bc8a20df7 (diff)
downloadQt-1a11cc88e8516097e73d7aefc44c9a97ea0b5aef.zip
Qt-1a11cc88e8516097e73d7aefc44c9a97ea0b5aef.tar.gz
Qt-1a11cc88e8516097e73d7aefc44c9a97ea0b5aef.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6
Diffstat (limited to 'demos')
-rw-r--r--demos/spreadsheet/spreadsheet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/spreadsheet/spreadsheet.cpp b/demos/spreadsheet/spreadsheet.cpp
index 7f057a2..00045c6 100644
--- a/demos/spreadsheet/spreadsheet.cpp
+++ b/demos/spreadsheet/spreadsheet.cpp
@@ -523,6 +523,7 @@ void SpreadSheet::setupContents()
table->setItem(8, 2, new SpreadSheetItem("1240"));
table->setItem(9, 2, new SpreadSheetItem());
+ table->item(9, 2)->setBackgroundColor(Qt::lightGray);
// column 3
table->setItem(0, 3, new SpreadSheetItem("Currency"));