After making some more research, I found that Qt doesn't read the system's codecs, but they are "hardcoded". Here is a link to the file which returns the available codecs in Android:
https://qt.gitorious.org/qt/qtmultimedia/source/108dda7a90bd0f0337358b0db47ae55acd16dea6:src/plugins/android/src/mediacapture/qandroidvideoencodersettingscontrol.cpp#L62
I will continue posting here my updates on this topic.
Hi,
If you want to modify the example directly you have to edit its sources directly. AFAIK you can open any example in Qt Creator and start toying with it
Thanks for your reply!
My problem is partial related to mentioned bug-report.
In my application I draw a plot with QPainter, even the plot line lost quality.
Has abybody experience with this problem and can give me a hint to improve?
THX
Hi,
There's something that needs some clarification here:
on iOS and Android, neither QtWebKit nor QtWebEngine are supported since both platforms enforces the use of their own provided web element.
Here enters the QtWebView module which is not the same thing as the QtWebKit QWebView nor the QtWebEngine QWebEngineView. QtWebView provides a minimal wrapper around the native web view of both platforms.
@tonysonney :
Whenever you execute SU command programmatically in your application, you should get pop-up to allow app for root access, I think after that you will be able to see your app in superSU list .
hi jseeQt,
Thank for your reply. Too bad , it don't have any preferred/standard method.. I don't mind for a hack solution. However, my code is not executed in iOS only. It also run on desktop / Linux for preview and automated test.
The desktop build won't bundle those qml files into qrc. That means the import path of desktop and iOS will be different. I still need a way to detect the location of qml plugin , inherit the TextFieldStyle and modify it.
Hi, and welcome to the Qt Dev Net!
How do you want to show this text information, button and slider to the user? Through a web browser, or something else?
The CUDA section in the article http://blog.qt.io/blog/2015/03/03/qt-weekly-28-qt-and-cuda-on-the-jetson-tk1/ may give an idea how this could be achieved.