diff view/View.h @ 630:c3593bb2de6b

Use italic for value labels (as opposed to label labels)
author Chris Cannam
date Tue, 16 Apr 2013 10:06:10 +0100
parents 4c484636d5ec
children 596414d20ef0
line wrap: on
line diff
--- a/view/View.h	Mon Apr 15 10:54:02 2013 +0100
+++ b/view/View.h	Tue Apr 16 10:06:10 2013 +0100
@@ -190,7 +190,8 @@
 
     enum TextStyle {
 	BoxedText,
-	OutlinedText
+	OutlinedText,
+        OutlinedItalicText
     };
 
     virtual void drawVisibleText(QPainter &p, int x, int y,