Remove software and opengl flow implementations

This simplifies the code base A LOT.
This commit is contained in:
luisangelsm
2026-01-23 19:27:15 +01:00
parent 8c04235987
commit 283475bee2
46 changed files with 611 additions and 5903 deletions

View File

@ -17,11 +17,6 @@ ComicsView::ComicsView(QWidget *parent)
view = new QQuickWidget();
// In Qt 6, QQuickWidget supports Qt RHI and can use any graphics backend
// (Vulkan, Metal, Direct3D, OpenGL, or software rendering).
// The backend can be configured via QQuickWindow::setGraphicsApi() or QSG_RHI_BACKEND env var.
// Note: All widgets in the same top-level window must use the same graphics API.
view->setResizeMode(QQuickWidget::SizeRootObjectToView);
connect(
view, &QQuickWidget::statusChanged, this,