fix(remotemanage): group dialog obscured by terminal window#528
Conversation
GroupConfigOptDlg was created without parent and window modality, causing it to be hidden behind terminal. Now passes parent and sets Qt::WindowModal, matching ServerConfigOptDlg behavior. 添加分组对话框未设置父窗口和窗口模态,导致被终端窗口遮挡。 现在传入父窗口并设置Qt::WindowModal,与添加服务器对话框一致。 Log: 修复添加分组对话框被终端窗口遮挡的问题 PMS: BUG-358805 Influence: 修复后添加分组对话框始终保持在终端窗口之上,不会被遮挡。
deepin pr auto review这段代码修改主要是在创建 以下是针对这段修改的详细审查意见: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
5. 进一步优化建议虽然这段修改本身是正确的,但结合上下文,建议关注以下几点:
总结: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pengfeixx, wyu71 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/merge |
GroupConfigOptDlg was created without parent and window modality, causing it to be hidden behind terminal. Now passes parent and sets Qt::WindowModal, matching ServerConfigOptDlg behavior.
添加分组对话框未设置父窗口和窗口模态,导致被终端窗口遮挡。
现在传入父窗口并设置Qt::WindowModal,与添加服务器对话框一致。
Log: 修复添加分组对话框被终端窗口遮挡的问题
PMS: BUG-358805
Influence: 修复后添加分组对话框始终保持在终端窗口之上,不会被遮挡。