feat: 添加了部分注释
This commit is contained in:
@@ -168,6 +168,7 @@ void ElaCentralStackedWidget::doWindowStackSwitch(ElaWindowType::StackSwitchMode
|
||||
|
||||
void ElaCentralStackedWidget::paintEvent(QPaintEvent *event) {
|
||||
QRect targetRect = this->rect();
|
||||
// ADDZY: 左上角向右下移动(1, 1),右下角向右下收缩(10, 10)
|
||||
targetRect.adjust(1, 1, 10, 10);
|
||||
QPainter painter(this);
|
||||
painter.save();
|
||||
|
||||
Reference in New Issue
Block a user