KoleckOLP / yt-dl

Multiplatform gui/console youtube-dl simplifier
GNU General Public License v3.0
16 stars 4 forks source link

Switch from PyQt5 to PySide6 #2

Closed kangalio closed 3 years ago

kangalio commented 3 years ago

PySide's .ui loading mechanisms work differently than PyQt's, so the .ui loading code was moved towards the bottom of the file.

Also, in the GUI file gui.ui, the main widget name was changed from "QMainWindow" to "MainWindow" to get PySide to load the file as the proper type.