重写mouseEvent 事件 怎么实现自定义的无边框窗口移动
摘要:
void MainWindow::mousePressEvent(QMouseEvent *event){ if (event->button() == Qt::LeftButton) { m_Drag = true; m_DragPosition = event-... 阅读全文
posted @ 2015-06-08 23:09 areu-me 阅读(555) 评论(0) 推荐(0) 编辑