python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get Country name by its coordinates using qml?
I tried with Geocodemodel reversing process but after calling it 2-3 times or giving timer then only its giving correct value that to its working sometimes only.
Plugin {
id: mapPlugin
name: "osm...
Joshika Netha Namani
Votes: 0
Answers: 1
Qt styling Material.accent (a button) brigther than expected
Using the Qt Quick Application as a template. I'm following this documentation about styling https://doc.qt.io/qt-6/qtquickcontrols2-material.html. Here is the code:
import QtQuick
import QtQuick.Layo...
raijin
Votes: 0
Answers: 1
MouseArea does not pass click to CheckBox
Take a look at this QML snipped:
import QtQuick 2.4
import QtQuick.Controls 2.4
Rectangle {
color: "blue"
width: 50
height: 50
CheckBox {
MouseArea {
...
Michał Walenciak
Votes: 0
Answers: 1
QT quick layout segmentation by percentage
How to have two columns in a gridLayout where the first column occupies 20% of the space and the second column automatically fills the rest of the space, like what happens in css?
I try this but now w...
Saeed
Votes: 0
Answers: 1