UI/Config.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
equal deleted inserted replaced
4554:f3428ddd577c 4555:861e1741985c
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 __future__ import unicode_literals
11
12 from PyQt5.QtCore import QSize 10 from PyQt5.QtCore import QSize
13 11
14 ToolBarIconSize = QSize(20, 18) 12 ToolBarIconSize = QSize(20, 18)
13
14 #
15 # eflag: noqa = M702

eric ide

mercurial