gpt4 book ai didi

c++ - Qt : element visible and not obscured (no need to scroll)

转载 作者:行者123 更新时间:2023-11-30 04:13:32 24 4
gpt4 key购买 nike

来自关于可见属性的 Qt 文档:

This property holds whether the widget is visible. [...]

A widget that happens to be obscured by other windows on the screen isconsidered to be visible

在我的例子中,没有其他窗口,只有同一个带有滚动条(水平和垂直)的窗口。

我怎么知道元素是否在可见区域(用户真正可见,无需滚动)?

最佳答案

如果您使用的是 QScrollArea你可以使用它的成员函数

void ensureWidgetVisible ( QWidget * childWidget, int xmargin = 50, int ymargin = 50 )

确保您的小部件可见。对于项目 View (从 QAbstractItemView 继承的任何内容),有

virtual void scrollTo ( const QModelIndex & index, ScrollHint hint = EnsureVisible ) = 0

这确保由 index 表示的元素可见。

关于c++ - Qt : element visible and not obscured (no need to scroll),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19400044/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com