eric6/QScintilla/ShellWindow.py

changeset 7267
aedc309827c7
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7266:d001bc703c29 7267:aedc309827c7
9 9
10 10
11 import sys 11 import sys
12 import os 12 import os
13 13
14 from PyQt5.QtCore import Qt, QCoreApplication, QPoint, QSize, QSignalMapper, \ 14 from PyQt5.QtCore import (
15 QProcess 15 Qt, QCoreApplication, QPoint, QSize, QSignalMapper, QProcess
16 )
16 from PyQt5.QtGui import QKeySequence 17 from PyQt5.QtGui import QKeySequence
17 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QApplication, QAction, \ 18 from PyQt5.QtWidgets import (
18 QWhatsThis, QDialog 19 QWidget, QVBoxLayout, QApplication, QAction, QWhatsThis, QDialog
20 )
19 from PyQt5.Qsci import QsciScintilla 21 from PyQt5.Qsci import QsciScintilla
20 22
21 from E5Gui.E5MainWindow import E5MainWindow 23 from E5Gui.E5MainWindow import E5MainWindow
22 from E5Gui.E5Action import E5Action, createActionGroup 24 from E5Gui.E5Action import E5Action, createActionGroup
23 from E5Gui.E5Application import e5App 25 from E5Gui.E5Application import e5App

eric ide

mercurial