Qt中如何从一个QHBoxLayout察看其中的部件?
我有一个QHBoxLayout,在程序运行过程中QHBoxLayout里会删除已有的QWidget部件并添加新的QWidget(有时从左边添加,有时从右边)。有没有办法直...
我有一个QHBoxLayout,在程序运行过程中QHBoxLayout里会删除已有的QWidget部件并添加新的QWidget(有时从左边添加,有时从右边)。有没有办法直接从一个QHBoxLayout察看它里面的部件,比如返回Layout里最右边的QWidget?
能不能从QHBoxLayout获得一个容器,里面是指向Layout中的部件的指针? 展开
能不能从QHBoxLayout获得一个容器,里面是指向Layout中的部件的指针? 展开
1个回答
展开全部
有没有办法直接从一个QHBoxLayout察看它里面的部件,比如返回Layout里最右边的QWidget?
QLayoutItem * QBoxLayout::itemAt ( int index ) const
int QLayout::indexOf ( QWidget * widget ) const
能不能从QHBoxLayout获得一个容器,里面是指向Layout中的部件的指针?
const QObjectList & QObject::children ()
QLayoutItem * QBoxLayout::itemAt ( int index ) const
int QLayout::indexOf ( QWidget * widget ) const
能不能从QHBoxLayout获得一个容器,里面是指向Layout中的部件的指针?
const QObjectList & QObject::children ()
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询