添加界面组件间的分隔线方便识别

顺便增加了DVL(DivideLine)色
This commit is contained in:
RigoLigoRLC
2022-02-16 00:57:55 +08:00
parent 55795601e0
commit c71582997b
6 changed files with 19 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ namespace SpkUi
ShadesEdge,
ScrollBarNorm,
ScrollBarHover,
DivideLine,
};
extern const std::list<ColorSetIndex> AccentColorExceptions;

View File

@@ -36,7 +36,7 @@ class SpkTitleBarDefaultButton : public QPushButton
void PaintSymbol(QPainter &);
};
class SpkTitleBar : public QWidget
class SpkTitleBar : public QFrame
{
Q_OBJECT
friend class SpkWindow;