gpt4 book ai didi

qt - 调整插入 QGraphicsscene 和 QGraphicsView 中的 qvideowidget 的亮度

转载 作者:行者123 更新时间:2023-12-02 00:32:38 25 4
gpt4 key购买 nike

我正在使用 Qgrpahicsscene、QgraphicsView、qvideowidget 播放视频

videoWidget = new QVideoWidget;

QGraphicsScene *scene = new QGraphicsScene;

QGraphicsView *graphicsView = new QGraphicsView(scene);

scene->addWidget(videoWidget);

视频播放正确,我需要的是当我调整视频小部件中的亮度时,它没有反射(reflect),并且我已经检查了它正在设置的视频小部件亮度级别。请分享一些想法,提前致谢

最佳答案

更新亮度变化后的场景。像这样:

videoWidget->setBrightness(bright);
scene->update(scene->sceneRect());

关于qt - 调整插入 QGraphicsscene 和 QGraphicsView 中的 qvideowidget 的亮度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16586735/

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