PySide: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

4 April 2024

13 January 2022

22 October 2021

5 January 2021

18 October 2020

1 October 2020

20 August 2020

5 June 2020

3 June 2020

15 May 2020

14 May 2020

  • curprev 22:1222:12, 14 May 2020Vocx talk contribs 4,882 bytes +293 When you install FreeCAD, you should get both Qt and PySide as part of the package. If you are compiling yourself, then you must verify that these two libraries are installed, in order for FreeCAD to run correctly. Of course, PySide will only work if Qt is present.
  • curprev 21:5621:56, 14 May 2020Vocx talk contribs 4,589 bytes +18 This means that in most cases the same code can be used with both Qt4 and Qt5, as long as it imports the single PySide module.
  • curprev 21:5221:52, 14 May 2020Vocx talk contribs 4,571 bytes +429 Qt is a C++ collection of libraries, so its components are normally available from C++, but with the help of PySide, we can use the same components from Python. This means that every complex graphical interface that we can image that can be created in C++, can also be created and modified in Python.
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)