Re: [Interest] How to programatically make a tab's text bold?

2018-04-03 Thread Hamish Moffatt

On 04/04/18 15:10, Vadim Peretokin wrote:
How can I programatically make a tab's text bold? I'm looking to 
notify the user that they need to look at it.


Note that this is different from using a stylesheet to set the 
selected tab bold - I'd like to set any random tab's text bold.


Been looking at this for several days, appreciate any advice!


Using widgets? You didn't say what context.

Maybe you can set a dynamic property on the tab when you want it to be 
bold, and attach a special style using properties in the stylesheet.



Hamish
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Video Filters on Android

2018-04-03 Thread Jason H
http://blog.qt.io/blog/2015/03/20/introducing-video-filters-in-qt-multimedia/ 
announced video filter support, and hardware accelerated too!

Code: 
http://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/video/qmlvideofilter_opencl

I'm trying to get it running on Android, but I'm going down a rabbit hole with 
OpenCL 2.0 and EGL 3.2. I have been hacking on it but I don't know where 
EGLContext is declared. 

Had anyone gotten this running in Android?

Thanks!
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest