Qt 6.11 is out! See what's new in the release
blog
I found an error on the PySide6 documentation website.
-
The article Which IDEs Are Compatible? tells me to use pyside6-uic -i form.ui -o ui_form.py to generate a python file from a .ui file.
But when I run the command in the terminal, I get this error:uic: Unknown option 'i'. 'path/to/.venv/lib/python3.12/site-packages/PySide6/Qt/libexec/uic -g python -i MainWindow.ui -o ui_MainWindow.py' returned 1This command contradicts the instruction in the article pyside6-uic.
The pyside6-rcc tool has the same problem too.
Could you please confirm this problem?
-
This is confirmed.
uicdoesn't have a -i option and the documentation is wrong.
@Friedemann.Kleint - should be an easy fix. -