摘要: 文章目录[隐藏] Qt 设置无边框 Dialog 可拖拽方法 Qt 设置无边框 Dialog 可拖拽方法 搞了许久,就这么个属性,开启就可以了。 // this 表示当前 Dialog 对象 this->setSizeGripEnabled(true); 阅读全文
posted @ 2020-04-24 01:15 不随。 阅读(59) 评论(0) 推荐(0)