QTfrontend/main.cpp
changeset 1153 825931b81ad4
parent 1152 c72b939c00df
child 1154 03cc0ab9c013
equal deleted inserted replaced
1152:c72b939c00df 1153:825931b81ad4
    59 				"background-image: url(\":/res/Background.png\");"
    59 				"background-image: url(\":/res/Background.png\");"
    60 				"background-position: bottom center;"
    60 				"background-position: bottom center;"
    61 				"background-repeat: repeat-x;"
    61 				"background-repeat: repeat-x;"
    62 				"background-color: #870c8f;"
    62 				"background-color: #870c8f;"
    63 				"}"
    63 				"}"
    64 				"PageMain > QPushButton{"
    64 //				"PageMain > QPushButton{"
       
    65 				"QPushButton{"
    65 				"border: solid;"
    66 				"border: solid;"
    66 				"border-width: 4px;"
    67 				"border-width: 4px;"
    67 				"border-radius: 8px;"
    68 				"border-radius: 8px;"
    68 				"border-color: orange;"
    69 				"border-color: orange;"
    69 				"background-origin: content;"
    70 				"background-origin: content;"
    70 				"}"
    71 				"}"
    71 				"PageMain > QPushButton:hover{"
    72 //				"PageMain > QPushButton:hover{"
       
    73 				"QPushButton:hover{"
    72 				"border-color: yellow;"
    74 				"border-color: yellow;"
    73 				"}"
    75 				"}"
    74 				"PageMain > QPushButton:pressed{"
    76 //				"PageMain > QPushButton:pressed{"
       
    77 				"QPushButton:pressed{"
    75 				"border-color: white;"
    78 				"border-color: white;"
    76 				"}"
    79 				"}"
    77 			)
    80 			)
    78 		);
    81 		);
    79 
    82