add third_party

This commit is contained in:
emdee 2022-11-20 18:15:46 +00:00
parent f1d8ce105c
commit db37d29dc8
52 changed files with 4849 additions and 0 deletions

View file

@ -0,0 +1,27 @@
*** preferences.py.dst 2022-11-19 18:31:51.000000000 +0000
--- preferences.py 2022-11-19 18:32:41.000000000 +0000
***************
*** 20,30 ****
# along with QWeeChat. If not, see <http://www.gnu.org/licenses/>.
#
"""Preferences dialog box."""
! from PySide6 import QtCore, QtWidgets as QtGui
class PreferencesDialog(QtGui.QDialog):
"""Preferences dialog."""
--- 20,30 ----
# along with QWeeChat. If not, see <http://www.gnu.org/licenses/>.
#
"""Preferences dialog box."""
! from PyQt5 import QtCore, QtWidgets as QtGui
class PreferencesDialog(QtGui.QDialog):
"""Preferences dialog."""