24 June 2022
id 701402967text not yet in the index
I want to Make a program that Can display the route between two places and calculate thé distance between them
ivantomI want to Make a program that Can display the route between two places and calculate thé distance between them
Ссылка
click to show
click to show
Qt Location module is what you want to use. It is available in Qt5, but still a work-in-progress for Qt6. You can follow the progress in:
https://bugreports.qt.io/browse/QTBUG-96795
@Numerlor, pass --build-docs to the python setup.py command line.
Make sure you have sphinx and graphviz modules installed, and libxml2 and libxslt installed on your system.
to get all the required python modules, you can run pip install -r <base of pyside-setup repo>/requirements.txt in the venv you're in.
ah. I didn't realize there was a second step. I think I've built the docs once before, but it's been a while.
https://doc.qt.io/qtforpython/gettingstarted.html#building-the-documentation-rst-api
the target you are supposed to build is apidoc:
go to the generated *_build/*_release/pyside6 directory, and run:
ninja apidoc
(Note I'm just providing excerpts from the above doc - which I'm guessing you've been referring to)
Replymessage unavailable
@Numerlor Huh — the layout changed at some point after PySide6 6.2 it looks like.. I can't find out how to do it either.
ivantomDoes PySide has it?
Oh apologies. When I say Qt 5 and Qt 6, that translates to PySide2 and PySide6 respectively.
So that means you have access to Qt Location in PySide2, but not in PySide6 yet.
25 June 2022
28 June 2022
Iron man 3If someone has tried to build a complex qml desktop application which is open source?
Scrite from the video is open-source
Serhii OlendarenkoScrite from the video is open-source
Although I'm trying to understand but since it is not written in python and very complex it is hard🥲
29 June 2022