KF6 Kirigami's OverlaySheet is a QQC2.Popup, which does not has the onSheetOpenChanged signal but has the closed signal. This makes it work with both KF5 and KF6.
Type: fix
 Differential  D49  
Make SelfDestroyableOverlaySheet work with KF6 Authored by tusooa on Jun 15 2024, 12:01 PM. Tags None Referenced Files 
 
 
 
 Subscribers None 
Details 
 KF6 Kirigami's OverlaySheet is a QQC2.Popup, which does not has the onSheetOpenChanged signal but has the closed signal. This makes it work with both KF5 and KF6. Type: fix Verify that unit tests pass under KF5. 
Diff Detail 
  |