add third_party
This commit is contained in:
parent
f1d8ce105c
commit
db37d29dc8
52 changed files with 4849 additions and 0 deletions
27
toxygen/third_party/qweechat/preferences.py.diff
vendored
Normal file
27
toxygen/third_party/qweechat/preferences.py.diff
vendored
Normal 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."""
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue