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.
它通常看起来像一个标签,一旦你将鼠标移到它上面,或者单击它,然后同样会变成一个编辑控件或组合框。
使用 QStackedWidget。根据文档,“QStackedWidget 类提供了一堆小部件,其中一次只有一个小部件可见。” 然后,您可以重新实现 QWidget::enterEvent 和 QWidget::leaveEvent 以检测鼠标悬停并显示适当的小部件。