{% extends "styled.html" %} {% block content %}
qutebrowser now supports Qt 6.
However, in your environment, Qt 6 is not installed. Thus, qutebrowser is still using Qt 5 instead. Qt 5.15 based on a very old Chromium version (83 or 87, from mid/late 2020).
{% if is_venv %}You are using a virtualenv. If you want to use Qt 6, you need to create a new virtualenv with PyQt6 installed. If using mkvenv.py, rerun the script to create a new virtualenv with Qt 6.
{% endif %}Python installation prefix: {{ prefix }}
{% endblock %}