Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
to enable JetPack/AndroidX: add android.useAndroidX=true to file gradle.properties
add dependency to required library (file build.gradle): implementation 'androidx.core:core:1.7.0'
Hi,
code.qt.io is the central repository of all Qt's code.
Start from the qtbase module to have the basic pieces. If you would like to learn the internal, helping fixing bugs will also give you a better understanding of how things are working.