Implemented new, smaller versions of pick icons.
This commit is contained in:
parent
d1cb6fe41f
commit
8f92b4ec25
10
QtPyLoT.py
10
QtPyLoT.py
@ -15,7 +15,7 @@ Some icons are out of a free of charge icon set, which can be found here:
|
|||||||
https://www.iconfinder.com/iconsets/flavour
|
https://www.iconfinder.com/iconsets/flavour
|
||||||
|
|
||||||
:authors:
|
:authors:
|
||||||
Sebastian Wehling-Benatelli / Ludger Küperkoch
|
Sebastian Wehling-Benatelli / Ludger Küperkoch / Marcel Paffrath
|
||||||
:copyright:
|
:copyright:
|
||||||
The PyLoT Development Team (https://ariadne.geophysik.rub.de/trac/PyLoT)
|
The PyLoT Development Team (https://ariadne.geophysik.rub.de/trac/PyLoT)
|
||||||
:license:
|
:license:
|
||||||
@ -215,13 +215,9 @@ class MainWindow(QMainWindow):
|
|||||||
autopicksicon = QIcon()
|
autopicksicon = QIcon()
|
||||||
autopicksicon.addPixmap(QPixmap(':/icons/autopicsicon.png'))
|
autopicksicon.addPixmap(QPixmap(':/icons/autopicsicon.png'))
|
||||||
self.autopicksicon_small = QIcon()
|
self.autopicksicon_small = QIcon()
|
||||||
self.autopicksicon_small.addPixmap(QPixmap(':/icons/autopicsicon.png'))
|
self.autopicksicon_small.addPixmap(QPixmap(':/icons/autopicksicon_small.png'))
|
||||||
self.manupicksicon_small = QIcon()
|
self.manupicksicon_small = QIcon()
|
||||||
self.manupicksicon_small.addPixmap(QPixmap(':/icons/manupicsicon.png'))
|
self.manupicksicon_small.addPixmap(QPixmap(':/icons/manupicksicon_small.png'))
|
||||||
# self.autopicksicon_small = QIcon()
|
|
||||||
# self.autopicksicon_small.addPixmap(QPixmap(':/icons/autopicksicon_small.png'))
|
|
||||||
# self.manupicksicon_small = QIcon()
|
|
||||||
# self.manupicksicon_small.addPixmap(QPixmap(':/icons/manupicksicon_small.png'))
|
|
||||||
loadpiloticon = QIcon()
|
loadpiloticon = QIcon()
|
||||||
loadpiloticon.addPixmap(QPixmap(':/icons/Matlab_PILOT_icon.png'))
|
loadpiloticon.addPixmap(QPixmap(':/icons/Matlab_PILOT_icon.png'))
|
||||||
p_icon = QIcon()
|
p_icon = QIcon()
|
||||||
|
Loading…
Reference in New Issue
Block a user