123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- /*DrvInstTool styleSheet*/
- *{
- font-family: "Arial";
- font-size: 12px;
- }
- DrvInstTool {
- background-color: #292a2b;
- border: 1px solid #171717;
- }
- DrvInstTool CCommonTitleBar QWidget#widGlobol {
- background-color: #2f2f30;
- border-radius: 2px 2px 0px 0px;
- }
- DrvInstTool CCommonTitleBar QLabel#lbTitle {
- color: #ffffff;
- background-color: #2f2f30;
- }
- DrvInstTool QToolButton#btnClose {
- min-width: 24px;
- min-height: 24px;
- max-width: 24px;
- max-height: 24px;
- border-image: url("Skins/Default/CamClient/Btn_Common_WinClose_Normal.png");
- background-color: #2f2f30;
- }
- DrvInstTool QToolButton#btnClose:hover {
- border-image: url("Skins/Default/CamClient/Btn_Common_WinClose_Hover.png");
- }
- DrvInstTool QToolButton#btnClose:pressed {
- border-image: url("Skins/Default/CamClient/Btn_Common_WinClose_Pressed.png");
- }
- DrvInstTool QPushButton[highlight="1"] {
- min-width: 100px;
- min-height: 32px;
- max-width: 100px;
- max-height: 32px;
- border-radius: 1px;
- color: #e2e2e2;
- background-color: #4c4d4e;
- }
- DrvInstTool QPushButton[highlight="1"]:hover {
- color: #ffffff ;
- background-color: #545557;
- }
- DrvInstTool QPushButton[highlight="1"]:pressed {
- color: #ffffff;
- background-color: #48494a ;
- }
- DrvInstTool QPushButton[highlight="1"]:disabled {
- color: #7a7d7f;
- background-color: #48494a;
- }
- DrvInstTool QPushButton[highlight="0"] {
- min-width: 100px;
- min-height: 30px;
- max-width: 100px;
- max-height: 30px;
- border-radius: 1px;
- color: #979797;
- background-color: #292a2b;
- border: 1px solid #555555;
- }
- DrvInstTool QPushButton[highlight="0"]:hover {
- color: #ffffff ;
- background-color: #545557;
- border: 1px solid #555555;
- }
- DrvInstTool QPushButton[highlight="0"]:pressed {
- color: #ffffff;
- background-color: #48494a ;
- border: 1px solid #555555;
- }
- DrvInstTool QPushButton[highlight="0"]:disabled {
- color: #515253;
- background-color: #292a2b;
- border: 1px solid #48494a;
- }
- DrvInstTool QFrame#line1 {
- background-color: #121213;
- }
- DrvInstTool QFrame#line2,
- DrvInstTool QFrame#line3 {
- border: 2px dotted rgba(0, 0, 0, 30%);
- }
- DrvInstTool QLabel#label_GigEIcon, QLabel#label_UsbIcon, QLabel#label_DsIcon{
- min-width: 14px;
- max-width: 14px;
- min-height: 14px;
- max-height: 14px;
- }
- DrvInstTool QLabel#label_GigEIcon{
- image: url("Skins/Default/DrvInstTool/Icon_Dialog_Type_GigE.png");
- }
- DrvInstTool QLabel#label_UsbIcon{
- image: url("Skins/Default/DrvInstTool/Icon_Dialog_Type_U3V.png");
- }
- DrvInstTool QLabel#label_DsIcon{
- image: url("Skins/Default/DrvInstTool/Icon_Dialog_Type_DShow.png");
- }
- DrvInstTool QLabel#label_GigEDesc, QLabel#label_UsbDesc, QLabel#label_DsDesc{
- color: #e5e5e5;
- }
- DrvInstTool QLabel#label_GigEStateIcon, QLabel#label_UsbStateIcon, QLabel#label_DsStateIcon{
- min-width: 16px;
- max-width: 16px;
- min-height: 16px;
- max-height: 16px;
- }
- DrvInstTool QLabel#label_GigEStateIcon:disabled, QLabel#label_UsbStateIcon:disabled, QLabel#label_DsStateIcon:disabled{
- image: url("Skins/Default/DrvInstTool/Icon_Dialog_Driver_Not_Installed.png");
- color: #a95a55;
- }
- DrvInstTool QLabel#label_GigEStateIcon:enabled, QLabel#label_UsbStateIcon:enabled, QLabel#label_DsStateIcon:enabled{
- image: url("Skins/Default/DrvInstTool/Icon_Dialog_Driver_Installed.png");
- color: #61a747;
- }
- DrvInstTool QLabel#label_GigEStateDesc:disabled, QLabel#label_UsbStateDesc:disabled, QLabel#label_DsStateDesc:disabled{
- color: #ff2d2d;
- }
- DrvInstTool QLabel#label_GigEStateDesc:enabled, QLabel#label_UsbStateDesc:enabled, QLabel#label_DsStateDesc:enabled{
- color: #07d153;
- }
- DrvInstTool QToolButton#btnClose{
- padding: 0 0 0 0;
- }
|