feat: 添加了部分注释

This commit is contained in:
sleepwithoutbz
2025-09-20 12:30:37 +08:00
parent 4ab391f8a1
commit 91d314a888
6 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ MainWindow::~MainWindow() {}
void MainWindow::initWindow() {
qDebug() << "Window: Init the window.";
qDebug() << "Window: Set to fixed size";
setIsFixedSize(true);
// setIsFixedSize(true);
// TODO: Set the subtitle of user info card
setUserInfoCardSubTitle("Nothing!");
// resize(600,480);
}