feat: 添加了部分注释
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user