Changes between Version 1 and Version 2 of Ticket #18491, comment 6


Ignore:
Timestamp:
Aug 22, 2025, 1:20:10 PM (2 months ago)
Author:
pett

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18491, comment 6

    v1 v2  
    77e.g.
    88
    9 ```
     9{{{
    1010faulthandler.disable()
    1111stuff = QFileDialog(!**kwargs)
    1212faulthandler.enable()
    13 ```
     13}}}
    1414
    1515I'm not the biggest fan of the non-native file dialog. That being said, I'd rather know about bugs than not.