重构MainWindow的主界面

使用主窗口自带标题栏,摒弃侧栏和几个按钮独立的SideBarVLay,将之合并到原标题栏中
This commit is contained in:
RigoLigoRLC
2022-02-16 00:28:58 +08:00
parent 0a351ad40d
commit 55795601e0
4 changed files with 14 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ SpkTitleBar::SpkTitleBar(QWidget *parent) : QWidget(parent)
mIcon = new QLabel(this);
mTitle = new QLabel(this);
mIcon->setFixedSize(32, 32);
mIcon->setFixedSize(40, 40);
mMainLayout = new QHBoxLayout(this);
mUserSpace = new QHBoxLayout();