# HG changeset patch # User unc0rr # Date 1218134653 0 # Node ID 8542fc1ff5cf666994307f8dba42168f4755a599 # Parent ab9932feda49c00804bedd7525acd9247c3d1e00 Some more customizations diff -r ab9932feda49 -r 8542fc1ff5cf QTfrontend/main.cpp --- a/QTfrontend/main.cpp Thu Aug 07 18:26:52 2008 +0000 +++ b/QTfrontend/main.cpp Thu Aug 07 18:44:13 2008 +0000 @@ -92,6 +92,11 @@ "border-color: yellow;" "}" + "QLabel{" + "color: orange;" + "font: bold 14px;" + "}" + "QListWidget{" "border: solid;" "border-width: 4px;" @@ -118,6 +123,21 @@ "border-color: yellow;" "}" + "QToolBox{" + "border: solid;" + "border-width: 4px;" + "border-radius: 12px;" + "border-color: orange;" + "background-color: #0d0544;" + "}" + "QToolBox::tab{" + "color: orange;" + "font: bold 14px;" + "}" + "QToolBox:hover{" + "border-color: yellow;" + "}" + "QComboBox{" "border: solid;" "border-width: 4px;" @@ -184,6 +204,11 @@ "QCheckBox::indicator:unchecked{" "image: url(\":/res/unchecked.png\");" "}" + + "QRadioButton{" + "color: orange;" + "font: bold 14px;" + "}" ) );