Qt通过QAxWidget来使用flash控件的问题
发布时间:2020-12-15 19:58:47 所属栏目:百科 来源:网络整理
导读:如果使用继承方式来使用flash控件,则需要为其指定父widget,从而使QAxWidget不会一直置顶。使用函数setParent(parent,Qt::NoDropShadowWindowHint | Qt::WindowCloseButtonHint | Qt::MacWindowToolBarButtonHint | Qt::WindowOverridesSystemGestures | Qt
如果使用继承方式来使用flash控件,则需要为其指定父widget,从而使QAxWidget不会一直置顶。使用函数 setParent(parent,Qt::NoDropShadowWindowHint | Qt::WindowCloseButtonHint | Qt::MacWindowToolBarButtonHint | Qt::WindowOverridesSystemGestures | Qt::WindowDoesNotAcceptFocus); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |