eric6/QScintilla/EditorAssembly.py

changeset 7781
607a6098cb44
parent 7690
a59680062837
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
5 5
6 """ 6 """
7 Module implementing the editor assembly widget containing the navigation 7 Module implementing the editor assembly widget containing the navigation
8 combos and the editor widget. 8 combos and the editor widget.
9 """ 9 """
10
11 10
12 from PyQt5.QtCore import QTimer 11 from PyQt5.QtCore import QTimer
13 from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox 12 from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox
14 13
15 from E5Gui.E5Application import e5App 14 from E5Gui.E5Application import e5App

eric ide

mercurial