Skip to content

Commit 3b8822f

Browse files
refactor: in main_window.py, removed 'Qt User Interface Compiler' warning and unwanted functions.
1 parent d858ff0 commit 3b8822f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tagstudio/src/qt/main_window.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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)

0 commit comments

Comments
 (0)