as the tittle says, i could not find any relationship or how to pass them to signals and slots.
Anyone could give me a quick tutorial? or Introduction? :)
as the tittle says, i could not find any relationship or how to pass them to signals and slots.
Anyone could give me a quick tutorial? or Introduction? :)
Copyright © 2021 Jogjafile Inc.
You have to get an
QObject-derived class object
from theQScopedPointer
byQScopedPointer::data()
method and use it:QScopedPointer class reference