xtemp09
887e7bd595
Simplify repr() function
2025-08-25 10:38:39 -05:00
Kacper Donat
aa47949f80
Gui: Add support for hints in status bar
2025-05-21 17:42:45 +02:00
Kacper Donat
e18c88bd23
Misc: Replace dynamic_cast with qobject_cast
2025-04-26 14:23:25 +02:00
wmayer
f2647448ec
Gui: Fix MainWindowPy::removeWindow
...
See https://forum.freecad.org/viewtopic.php?t=87097
2024-04-26 10:10:25 +02:00
wmayer
a986dff71a
Gui: support of MDI views written in Python that implements onMsg() or onHasMsg(): fixes #8071
2022-12-22 16:20:37 +01:00
berniev
ae53c9b0a4
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
Uwe
6a0a6e006c
[Gui] more work to remove unused includes
2022-02-21 00:03:13 +01:00
wmayer
85ae25ba68
Gui: extend MainWindowPy
...
* implement MainWindowPy::getWindows
* implement MainWindowPy::getWindowsOfType
2021-11-19 16:21:40 +01:00
wmayer
c8fcb9405e
Gui: extend PySide2 wrapper of MainWindow with extra functions
2021-11-19 15:45:56 +01:00