Bigger fonts in table-view
[scorecard] / src / score-common.h
index 58dbc8c..149308d 100644 (file)
@@ -28,9 +28,16 @@ QColor colorBad(0x72, 0x9f, 0xcf);
 QColor colorSubTotal(Qt::black);
 QColor colorTotal(Qt::black);
 #endif
-
 #include <QColor>
 
+#ifndef WANT_DEBUG
+#define TRACE
+#else
+#include <QDebug>
+#define TRACE qDebug()<<QString("[%1] %2(): %3").arg(__FILE__).arg(__func__).arg(__LINE__);
+#endif
+
+
 class AppSettings {
 public:
     QVariant hcp;
@@ -61,12 +68,11 @@ public:
                          "color : gray;"
                          "border: solid green;"
                          "font-size : 20px;"
-                         "font-style : italic;"
                        "}"
                        "QHeaderView::section {"
                          "color : white;"
                          "border: solid green;"
-                         "font: bold italic large;"
+                         "font: bold large;"
                        "}");
 
 #if 0