diff -r cea4a8f52f5a -r 789db262d90d QTfrontend/main.cpp --- 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;"