Skip to content

Commit

Permalink
Examples: Update version for PyQt5
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jan 30, 2023
1 parent a194a50 commit 386544f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/advanced/qscintilla_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
Requirements:
PyQt5==5.10.1
QScintilla==2.10.4
PyQt5==5.15.8
QScintilla==2.13.4
"""

import sys
import textwrap

from PyQt5.Qt import QColor, QApplication, QFont, QFontMetrics
from PyQt5.QtWidgets import QApplication
from PyQt5.QtGui import QColor, QFont, QFontMetrics

from PyQt5.Qsci import QsciScintilla
from PyQt5.Qsci import QsciLexerCustom
Expand Down

0 comments on commit 386544f

Please sign in to comment.