src/eric7/QScintilla/ShellHistoryDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the shell history dialog. 7 Module implementing the shell history dialog.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt6.QtCore import pyqtSlot, Qt, QItemSelectionModel 12 from PyQt6.QtCore import QItemSelectionModel, Qt, pyqtSlot
13 from PyQt6.QtWidgets import QListWidgetItem, QDialog 13 from PyQt6.QtWidgets import QDialog, QListWidgetItem
14 14
15 from .Ui_ShellHistoryDialog import Ui_ShellHistoryDialog 15 from .Ui_ShellHistoryDialog import Ui_ShellHistoryDialog
16 16
17 17
18 class ShellHistoryDialog(QDialog, Ui_ShellHistoryDialog): 18 class ShellHistoryDialog(QDialog, Ui_ShellHistoryDialog):

eric ide

mercurial