gpt4 book ai didi

c++ - QT:将签名中具有基本类型的信号连接到签名中具有 QVariant 的插槽

转载 作者:行者123 更新时间:2023-12-02 10:07:03 27 4
gpt4 key购买 nike

我想将信号与基本类型的一个参数连接起来,例如

void toggled(bool checked)
void valueChanged(int i)
...

到参数为 QVariant 类型的槽:

void setValue( QVariant &value )

使用 Qt 5.14 可以吗?

最佳答案

Yes, you can connect signals to slots as long as there is an implicit conversion from the signal parameter to the slot parameter .

鉴于 Qvariant 有 int 和 bool 构造函数,这些构造函数将用于执行隐式转换。

关于c++ - QT:将签名中具有基本类型的信号连接到签名中具有 QVariant 的插槽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59719034/

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