QTfrontend/main.cpp
changeset 1390 914fa66aec05
parent 1377 a9e768739345
child 1413 6393a1d5ac18
equal deleted inserted replaced
1389:6e411559cc7b 1390:914fa66aec05
    96 			"QLabel{"
    96 			"QLabel{"
    97 				"color: #ffcc00;"
    97 				"color: #ffcc00;"
    98 				"font: bold 14px;"
    98 				"font: bold 14px;"
    99 				"}"
    99 				"}"
   100 
   100 
   101 			"QListWidget{"
   101 			"QListWidget,QTableView{"
   102 				"border: solid;"
   102 				"border: solid;"
   103 				"border-width: 3px;"
   103 				"border-width: 3px;"
   104 				"border-radius: 12px;"
   104 				"border-radius: 12px;"
   105 				"border-color: #ffcc00;"
   105 				"border-color: #ffcc00;"
   106 				"background-color: #0d0544;"
   106 				"background-color: #0d0544;"
   109 				"font: bold 14px;"
   109 				"font: bold 14px;"
   110 				"}"
   110 				"}"
   111 			"QListWidget:hover{"
   111 			"QListWidget:hover{"
   112 				"border-color: yellow;"
   112 				"border-color: yellow;"
   113 				"}"
   113 				"}"
   114 //			"QListWidget::item:alternate{"
       
   115 //				"background: #2f213a;"
       
   116 //				"}"
       
   117 
   114 
   118 			"QTextBrowser{"
   115 			"QTextBrowser{"
   119 				"border: solid;"
   116 				"border: solid;"
   120 				"border-width: 3px;"
   117 				"border-width: 3px;"
   121 				"border-radius: 12px;"
   118 				"border-radius: 12px;"