下一步完善旋转等画面功能

This commit is contained in:
2025-09-25 23:53:23 +08:00
parent 1d9da56656
commit ee228485dc
16 changed files with 940 additions and 722 deletions

View File

@@ -1,27 +1,77 @@
/*#COLOR#;MAIN_COLOR=#45b0c4;BTN_HOVER_COLOR=#6bc3ce;BTN_PRESSED_COLOR=#30889b;ITEM_HOVER_COLOR=#f1fcfc;ITEM_SELECTED_COLOR=#e9f4f4*/
/**********窗口样式*************/
QMainWindow {
/* background: #FFFFFF; */
border-style: none;
color: white;
background-color: black;
}
.QToolButton {
background-color: transparent;
/* border-style: none; */
border: 1px solid #FFFFFF;
/* icon-size: 48px; */
padding: 8px;
/* margin: 2px; */
/* transition: all 0.3s ease; */
QWidget {
border-style: none;
color: white;
background-color: black;
}
.QToolButton::hover {
QWidget#ctrlBar > QLabel {
color: white;
}
QPushButton {
color: white;
}
QSlider::groove:horizontal, QSlider::add-page:horizontal {
background-color: #F3F4F4;
height: 8px;
border-radius: 3px;
}
QSlider::sub-page:horizontal {
height: 8px;
border-radius: 3px;
background-color: #F56C3C;
}
QSlider::handle:horizontal {
width: 13px;
margin-top: -3px;
margin-bottom: -3px;
border-radius: 6px;;
background-color: #F56C3C;
}
QSlider::handle:horizontal:hover {
background-color: #ef794e;
}
QListView {
border: none;
selection-background-color: #F56C3C;
outline: 0px;
}
QListView::item {
padding: 5px;
margin: 0px;
size: 16px;
}
QListView::item:selected {
color: white;
background-color: #F56C3C;
}
QListView::item:hover {
color: white;
background-color: #ef794e;
}
QToolButton {
background-color: transparent;
border-style: none;
/* icon-size: 60px; */
padding: 3px;
padding: 10px;
}
QToolButton:hover {
background-color: transparent;
border-style: none;
padding: 0px;
}
/*QGroupBox#typeGroupBox{
border:1px solid #45b0c4;