Page MenuHomePhorge

Fix ConfirmUploadPopup for KF6
ClosedPublic

Authored by tusooa on Jun 15 2024, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 2, 2:38 PM
Unknown Object (File)
Thu, Aug 29, 9:39 AM
Unknown Object (File)
Sat, Aug 24, 2:11 PM
Unknown Object (File)
Sat, Aug 24, 1:37 PM
Unknown Object (File)
Sat, Aug 24, 1:24 AM
Unknown Object (File)
Sat, Aug 24, 1:24 AM
Unknown Object (File)
Sat, Aug 24, 1:17 AM
Unknown Object (File)
Mon, Aug 19, 12:59 PM
Subscribers
None

Details

Summary

In KF6, OverlaySheet clips its children, so if the sheet is not large enough, the cancel button will be clipped. In addition, the property that indicates whether it is opened is called opened instead of sheetOpen in KF6. This commits makes enough changes for it to pass under both KF5 and KF6.

Type: fix

CCBUG: https://iron.lily-is.land/T85

Test Plan

Verify that unit tests pass under Qt5/KF5. Verify that tst_ConfirmUploadPopup.qml passes under Qt6/KF6.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable