eric7/Plugins/PluginVmListspace.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
7 Module implementing the Tabview view manager plugin. 7 Module implementing the Tabview view manager plugin.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt5.QtCore import QT_TRANSLATE_NOOP, QObject 12 from PyQt6.QtCore import QT_TRANSLATE_NOOP, QObject
13 from PyQt5.QtGui import QPixmap 13 from PyQt6.QtGui import QPixmap
14 14
15 import UI.Info 15 import UI.Info
16 16
17 # Start-Of-Header 17 # Start-Of-Header
18 name = "Listspace Plugin" 18 name = "Listspace Plugin"

eric ide

mercurial