projectModelSetting
0
0
814
723
12
Dialog
4
0
0
0
0
-
0
0
0
22
QWidget {
background: #2c5282;
color: white;
border: none;
}
QWidget QLabel {
color: white;
font-size: 12px;
background: transparent;
}
0
6
0
0
0
-
-1
工程模配置
-
/* 标签页容器 */
QTabWidget::pane {
border: 1px solid #e2e8f0;
border-radius: 4px;
background-color: white;
margin-top: 4px;
}
/* 标签栏 */
QTabWidget::tab-bar {
alignment: left;
padding: 1px 1px 0 1px;
}
/* 单个标签 */
QTabBar::tab {
background-color: #f8fafc;
color: #94a3b8;
border: 1px solid #e2e8f0;
border-bottom: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 6px 16px;
margin-right: 2px;
font-size: 11px;
font-weight: 500;
}
/* 标签悬停 */
QTabBar::tab:hover {
background-color: #f1f5f9;
color: #64748b;
border-color: #cbd5e1;
}
/* 标签选中 */
QTabBar::tab:selected {
background-color: white;
color: #1e293b;
border-color: #e2e8f0;
border-bottom-color: white;
font-weight: 500;
margin-bottom: -1px;
padding-top: 7px;
}
0
基础设置
-
基本信息
-
元件名称:
-
true
-
Qt::Orientation::Horizontal
40
20
-
基模类型:
-
true
-
属性信息
6
-
font: 12pt "Microsoft YaHei UI";
color: rgb(8, 8, 8);
元模型属性
-
font: 12pt "Microsoft YaHei UI";
color: rgb(8, 8, 8);
工程模型属性
-
false
-
Qt::Orientation::Vertical
20
158
-
false
-
40
0
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
>>
-
40
0
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
<<
-
Qt::Orientation::Vertical
20
158
其他设置
-
工程图标设置
0
0
0
0
0
-
QAbstractItemView::DragDropMode::DragDrop
QAbstractItemView::SelectionMode::ExtendedSelection
100
100
QListView::ViewMode::IconMode
-
-
80
0
-
Qt::Orientation::Horizontal
40
20
-
80
20
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
选择
-
0
100
100
100
-
Qt::Orientation::Vertical
20
244
-
4
6
0
6
6
-
Qt::Orientation::Horizontal
180
20
-
80
20
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
确定
-
80
20
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
取消