diff -r 3b51492e77f9 -r c2e02c52dcad QTfrontend/main.cpp --- a/QTfrontend/main.cpp Wed Aug 06 12:47:42 2008 +0000 +++ b/QTfrontend/main.cpp Wed Aug 06 12:48:45 2008 +0000 @@ -65,7 +65,7 @@ "QPushButton{" "border: solid;" "border-width: 4px;" - "border-radius: 8px;" + "border-radius: 10px;" "border-color: orange;" "background-origin: content;" "}" @@ -103,7 +103,7 @@ "QComboBox QAbstractItemView{" "border: solid transparent;" "border-width: 4px;" - //"border-radius: 12px;" + //"border-radius: 12px;" -- bad corners look "border-color: orange;" "background-color: #0d0544;" "color: orange;" @@ -115,30 +115,29 @@ "border-width: 4px;" "border-radius: 16px;" "border-color: orange;" - "background-color: #0d0544;" + "background-color: #130f2c;" "color: orange;" "font: bold 14px;" "padding: 3px;" + "margin-top: 60px;" + "margin-left: 16px;" +// "padding-top: 6px;" "}" - "QGroupBox:hover{" - "border-color: yellow;" + "QGroupBox::indicator{" + "image: url(\":/res/graphicsicon.png\");" "}" - "QGroupBox:pressed{" - "border-color: white;" + "QGroupBox::title{" + "subcontrol-origin: margin;" + "subcontrol-position: top left;" + "text-align: center;" "}" "QCheckBox{" -// "background-color: #0d0544;" "color: orange;" "font: bold 14px;" -// "padding: 3px;" - "}" - "QCheckBox::indicator{" - "image-position: right;" "}" "QCheckBox::indicator:checked{" "image: url(\":/res/checked.png\");" - "image-position: right;" "}" "QCheckBox::indicator:unchecked{" "image: url(\":/res/unchecked.png\");"