pyvistaqt icon indicating copy to clipboard operation
pyvistaqt copied to clipboard

Update doc after qt backend transition

Open GuillaumeFavelier opened this issue 4 years ago • 2 comments
trafficstars

PyVistaQt has been slowly transitioning from PyQt5 to a Qt-backend agnostic interface but now the transition is over so the documentation (usage.rst and README.md) needs to be updated. A contribution to make clear that there is no default Qt backend is welcome.

Suggestion

  • Add an installation section

Context

Discussion about allowing different Qt bindings started slightly before 0.2 (https://github.com/pyvista/pyvistaqt/issues/8) and the selected solution was to use qtpy (https://github.com/pyvista/pyvistaqt/pull/12, https://github.com/pyvista/pyvistaqt/pull/61). Then qtpy lived with the PyQt5 during this minor version until PySide testing was introduced in https://github.com/pyvista/pyvistaqt/pull/81. Finally, after another minor version of testing, 0.4 became the first version of PyVistaQt to reach this goal.

cc @adeak

GuillaumeFavelier avatar Jun 09 '21 10:06 GuillaumeFavelier

Feel free to ping me if there's a corresponding PR and I can take a look.

adeak avatar Jun 09 '21 10:06 adeak

Thank you, your help is much appreciated

GuillaumeFavelier avatar Jun 09 '21 10:06 GuillaumeFavelier