Edip Ahmet Taşkın
Edip Ahmet Taşkın
I tested it for QML it works. If you import [this](https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.5.0/proj4-src.js) proj4js file with QML you are able to use it. Currently I can convert WGS84 Lat/Long to UTM, but...
Hello filipdns, I have a sample code like this , you can also use it in QML project. You can also directly use Proj4JS samples in your QML projects ```...
I got error `dlopen failed: library "libpython3.9.so.1.0" not found` when trying [this](https://github.com/yan12125/python3-android) project. How can I use libpython3.9.so only?
I renamed the library before and I got the same error :/
I got the same error as libpython3.9.so.1.0 . I renamed libpython3.9.so to libpython3.9.so.1.0, the result was the same. I tried symlink, it didn't work. I don't know how to manage...
After crash, there is a core file, it is 116 MB. core_pattern file is `|/usr/share/apport/apport %p %s %c %d %P` I attached core file. [core.zip](https://github.com/lirios/text/files/3886486/core.zip)
I think material design icon style would be good, right shadow of location icon would be nice. The shadow is like [this](http://www.klaasnotfound.com/2016/09/12/creating-material-icons-with-long-shadows/). Hope to see modrana in Play Store :)
I had the same problem with QtAdmob project's AdBanner. When I include it with rectangle and changing rectangle's anchor to bottom of the Window it clashed. I gave up to...
This can be used as an alternative for expansion panel. Instead of ChackBox IconBox can be used. ``` CheckBox{ id:check height:40 text:qsTr("Show more") checked: false } ``` ``` Rectangle{ id:narrowrect...
Unfortunately I also have to use Qt 5.14.2 and I have the same problem. [This](https://phabricator.kde.org/D27525) issue about Kirigami can be relative about it. They also have problem about android_rcc_bundle for...