Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用QTabWidget, 并设置setMovable(True)为自由移动所有选项卡。 它对我来说很好,但我希望还有一件事。 当标签从这里移到那里时,我想让应用程序知道信号。
QTabWidget
setMovable(True)
currentChanged(int)信号不适合那个。
currentChanged(int)
如果我重新实现QTabWidget,我必须做什么?
使用 的tabMoved信号QTabBar。您可以使用该方法获得QTabBar使用。QTabWidgettabBar()
tabMoved
QTabBar
tabBar()