1515 lines
26 KiB
Plaintext
1515 lines
26 KiB
Plaintext
/*
|
|
QWidget
|
|
{
|
|
border: 1px solid red;
|
|
}
|
|
|
|
|
|
TitleWidget#main_title
|
|
{
|
|
border-image: url(:/image/title_bg.png) 0 0 0 0 repeat stretch;
|
|
}
|
|
*/
|
|
|
|
TitleWidget#popup_title
|
|
{
|
|
border-image: url(:/image/title_popup_bg.png) 0 0 0 0 repeat stretch;
|
|
}
|
|
|
|
QLabel#title_label
|
|
{
|
|
color : white;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QCheckBox#popup
|
|
{
|
|
color : white;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* CHECK BOX */
|
|
|
|
QCheckBox#normal
|
|
{
|
|
/*border: 1px solid red;*/
|
|
}
|
|
|
|
QCheckBox#normal::indicator
|
|
{
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
QCheckBox#normal::indicator:unchecked:disabled
|
|
{
|
|
image: url(:/image/chechbox_disabled.png);
|
|
}
|
|
QCheckBox#normal::indicator:unchecked
|
|
{
|
|
image: url(:/image/checkbox_unchecked.png);
|
|
}
|
|
QCheckBox#normal::indicator:checked
|
|
{
|
|
image: url(:/image/checkbox_checked.png);
|
|
}
|
|
QCheckBox#normal::indicator:indeterminate
|
|
{
|
|
image: url(:/image/checkbox_partial.png);
|
|
}
|
|
|
|
QLineEdit#file
|
|
{
|
|
font-family: Arial;
|
|
font-size: 13px;
|
|
}
|
|
QLabel#kmh_label
|
|
{
|
|
color : white;
|
|
font-family: Arial;
|
|
font-size: 17px;
|
|
/*font-weight: bold;*/
|
|
/*border: 1px solid red;*/
|
|
}
|
|
QLabel#LCD
|
|
{
|
|
color : #58FFD2;
|
|
font-size: 48px;
|
|
/*font-weight: bold;*/
|
|
font-family: alarm clock;
|
|
}
|
|
|
|
QLabel#duration_label
|
|
{
|
|
color : white;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
QLabel#text
|
|
{
|
|
color: white;
|
|
font-size: 14px;
|
|
}
|
|
|
|
QLabel#text_header_label
|
|
{
|
|
color : white;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QLabel#text_normal_label
|
|
{
|
|
color : white;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
QWidget#test_widget
|
|
{
|
|
border: 1px solid red;
|
|
}
|
|
|
|
QWidget#test_blue_widget
|
|
{
|
|
border: 1px solid blue;
|
|
}
|
|
|
|
RMPopupContentBackground
|
|
{
|
|
border-image: url(:/image/panel_bg9.png) 2 2 2 2 stretch stretch;
|
|
border-width: 2px;
|
|
/*border: 1px solid green;*/
|
|
}
|
|
/*
|
|
QWidget#bg_widget
|
|
{
|
|
background-color: #818181;
|
|
}
|
|
*/
|
|
QWidget#bg_dark_widget
|
|
{
|
|
background-color: #525252;
|
|
}
|
|
|
|
QWidget#top_border
|
|
{
|
|
background-color: #626262;
|
|
border-top: 1px solid #C0C0C0;
|
|
border-left: 1px solid #C0C0C0;
|
|
border-right: 1px solid #C0C0C0;
|
|
}
|
|
|
|
QWidget#top_border_5A
|
|
{
|
|
background-color: #5A5A5A;
|
|
border-top: 1px solid #C0C0C0;
|
|
border-left: 1px solid #C0C0C0;
|
|
border-right: 1px solid #C0C0C0;
|
|
}
|
|
|
|
|
|
QWidget#bottom_border
|
|
{
|
|
background-color: #626262;
|
|
border-bottom: 1px solid #C0C0C0;
|
|
border-left: 1px solid #C0C0C0;
|
|
border-right: 1px solid #C0C0C0;
|
|
}
|
|
/*
|
|
QWidget#all_border
|
|
{
|
|
background-color: #626262;
|
|
border: 1px solid #C0C0C0;
|
|
}
|
|
*/
|
|
QWidget#all_border_dark
|
|
{
|
|
background-color: #1B1C1C;
|
|
border: 1px solid #C0C0C0;
|
|
}
|
|
|
|
QFrame#video_main_logo
|
|
{
|
|
border-image: url(:/image/logo_front_big.jpg) 0 0 0 0 stretch stretch;
|
|
border-width: 0px;
|
|
}
|
|
|
|
QFrame#video_main_logo[rear=true]
|
|
{
|
|
border-image: url(:/image/logo_rear_big.jpg) 0 0 0 0 stretch stretch;
|
|
border-width: 0px;
|
|
}
|
|
|
|
QFrame#video_sub_logo
|
|
{
|
|
border-image: url(:/image/logo_rear_small.jpg) 0 0 0 0 stretch stretch;
|
|
border-width: 0px;
|
|
}
|
|
|
|
QFrame#video_sub_logo[front=true]
|
|
{
|
|
border-image: url(:/image/logo_front_small.jpg) 0 0 0 0 stretch stretch;
|
|
border-width: 0px;
|
|
}
|
|
|
|
RMButton
|
|
{
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0px;
|
|
|
|
color: white;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
RMButton#button
|
|
{
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #595959, stop: 0.4 #595959,
|
|
stop: 0.5 #464646, stop: 1.0 #464646);
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
border: 1px solid #363636;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
RMButton#button:pressed
|
|
{
|
|
color : #cc9933;
|
|
}
|
|
|
|
RMButton#button:hover
|
|
{
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #696969, stop: 0.4 #696969,
|
|
stop: 0.5 #565656, stop: 1.0 #565656);
|
|
}
|
|
|
|
|
|
/* Title bar Button : Popup Button */
|
|
|
|
RMButton#popup_button
|
|
{
|
|
image: url(:/image/popup_btn_normal.png);
|
|
}
|
|
|
|
RMButton#popup_button:pressed
|
|
{
|
|
color : #cc9933;
|
|
image: url(:/image/popup_btn_pressed.png);
|
|
}
|
|
|
|
RMButton#popup_button:hover
|
|
{
|
|
/*color : #FF8000;*/
|
|
/*font-size: 18px;*/
|
|
image: url(:/image/popup_btn_focused.png);
|
|
}
|
|
|
|
RMButton#popup_button:disabled
|
|
{
|
|
color : white;
|
|
font-size: 16px;
|
|
image: url(:/image/popup_btn_disabled.png);
|
|
}
|
|
|
|
|
|
/* Title bar Button : Close,Quit */
|
|
|
|
|
|
/* Title bar Button : FullScreen */
|
|
|
|
RMButton#fullscreen_button
|
|
{
|
|
image: url(:/image/title_full_normal.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:pressed
|
|
{
|
|
image: url(:/image/title_full_selected.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:hover
|
|
{
|
|
image: url(:/image/title_full_infocus.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:disabled
|
|
{
|
|
image: url(:/image/title_full_disabled.png);
|
|
}
|
|
/* Full Screen Restore */
|
|
RMButton#fullscreen_button[restore=true]
|
|
{
|
|
image: url(:/image/title_restore_normal.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:pressed[restore=true]
|
|
{
|
|
image: url(:/image/title_restore_selected.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:hover[restore=true]
|
|
{
|
|
image: url(:/image/title_restore_infocus.png);
|
|
}
|
|
|
|
RMButton#fullscreen_button:disabled[restore=true]
|
|
{
|
|
image: url(:/image/title_restore_disabled.png);
|
|
}
|
|
|
|
|
|
/* Title bar Button : Minimize */
|
|
|
|
RMButton#minimize_button
|
|
{
|
|
image: url(:/image/title_min_normal.png);
|
|
}
|
|
|
|
RMButton#minimize_button:pressed
|
|
{
|
|
image: url(:/image/title_min_selected.png);
|
|
}
|
|
|
|
RMButton#minimize_button:hover
|
|
{
|
|
image: url(:/image/title_min_infocus.png);
|
|
}
|
|
|
|
RMButton#minimize_button:disabled
|
|
{
|
|
image: url(:/image/title_min_disabled.png);
|
|
}
|
|
|
|
|
|
/* Title bar Button : Panorama */
|
|
|
|
RMButton#panorama_button
|
|
{
|
|
image: url(:/image/panorama_normal.png);
|
|
}
|
|
|
|
RMButton#panorama_button:pressed
|
|
{
|
|
image: url(:/image/panorama_selected.png);
|
|
}
|
|
|
|
RMButton#panorama_button:hover
|
|
{
|
|
image: url(:/image/panorama_focused.png);
|
|
}
|
|
|
|
RMButton#panorama_button:disabled
|
|
{
|
|
image: url(:/image/panorama_disabled.png);
|
|
}
|
|
|
|
/* Title bar Button : Mirror */
|
|
|
|
RMButton#mirror_button
|
|
{
|
|
image: url(:/image/mirror_normal.png);
|
|
}
|
|
|
|
RMButton#mirror_button:pressed
|
|
{
|
|
image: url(:/image/mirror_selected.png);
|
|
}
|
|
|
|
RMButton#mirror_button:hover
|
|
{
|
|
image: url(:/image/mirror_focused.png);
|
|
}
|
|
|
|
RMButton#mirror_button:disabled
|
|
{
|
|
image: url(:/image/mirror_disabled.png);
|
|
}
|
|
|
|
/* Title bar Button : Mirror */
|
|
|
|
RMButton#map_toolbar_button
|
|
{
|
|
image: url(:/image/map_toolbar_normal.png);
|
|
}
|
|
|
|
RMButton#map_toolbar_button:pressed
|
|
{
|
|
image: url(:/image/map_toolbar_selected.png);
|
|
}
|
|
|
|
RMButton#map_toolbar_button:hover
|
|
{
|
|
image: url(:/image/map_toolbar_focused.png);
|
|
}
|
|
|
|
RMButton#map_toolbar_button:disabled
|
|
{
|
|
image: url(:/image/map_toolbar_disabled.png);
|
|
}
|
|
|
|
|
|
/* Title bar Button : Report */
|
|
|
|
RMButton#report_button
|
|
{
|
|
image: url(:/image/title_report_normal.png);
|
|
}
|
|
|
|
RMButton#report_button:pressed
|
|
{
|
|
image: url(:/image/title_report_selected.png);
|
|
}
|
|
|
|
RMButton#report_button:hover
|
|
{
|
|
image: url(:/image/title_report_focused.png);
|
|
}
|
|
|
|
RMButton#report_button:disabled
|
|
{
|
|
image: url(:/image/title_report_disabled.png);
|
|
}
|
|
|
|
/* Title bar Button : Settings */
|
|
|
|
RMButton#settings_button
|
|
{
|
|
image: url(:/image/title_setup_normal.png);
|
|
}
|
|
|
|
RMButton#settings_button:pressed
|
|
{
|
|
image: url(:/image/title_setup_selected.png);
|
|
}
|
|
|
|
RMButton#settings_button:hover
|
|
{
|
|
image: url(:/image/title_setup_focused.png);
|
|
}
|
|
|
|
RMButton#settings_button:disabled
|
|
{
|
|
image: url(:/image/title_setup_disabled.png);
|
|
}
|
|
|
|
/* Title bar Button : Info */
|
|
|
|
RMButton#info_button
|
|
{
|
|
image: url(:/image/title_info_normal.png);
|
|
}
|
|
|
|
RMButton#info_button:pressed
|
|
{
|
|
image: url(:/image/title_info_selected.png);
|
|
}
|
|
|
|
RMButton#info_button:hover
|
|
{
|
|
image: url(:/image/title_info_focused.png);
|
|
}
|
|
|
|
RMButton#info_button:disabled
|
|
{
|
|
image: url(:/image/title_info_disabled.png);
|
|
}
|
|
|
|
/* Title bar Button : Capture */
|
|
|
|
RMButton#capture_button
|
|
{
|
|
image: url(:/image/title_savejpg_normal.png);
|
|
}
|
|
|
|
RMButton#capture_button:pressed
|
|
{
|
|
image: url(:/image/title_savejpg_selected.png);
|
|
}
|
|
|
|
RMButton#capture_button:hover
|
|
{
|
|
image: url(:/image/title_savejpg_focused.png);
|
|
}
|
|
|
|
RMButton#capture_button:disabled
|
|
{
|
|
image: url(:/image/title_savejpg_disabled.png);
|
|
}
|
|
|
|
|
|
/* Title Popup bar Button : Close */
|
|
|
|
RMButton#popup_close_button
|
|
{
|
|
image: url(:/image/title_popup_exit_normal.png);
|
|
}
|
|
|
|
RMButton#popup_close_button:pressed
|
|
{
|
|
image: url(:/image/title_popup_exit_pressed.png);
|
|
}
|
|
|
|
RMButton#popup_close_button:hover
|
|
{
|
|
image: url(:/image/title_popup_exit_focused.png);
|
|
}
|
|
|
|
RMButton#popup_close_button:disabled
|
|
{
|
|
image: url(:/image/title_popup_exit_disabled.png);
|
|
}
|
|
|
|
/* ------------------------------------------------------------------------------------- */
|
|
QWidget#player_bg
|
|
{
|
|
border-image: url(:/image/player_bg.png) 1 1 1 1 stretch stretch;
|
|
border-width: 1px;
|
|
}
|
|
|
|
/* Control Button : Frame Backward */
|
|
RMButton#frame_backward
|
|
{
|
|
image: url(:/image/player_bf_normal.png);
|
|
}
|
|
|
|
RMButton#frame_backward:pressed
|
|
{
|
|
image: url(:/image/player_bf_selected.png);
|
|
}
|
|
|
|
RMButton#frame_backward:hover:!pressed
|
|
{
|
|
image: url(:/image/player_bf_infocus.png);
|
|
}
|
|
|
|
|
|
RMButton#frame_backward:disabled
|
|
{
|
|
image: url(:/image/player_bf_disabled.png);
|
|
}
|
|
|
|
/* Control Button : PLAY - PAUSE */
|
|
RMButton#play_pause
|
|
{
|
|
image: url(:/image/player_f_normal.png);
|
|
}
|
|
|
|
RMButton#play_pause:pressed
|
|
{
|
|
image: url(:/image/player_f_selected.png);
|
|
}
|
|
|
|
RMButton#play_pause:hover:!pressed
|
|
{
|
|
image: url(:/image/player_f_infocus.png);
|
|
}
|
|
|
|
RMButton#play_pause:disabled
|
|
{
|
|
image: url(:/image/player_f_disabled.png);
|
|
}
|
|
|
|
RMButton#play_pause[paused=true]
|
|
{
|
|
image: url(:/image/player_p_normal.png);
|
|
}
|
|
|
|
RMButton#play_pause:pressed[paused=true]
|
|
{
|
|
image: url(:/image/player_p_selected.png);
|
|
}
|
|
|
|
RMButton#play_pause:hover:!pressed[paused=true]
|
|
{
|
|
image: url(:/image/player_p_infocus.png);
|
|
}
|
|
|
|
RMButton#play_pause:disabled[paused=true]
|
|
{
|
|
image: url(:/image/player_p_disabled.png);
|
|
}
|
|
|
|
/* Control Button : Stop */
|
|
RMButton#stop
|
|
{
|
|
image: url(:/image/player_s_normal.png);
|
|
}
|
|
|
|
RMButton#stop:pressed
|
|
{
|
|
image: url(:/image/player_s_selected.png);
|
|
}
|
|
|
|
RMButton#stop:hover:!pressed
|
|
{
|
|
image: url(:/image/player_s_infocus.png);
|
|
}
|
|
|
|
|
|
RMButton#stop:disabled
|
|
{
|
|
image: url(:/image/player_s_disabled.png);
|
|
}
|
|
|
|
|
|
/* Control Button : Frame Forward */
|
|
RMButton#frame_forward
|
|
{
|
|
image: url(:/image/player_ff_normal.png);
|
|
}
|
|
|
|
RMButton#frame_forward:pressed
|
|
{
|
|
image: url(:/image/player_ff_selected.png);
|
|
}
|
|
|
|
RMButton#frame_forward:hover:!pressed
|
|
{
|
|
image: url(:/image/player_ff_infocus.png);
|
|
}
|
|
|
|
RMButton#frame_forward:disabled
|
|
{
|
|
image: url(:/image/player_ff_disabled.png);
|
|
}
|
|
|
|
/* Control Button : File Backward*/
|
|
RMButton#file_backward
|
|
{
|
|
image: url(:/image/player_pf_normal.png);
|
|
}
|
|
|
|
RMButton#file_backward:pressed
|
|
{
|
|
image: url(:/image/player_pf_selected.png);
|
|
}
|
|
|
|
RMButton#file_backward:hover:!pressed
|
|
{
|
|
image: url(:/image/player_pf_infocus.png);
|
|
}
|
|
|
|
RMButton#file_backward:disabled
|
|
{
|
|
image: url(:/image/player_pf_disabled.png);
|
|
}
|
|
|
|
/* Control Button : File Forward*/
|
|
RMButton#file_forward
|
|
{
|
|
image: url(:/image/player_nf_normal.png);
|
|
}
|
|
|
|
RMButton#file_forward:pressed
|
|
{
|
|
image: url(:/image/player_nf_selected.png);
|
|
}
|
|
|
|
RMButton#file_forward:hover:!pressed
|
|
{
|
|
image: url(:/image/player_nf_infocus.png);
|
|
}
|
|
|
|
RMButton#file_forward:disabled
|
|
{
|
|
image: url(:/image/player_nf_disabled.png);
|
|
}
|
|
|
|
/* Control Button : Front Camera*/
|
|
RMButton#front_camera
|
|
{
|
|
image: url(:/image/player_front_normal.png);
|
|
}
|
|
|
|
RMButton#front_camera:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera:pressed
|
|
{
|
|
image: url(:/image/player_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera:hover:!pressed
|
|
{
|
|
image: url(:/image/player_front_focused.png);
|
|
}
|
|
|
|
RMButton#front_camera:disabled
|
|
{
|
|
image: url(:/image/player_front_disabled.png);
|
|
}
|
|
/* INSIDE */
|
|
RMButton#front_camera_inside
|
|
{
|
|
image: url(:/image/player_inside_front_normal.png);
|
|
}
|
|
|
|
RMButton#front_camera_inside:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_inside_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_inside:pressed
|
|
{
|
|
image: url(:/image/player_inside_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_inside:hover:!pressed
|
|
{
|
|
image: url(:/image/player_inside_front_focused.png);
|
|
}
|
|
|
|
RMButton#front_camera_inside:disabled
|
|
{
|
|
image: url(:/image/player_inside_front_disabled.png);
|
|
}
|
|
|
|
/* FRONT CAMER MAIN */
|
|
RMButton#front_camera_main
|
|
{
|
|
image: url(:/image/player_front_main_normal.png);
|
|
}
|
|
|
|
RMButton#front_camera_main:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_front_main_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_main:pressed
|
|
{
|
|
image: url(:/image/player_front_main_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_main:hover:!pressed
|
|
{
|
|
image: url(:/image/player_front_main_focused.png);
|
|
}
|
|
|
|
RMButton#front_camera_main:disabled
|
|
{
|
|
image: url(:/image/player_front_main_disabled.png);
|
|
}
|
|
|
|
|
|
/* FRONT CAMER FRONT */
|
|
RMButton#front_camera_front
|
|
{
|
|
image: url(:/image/player_front_front_normal.png);
|
|
}
|
|
|
|
RMButton#front_camera_front:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_front_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_front:pressed
|
|
{
|
|
image: url(:/image/player_front_front_pressed.png);
|
|
}
|
|
|
|
RMButton#front_camera_front:hover:!pressed
|
|
{
|
|
image: url(:/image/player_front_front_focused.png);
|
|
}
|
|
|
|
RMButton#front_camera_front:disabled
|
|
{
|
|
image: url(:/image/player_front_front_disabled.png);
|
|
}
|
|
|
|
|
|
/* Control Button : Rear Camera*/
|
|
|
|
RMButton#rear_camera
|
|
{
|
|
image: url(:/image/player_rear_normal.png);
|
|
}
|
|
|
|
RMButton#rear_camera:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_rear_pressed.png);
|
|
}
|
|
|
|
RMButton#rear_camera:pressed
|
|
{
|
|
image: url(:/image/player_rear_pressed.png);
|
|
}
|
|
|
|
RMButton#rear_camera:hover:!pressed
|
|
{
|
|
image: url(:/image/player_rear_focused.png);
|
|
}
|
|
|
|
RMButton#rear_camera:disabled
|
|
{
|
|
image: url(:/image/player_rear_disabled.png);
|
|
}
|
|
|
|
RMButton#rear_camera_inside
|
|
{
|
|
image: url(:/image/player_inside_rear_normal.png);
|
|
}
|
|
|
|
RMButton#rear_camera_inside:disabled[on=true]
|
|
{
|
|
image: url(:/image/player_inside_rear_pressed.png);
|
|
}
|
|
|
|
RMButton#rear_camera_inside:pressed
|
|
{
|
|
image: url(:/image/player_inside_rear_pressed.png);
|
|
}
|
|
|
|
RMButton#rear_camera_inside:hover:!pressed
|
|
{
|
|
image: url(:/image/player_inside_rear_focused.png);
|
|
}
|
|
|
|
RMButton#rear_camera_inside:disabled
|
|
{
|
|
image: url(:/image/player_inside_rear_disabled.png);
|
|
}
|
|
|
|
|
|
/* ------------------------------------------------------------------------------------- */
|
|
/* Sub Video Button : Toggle*/
|
|
|
|
RMButton#swap_video
|
|
{
|
|
image: url(:/image/swap_display_normal.png);
|
|
}
|
|
|
|
RMButton#swap_video:pressed
|
|
{
|
|
image: url(:/image/swap_display_selected.png);
|
|
}
|
|
|
|
RMButton#swap_video:hover:!pressed
|
|
{
|
|
image: url(:/image/swap_display_infocus.png);
|
|
}
|
|
|
|
RMButton#swap_video:disabled
|
|
{
|
|
image: url(:/image/swap_display_disabled.png);
|
|
}
|
|
|
|
RMButton#swap_video_inside
|
|
{
|
|
image: url(:/image/swap_inside_display_normal.png);
|
|
}
|
|
|
|
RMButton#swap_video_inside:pressed
|
|
{
|
|
image: url(:/image/swap_inside_display_selected.png);
|
|
}
|
|
|
|
RMButton#swap_video_inside:hover:!pressed
|
|
{
|
|
image: url(:/image/swap_inside_display_infocus.png);
|
|
}
|
|
|
|
RMButton#swap_video_inside:disabled
|
|
{
|
|
image: url(:/image/swap_inside_display_disabled.png);
|
|
}
|
|
|
|
/* MAIN */
|
|
RMButton#swap_video_main
|
|
{
|
|
image: url(:/image/swap_display_normal_main.png);
|
|
}
|
|
|
|
RMButton#swap_video_main:pressed
|
|
{
|
|
image: url(:/image/swap_display_selected_main.png);
|
|
}
|
|
|
|
RMButton#swap_video_main:hover:!pressed
|
|
{
|
|
image: url(:/image/swap_display_infocus_main.png);
|
|
}
|
|
|
|
RMButton#swap_video_main:disabled
|
|
{
|
|
image: url(:/image/swap_display_disabled_main.png);
|
|
}
|
|
|
|
/* Main video front */
|
|
RMButton#swap_video_front
|
|
{
|
|
image: url(:/image/swap_display_normal_front.png);
|
|
}
|
|
|
|
RMButton#swap_video_front:pressed
|
|
{
|
|
image: url(:/image/swap_display_selected_front.png);
|
|
}
|
|
|
|
RMButton#swap_video_front:hover:!pressed
|
|
{
|
|
image: url(:/image/swap_display_infocus_front.png);
|
|
}
|
|
|
|
RMButton#swap_video_front:disabled
|
|
{
|
|
image: url(:/image/swap_display_disabled_front.png);
|
|
}
|
|
|
|
|
|
|
|
/* Sub Video Button : Map*/
|
|
|
|
RMButton#map
|
|
{
|
|
image: url(:/image/map_normal.png);
|
|
}
|
|
|
|
RMButton#map:pressed
|
|
{
|
|
image: url(:/image/map_selected.png);
|
|
}
|
|
|
|
RMButton#map:hover:!pressed
|
|
{
|
|
image: url(:/image/map_infocus.png);
|
|
}
|
|
|
|
RMButton#map:disabled
|
|
{
|
|
image: url(:/image/map_disabled.png);
|
|
}
|
|
|
|
|
|
/* ------------------------------------------------------------------------------------- */
|
|
|
|
RMButton#mute
|
|
{
|
|
image: url(:/image/mute_normal.png);
|
|
}
|
|
|
|
RMButton#mute:pressed
|
|
{
|
|
image: url(:/image/mute_pressed.png);
|
|
}
|
|
|
|
RMButton#mute:hover:!pressed
|
|
{
|
|
image: url(:/image/mute_focused.png);
|
|
}
|
|
|
|
RMButton#mute:disabled
|
|
{
|
|
image: url(:/image/mute_disabled.png);
|
|
}
|
|
|
|
RMButton#mute:checked
|
|
{
|
|
image: url(:/image/mute_normal_muted.png);
|
|
}
|
|
|
|
RMButton#mute:checked:pressed
|
|
{
|
|
image: url(:/image/mute_pressed_muted.png);
|
|
}
|
|
|
|
RMButton#mute:checked:hover:!pressed
|
|
{
|
|
image: url(:/image/mute_focused_muted.png);
|
|
}
|
|
|
|
RMButton#mute:checked:disabled
|
|
{
|
|
image: url(:/image/mute_disabled_muted.png);
|
|
}
|
|
|
|
QSlider#play
|
|
{
|
|
/*border: 1px solid red;*/
|
|
}
|
|
/* LEFT BAR */
|
|
QSlider#play::sub-page:horizontal
|
|
{
|
|
background: #00D9D9;
|
|
border: 2px solid #00D0D0;
|
|
height: 4px;
|
|
margin: 6px 0;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/* RIGHT BAR */
|
|
QSlider#play::add-page:horizontal
|
|
{
|
|
background: #222222;
|
|
border: 1px solid #000000;
|
|
height: 4px;
|
|
margin: 6px 0;
|
|
border-radius: 4px;
|
|
}
|
|
QSlider#play::groove:horizontal
|
|
{
|
|
border: 1px transparent #999999;
|
|
height: 16px;
|
|
margin: 2px 9px;
|
|
}
|
|
QSlider#play::handle:horizontal
|
|
{
|
|
image: url(:/image/thumb_big.png);
|
|
margin: -9px -9px;
|
|
}
|
|
|
|
QSlider#play::handle:horizontal:pressed
|
|
{
|
|
image: url(:/image/thumb_big_pressed.png);
|
|
margin: -9px -9px;
|
|
}
|
|
|
|
QSlider#play::handle:horizontal:disabled
|
|
{
|
|
image: url(:/image/thumb_big_disabled.png);
|
|
margin: -9px -9px;
|
|
}
|
|
|
|
|
|
|
|
/* Speed BAR */
|
|
QSlider#normal
|
|
{
|
|
/*border: 1px solid red;*/
|
|
}
|
|
QSlider#normal::sub-page:horizontal
|
|
{
|
|
background: #EC5807;
|
|
border: 1px solid #EC5807;
|
|
height: 4px;
|
|
margin: 6px 0;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
QSlider#normal::sub-page:horizontal:disabled
|
|
{
|
|
background: #888888;
|
|
border: 1px solid #888888;
|
|
height: 4px;
|
|
margin: 6px 0;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* RIGHT BAR */
|
|
QSlider#normal::add-page:horizontal
|
|
{
|
|
background: #222222;
|
|
border: 1px solid #000000;
|
|
height: 4px;
|
|
margin: 6px 0;
|
|
border-radius: 3px;
|
|
}
|
|
/* HEIGHT 가 가장 중요! */
|
|
QSlider#normal::groove:horizontal
|
|
{
|
|
border: 2px transparent #999999;
|
|
height: 14px;
|
|
margin: 2px 6px;
|
|
}
|
|
|
|
QSlider#normal::handle:horizontal
|
|
{
|
|
image: url(:/image/thumb_small.png);
|
|
margin: -6px -6px;
|
|
}
|
|
QSlider#normal::handle:horizontal:pressed
|
|
{
|
|
image: url(:/image/thumb_small_pressed.png);
|
|
margin: -6px -6px;
|
|
}
|
|
QSlider#normal::handle:horizontal:disabled
|
|
{
|
|
image: url(:/image/thumb_small_disabled.png);
|
|
margin: -6px -6px;
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
QSlider#NoFill::sub-page:horizontal
|
|
{
|
|
background: #4C4F70;
|
|
border: 3px solid #31334A;
|
|
height: 4px;
|
|
margin: 5px 0;
|
|
border-radius: 0px;
|
|
}
|
|
QSlider::sub-page:horizontal[muted=true]
|
|
{
|
|
background: white;
|
|
border: 3px solid #31334A;
|
|
height: 4px;
|
|
margin: 5px 0;
|
|
border-radius: 0px;
|
|
}
|
|
QSlider::sub-page:horizontal:disabled
|
|
{
|
|
background: #DDDDDD;
|
|
border: 3px solid #31334A;
|
|
height: 4px;
|
|
margin: 5px 0;
|
|
border-radius: 0px;
|
|
}
|
|
*/
|
|
|
|
/* ------------------------------------------------------------------------------------- */
|
|
/* Graph */
|
|
QWidget#graph_widget
|
|
{
|
|
border-image: url(:/image/graph_bg.png) 0 10 0 0 repeat repeat;
|
|
border-width: 0px;
|
|
}
|
|
|
|
/* Graph Button : Zoom-In*/
|
|
|
|
RMButton#zoomin
|
|
{
|
|
image: url(:/image/graph_zoomin_normal.png);
|
|
}
|
|
|
|
RMButton#zoomin:pressed
|
|
{
|
|
image: url(:/image/graph_zoomin_selected.png);
|
|
}
|
|
|
|
RMButton#zoomin:hover:!pressed
|
|
{
|
|
image: url(:/image/graph_zoomin_infocus.png);
|
|
}
|
|
|
|
RMButton#zoomin:disabled
|
|
{
|
|
image: url(:/image/graph_zoomin_disabled.png);
|
|
}
|
|
|
|
/* Graph Button : Zoom-Out*/
|
|
|
|
RMButton#zoomout
|
|
{
|
|
image: url(:/image/graph_zoomout_normal.png);
|
|
}
|
|
|
|
RMButton#zoomout:pressed
|
|
{
|
|
image: url(:/image/graph_zoomout_selected.png);
|
|
}
|
|
|
|
RMButton#zoomout:hover:!pressed
|
|
{
|
|
image: url(:/image/graph_zoomout_infocus.png);
|
|
}
|
|
|
|
RMButton#zoomout:disabled
|
|
{
|
|
image: url(:/image/graph_zoomout_disabled.png);
|
|
}
|
|
|
|
/* ------------------------------------------------------------------------------------- */
|
|
/* List */
|
|
RMButton#group_normal
|
|
{
|
|
image: url(:/image/group_normal_normal.png);
|
|
}
|
|
|
|
RMButton#group_normal:checked
|
|
{
|
|
image: url(:/image/group_normal_checked.png);
|
|
}
|
|
|
|
RMButton#group_normal:pressed
|
|
{
|
|
image: url(:/image/group_normal_checked.png);
|
|
}
|
|
|
|
RMButton#group_normal:disabled
|
|
{
|
|
image: url(:/image/group_normal_disabled.png);
|
|
}
|
|
|
|
RMButton#group_event
|
|
{
|
|
border: none;
|
|
image: url(:/image/group_event_normal.png);
|
|
}
|
|
|
|
RMButton#group_event:checked
|
|
{
|
|
image: url(:/image/group_event_checked.png);
|
|
}
|
|
|
|
RMButton#group_event:pressed
|
|
{
|
|
image: url(:/image/group_event_checked.png);
|
|
}
|
|
|
|
RMButton#group_event:disabled
|
|
{
|
|
image: url(:/image/group_event_disabled.png);
|
|
}
|
|
|
|
/* Group Normal Slim */
|
|
RMButton#group_normal_slim
|
|
{
|
|
image: url(:/image/group_slim_normal_normal.png);
|
|
}
|
|
|
|
RMButton#group_normal_slim:checked
|
|
{
|
|
image: url(:/image/group_slim_normal_checked.png);
|
|
}
|
|
|
|
RMButton#group_normal_slim:pressed
|
|
{
|
|
image: url(:/image/group_slim_normal_checked.png);
|
|
}
|
|
|
|
RMButton#group_normal_slim:disabled
|
|
{
|
|
image: url(:/image/group_slim_normal_disabled.png);
|
|
}
|
|
|
|
RMButton#group_event_slim
|
|
{
|
|
border: none;
|
|
image: url(:/image/group_slim_event_normal.png);
|
|
}
|
|
|
|
RMButton#group_event_slim:checked
|
|
{
|
|
image: url(:/image/group_slim_event_checked.png);
|
|
}
|
|
|
|
RMButton#group_event_slim:pressed
|
|
{
|
|
image: url(:/image/group_slim_event_checked.png);
|
|
}
|
|
|
|
RMButton#group_event_slim:disabled
|
|
{
|
|
image: url(:/image/group_slim_event_disabled.png);
|
|
}
|
|
|
|
|
|
|
|
|
|
RMButton#open
|
|
{
|
|
image: url(:/image/open_normal.png);
|
|
}
|
|
|
|
RMButton#open:pressed
|
|
{
|
|
image: url(:/image/open_pressed.png);
|
|
}
|
|
|
|
|
|
RMButton#open:hover:!pressed
|
|
{
|
|
image: url(:/image/open_focused.png);
|
|
}
|
|
|
|
RMButton#backup
|
|
{
|
|
image: url(:/image/backup_normal.png);
|
|
}
|
|
|
|
RMButton#backup:pressed
|
|
{
|
|
image: url(:/image/backup_pressed.png);
|
|
}
|
|
|
|
RMButton#backup:hover:!pressed
|
|
{
|
|
image: url(:/image/backup_focused.png);
|
|
}
|
|
|
|
RMButton#backup:disabled
|
|
{
|
|
image: url(:/image/backup_disabled.png);
|
|
}
|
|
|
|
/* TABLE VIEW */
|
|
/*
|
|
RMWidgetVideoList
|
|
{
|
|
background-color: #626262;
|
|
border: 0px #000000;
|
|
}
|
|
QHeaderView
|
|
{
|
|
background-color: #3A3A3A;
|
|
}
|
|
QHeaderView::section
|
|
{
|
|
background-color: #3A3A3A;
|
|
color: white;
|
|
font-size: 14px;
|
|
padding: 1px;
|
|
border-left: 1px solid #3A3A3A;
|
|
border-right: 1px solid #8C8C8C;
|
|
border-top: 1px solid #3A3A3A;
|
|
border-bottom: 1px solid #3A3A3A;
|
|
}
|
|
|
|
QTableWidget#list
|
|
{
|
|
gridline-color: #31334A;
|
|
font-size: 13px;
|
|
font-family: Arial;
|
|
outline: none;
|
|
border: 0px outset #000000;
|
|
color:white;
|
|
}
|
|
*/
|
|
/*
|
|
QScrollBar:vertical
|
|
{
|
|
border-width: 0px;
|
|
border-style: solid;
|
|
background: none;
|
|
width: 10px;
|
|
margin: 21px 0 21px 0;
|
|
}
|
|
|
|
QScrollBar::handle:vertical
|
|
{
|
|
min-height: 25px;
|
|
}
|
|
|
|
QScrollBar::add-line:vertical
|
|
{
|
|
border: 0px solid black;
|
|
background: none;
|
|
height: 20px;
|
|
width: 15px;
|
|
subcontrol-position: bottom;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical
|
|
{
|
|
border: 0px solid black;
|
|
background: none;
|
|
height: 20px;
|
|
width: 15px;
|
|
subcontrol-position: top;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
|
|
{
|
|
background: none;
|
|
}
|
|
|
|
QScrollBar::up-arrow:vertical
|
|
{
|
|
image: url(:/icons/icon_arrow_up.png);
|
|
}
|
|
|
|
QScrollBar::down-arrow:vertical
|
|
{
|
|
image: url(:/icons/icon_arrow_down.png);
|
|
}
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QCheckBox#list::indicator
|
|
{
|
|
padding-left: 2px;
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
QCheckBox#list::indicator:checked
|
|
{
|
|
/* border: 1px solid red; */
|
|
image: url(:/icons/icon_checked_on.png);
|
|
}
|
|
QCheckBox#list::indicator:unchecked
|
|
{
|
|
image: url(:/icons/icon_checked_off.png);
|
|
}
|
|
|
|
|
|
QCheckBox#listAll::indicator
|
|
{
|
|
padding-left: 2px;
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
QCheckBox#listAll::indicator:checked
|
|
{
|
|
/* border: 1px solid red; */
|
|
image: url(:/icons/icon_checked_on.png);
|
|
}
|
|
QCheckBox#listAll::indicator:unchecked
|
|
{
|
|
image: url(:/icons/icon_checked_off.png);
|
|
}
|
|
QCheckBox#listAll::indicator:indeterminate
|
|
{
|
|
image: url(:/icons/icon_checked_partial.png);
|
|
}
|
|
QCheckBox#listAll::indicator:disabled
|
|
{
|
|
image: url(:/icons/icon_checked_disabled.png);
|
|
}
|
|
QCheckBox#listAll::indicator:disabled:indeterminate
|
|
{
|
|
image: url(:/icons/icon_checked_disabled_partial.png);
|
|
}
|
|
QCheckBox#listAll::indicator:disabled:checked
|
|
{
|
|
image: url(:/icons/icon_checked_disabled_on.png);
|
|
}
|
|
|
|
/* QProgress Bar */
|
|
/*
|
|
QProgressBar
|
|
{
|
|
background-color: white;
|
|
border-style: none;
|
|
}
|
|
|
|
QProgressBar::chunk
|
|
{
|
|
background-color: #cc9933;
|
|
}
|
|
*/
|
|
/* Group BOX */
|
|
QGroupBox#settings
|
|
{
|
|
color: white;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid #969696;
|
|
margin-top: 10px;
|
|
}
|
|
QGroupBox#settings::title
|
|
{
|
|
subcontrol-origin: margin;
|
|
left: 10px;
|
|
top: 0px;
|
|
padding: 0px 5px 0px 5px;
|
|
}
|
|
/*
|
|
RMGroupComboBox#settings
|
|
{
|
|
color : white;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
*/
|
|
/* Group BOX */
|
|
QComboBox#settings
|
|
{
|
|
color : black;
|
|
font-size: 13px;
|
|
}
|
|
QComboBox#settings::disabled
|
|
{
|
|
color : grey;
|
|
}
|
|
/* Radio Button */
|
|
QRadioButton#settings
|
|
{
|
|
color : white;
|
|
font-size: 13px;
|
|
}
|
|
|
|
QRadioButton#settings:disabled
|
|
{
|
|
color : gray;
|
|
font-size: 13px;
|
|
}
|
|
|
|
QRadioButton#settings::indicator:unchecked
|
|
{
|
|
image: url(:/image/radio_button_unchecked.png);
|
|
}
|
|
QRadioButton#settings::indicator:unchecked:hover
|
|
{
|
|
image: url(:/image/radio_button_unchecked_focused.png);
|
|
}
|
|
QRadioButton#settings::indicator:checked
|
|
{
|
|
image: url(:/image/radio_button_checked.png);
|
|
}
|
|
QRadioButton#settings::indicator:checked:hover
|
|
{
|
|
image: url(:/image/radio_button_checked_focused.png);
|
|
}
|
|
|
|
|
|
QRadioButton#settings::indicator:checked:disabled
|
|
{
|
|
image: url(:/image/radio_button_checked_disabled.png);
|
|
}
|
|
QRadioButton#settings::indicator:unchecked:disabled
|
|
{
|
|
image: url(:/image/radio_button_unchecked_disabled.png);
|
|
}
|
|
|