XieLong

Results 4 comments of XieLong

> Error: attribute PIDFile not exists in file /usr/lib/systemd/system/sshd.service > Error: file /usr/lib/systemd/system/sshd.service cannot be opened It works for me by changing line 7: `SYSTEMD_UNITS_PATH="/usr/lib/systemd/system/"` to `SYSTEMD_UNITS_PATH="/lib/systemd/system/"`

> what's environment you are using? @ruquanzhao I run in chroot, which created by Linux Deploy on Android. Seems like its pids are inherited from the host.

在开发者选项最后面把启用MIUI优化关掉再连接就可以了,连上后可以把该选项再打开,不然界面会很丑

你可能没有手动连接这几个按钮的信号槽,上面几个语句只是实现样式相关的功能,点击操作仍需自己连接信号槽。如 ```cpp connect(closeButton, &QPushButton::clicked, this, &QWidget::close); ```