mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
添加界面组件间的分隔线方便识别
顺便增加了DVL(DivideLine)色
This commit is contained in:
@@ -36,6 +36,7 @@ namespace SpkUi
|
||||
ShadesEdge,
|
||||
ScrollBarNorm,
|
||||
ScrollBarHover,
|
||||
DivideLine,
|
||||
};
|
||||
|
||||
extern const std::list<ColorSetIndex> AccentColorExceptions;
|
||||
|
||||
@@ -36,7 +36,7 @@ class SpkTitleBarDefaultButton : public QPushButton
|
||||
void PaintSymbol(QPainter &);
|
||||
};
|
||||
|
||||
class SpkTitleBar : public QWidget
|
||||
class SpkTitleBar : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class SpkWindow;
|
||||
|
||||
Reference in New Issue
Block a user