promote ui

This commit is contained in:
xyz
2025-05-24 12:18:28 +08:00
parent bf3bd5a2ba
commit e0c79558b5
3 changed files with 119 additions and 7 deletions

View File

@ -148,12 +148,17 @@ void MainWidget::initMidWindow()
QWidget* spacer3 = new QWidget();
spacer3->setFixedWidth(10);
QWidget* spacer4 = new QWidget();
spacer4->setFixedHeight(10);
layout->addWidget(spacer1, 0, 0);
layout->addWidget(searchEdit, 0, 1);
layout->addWidget(spacer2, 0, 2);
layout->addWidget(addFriendBtn, 0 ,3);
layout->addWidget(spacer3, 0, 4);
layout->addWidget(sessionFriendArea, 1, 0, 1, 5);
layout->addWidget(spacer4, 1, 0);
layout->addWidget(sessionFriendArea, 2, 0, 1, 5);
}
void MainWidget::initRightWindow()