UI/Config.py

changeset 3656
441956d8fce5
parent 3160
209a07d7e401
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
5 5
6 """ 6 """
7 Module defining common data to be used by all windows.. 7 Module defining common data to be used by all windows..
8 """ 8 """
9 9
10 from PyQt4.QtCore import QSize 10 from PyQt5.QtCore import QSize
11 11
12 ToolBarIconSize = QSize(20, 18) 12 ToolBarIconSize = QSize(20, 18)

eric ide

mercurial