<mailto:axel.spo...@qt.io>
发送时间: 2023年8月14日 21:26
收件人: Ziming Song<mailto:s.zim...@hotmail.com>
抄送: development@qt-project.org<mailto:development@qt-project.org>
主题: Re: [Development] QAbstractItemModel's meta-object got changed in QtQuick
Hi,
The meta object doesn’t chang
ect.org>
主题: Re: [Development] QAbstractItemModel's meta-object got changed in QtQuick
Hi,
The meta object doesn’t change during execution. The messages probably mean,
that upon app close, the custom class (inheriting from QObject) is already
deleted. Only a QObject is left, which is what classN
Hi,
The meta object doesn’t change during execution. The messages probably mean,
that upon app close, the custom class (inheriting from QObject) is already
deleted. Only a QObject is left, which is what className() correctly reports.
Maybe throw a qDebug() in the custom class destructor, to che
Hi,
I’m playing with QtQuick TreeView with custom QAbstractItemModel in C++. The
program runs fine, except some error logs when program exits:
qt.core.qobject.connect: QObject::disconnect: No such signal
QObject::rowsAboutToBeRemoved(QModelIndex,int,int)
qt.core.qobject.connect: QObject::disc