标签: qt always-on-top
我可以在UI视图中为窗口的属性表执行此操作吗?
目前我在QMainDialog的构造函数中设置always on top标志:
setWindowFlags(Qt::WindowStaysOnTopHint);