File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- ################################################################################
2- # Form generated from reading UI file 'home.ui'
3- ##
4- # Created by: Qt User Interface Compiler version 6.5.1
5- ##
6- # WARNING! All changes made in this file will be lost when recompiling UI file!
7- ################################################################################
8-
91# Copyright (C) 2024 Travis Abendshien (CyanVoxel).
102# Licensed under the GPL-3.0 License.
113# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
@@ -228,14 +220,6 @@ def _retranslate_ui(self):
228220 QCoreApplication .translate ("MainWindow" , "Thumbnail Size" , None )
229221 )
230222
231- def moveEvent (self , event ) -> None : # noqa: N802
232- # time.sleep(0.02) # sleep for 20ms
233- pass
234-
235- def resizeEvent (self , event ) -> None : # noqa: N802
236- # time.sleep(0.02) # sleep for 20ms
237- pass
238-
239223 def toggle_landing_page (self , enabled : bool ):
240224 if enabled :
241225 self .scrollArea .setHidden (True )
You can’t perform that action at this time.
0 commit comments