[signal] void QMainWindow::tabifiedDockWidgetActivated(QDockWidget *dockWidg
et)
This signal is emitted when the tabified dock widget is activated by selecti
ng the tab. The activated dock widget is passed in dockWidget.
This function was introduced in Qt 5.8.
See also tabifyDockWidget() and tabifiedDockWidgets().
【 在 poggy 的大作中提到: 】
: 我的问题是, 我如何方便的处理哪个QDockWidget 被切换了,
: 之所以这样是因为, 多个Widget在Dock里面, 如果, 没有显示,
: 希望忽略掉对应页面的数据刷新显示, 通过Widget的hide属性 或者visable似乎并不能解决问题,
: ...................
--
FROM 119.233.180.*