1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-11-15 05:16:42 +00:00
harbour-sailotp/qml/pages
Romain Tartière 8af1daaa39
Move Component.onCompleted at the end
This is used to trigger an action when the page has finished being built
and is now ready for use.  Instead of having this code at the end of the
definition of the SilicaListView at the end of the SilicaFlickable, put
it directly at the end of the Page itself.

In next commits, we are going to move code around, and this will make
maintainers life easier when reviewing changes by minimizing the size of
the diffs.
2024-09-29 18:57:50 -10:00
..
About.qml Prepare Release 1.11.0 2023-02-20 17:03:13 +01:00
AddOTP.qml Add custom period for TOTP tokens 2022-11-14 21:23:12 +03:00
ExportPage.qml Add Error Crude Handling for Encryption/Decryption 2023-02-20 16:48:52 +01:00
MainView.qml Move Component.onCompleted at the end 2024-09-29 18:57:50 -10:00
QRPage.qml Added Options to Hide Tokens and Show Token as QR-Code 2019-02-24 14:03:07 +01:00
ScanOTP.qml Added Options to Hide Tokens and Show Token as QR-Code 2019-02-24 14:03:07 +01:00
Settings.qml Fixup Validator Warnings, Small Bugfix 2019-02-24 16:22:15 +01:00