QTfrontend/main.cpp
changeset 1289 789db262d90d
parent 1252 2e2719c0a397
child 1377 a9e768739345
--- a/QTfrontend/main.cpp	Sun Sep 28 08:28:32 2008 +0000
+++ b/QTfrontend/main.cpp	Sun Sep 28 09:18:24 2008 +0000
@@ -127,6 +127,24 @@
 			"QSpinBox:hover{"
 				"border-color: yellow;"
 				"}"
+			"QSpinBox::up-button{"
+				"background: transparent;"
+				"width: 16px;"
+				"height: 10px;"
+				"}"
+			"QSpinBox::up-arrow{"
+				"image: url(\":/res/spin_up.png\");"
+				//"width: 5px;"
+				//"height: 5px;"
+				"}"
+			"QSpinBox::down-button{"
+				"background: transparent;"
+				"width: 16px;"
+				"height: 10px;"
+				"}"
+			"QSpinBox::down-arrow{"
+				"image: url(\":/res/spin_down.png\");"
+				"}"
 
 			"QToolBox{"
 				"border: solid;"