eric6/Plugins/ViewManagerPlugins/Listspace/Listspace.py

branch
maintenance
changeset 7824
096b3ebc1409
parent 7737
5371a22cf2aa
parent 7780
41420f82c0ac
child 7924
8a96736d465e
equal deleted inserted replaced
7738:10554f5fac78 7824:096b3ebc1409
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the listspace viewmanager class. 7 Module implementing the listspace viewmanager class.
8 """ 8 """
9
10 9
11 import os 10 import os
12 11
13 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QFileInfo, QEvent, Qt 12 from PyQt5.QtCore import pyqtSignal, pyqtSlot, QFileInfo, QEvent, Qt
14 from PyQt5.QtWidgets import ( 13 from PyQt5.QtWidgets import (

eric ide

mercurial