摘要:
this->setAttribute(Qt::WA_TranslucentBackground);//透明 this->setAttribute(Qt::WA_NoSystemBackground, false);//不继承父类窗口背景色 我发现了一个问题:上面两句代码顺序不同时,效果不一样。上述顺 阅读全文
摘要:
参考:https://blog.csdn.net/qq_45254369/article/details/125878621 左键按住,拖动窗口 头文件: #ifndef FRAME_H #define FRAME_H #include <QFrame> namespace Ui { class F 阅读全文