[change] updated icons after jour fixe survey
13
QtPyLoT.py
@ -248,10 +248,11 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
quitIcon = self.style().standardIcon(QStyle.SP_MediaStop)
|
quitIcon = self.style().standardIcon(QStyle.SP_MediaStop)
|
||||||
helpIcon = self.style().standardIcon(QStyle.SP_DialogHelpButton)
|
helpIcon = self.style().standardIcon(QStyle.SP_DialogHelpButton)
|
||||||
newIcon = self.style().standardIcon(QStyle.SP_FileIcon)
|
|
||||||
newFolderIcon = self.style().standardIcon(QStyle.SP_FileDialogNewFolder)
|
newFolderIcon = self.style().standardIcon(QStyle.SP_FileDialogNewFolder)
|
||||||
|
|
||||||
# create resource icons
|
# create resource icons
|
||||||
|
newIcon = QIcon()
|
||||||
|
newIcon.addPixmap(QPixmap(':/icons/newfile.png'))
|
||||||
addIcon = QIcon()
|
addIcon = QIcon()
|
||||||
addIcon.addPixmap(QPixmap(':/icons/add.png'))
|
addIcon.addPixmap(QPixmap(':/icons/add.png'))
|
||||||
saveIcon = QIcon()
|
saveIcon = QIcon()
|
||||||
@ -442,11 +443,15 @@ class MainWindow(QMainWindow):
|
|||||||
fileToolBar = self.addToolBar("FileTools")
|
fileToolBar = self.addToolBar("FileTools")
|
||||||
fileToolActions = (self.newProjectAction, self.addEventDataAction,
|
fileToolActions = (self.newProjectAction, self.addEventDataAction,
|
||||||
self.openProjectAction, self.saveProjectAction,
|
self.openProjectAction, self.saveProjectAction,
|
||||||
self.saveProjectAsAction, self.openmanualpicksaction,
|
self.saveProjectAsAction)
|
||||||
self.openautopicksaction, self.saveManualPicksAction,
|
|
||||||
self.loadlocationaction, self.loadpilotevent)
|
|
||||||
fileToolBar.setObjectName("FileTools")
|
fileToolBar.setObjectName("FileTools")
|
||||||
self.addActions(fileToolBar, fileToolActions)
|
self.addActions(fileToolBar, fileToolActions)
|
||||||
|
eventToolActions = (self.openmanualpicksaction, self.openautopicksaction,
|
||||||
|
self.saveManualPicksAction, self.loadlocationaction,
|
||||||
|
self.loadpilotevent)
|
||||||
|
eventToolBar = self.addToolBar("EventTools")
|
||||||
|
eventToolBar.setObjectName("EventTools")
|
||||||
|
self.addActions(eventToolBar, eventToolActions)
|
||||||
|
|
||||||
# phaseToolBar = self.addToolBar("PhaseTools")
|
# phaseToolBar = self.addToolBar("PhaseTools")
|
||||||
# phaseToolActions = (self.selectPAction, self.selectSAction)
|
# phaseToolActions = (self.selectPAction, self.selectSAction)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<qresource>
|
<qresource>
|
||||||
<file>icons/pylot.ico</file>
|
<file>icons/pylot.ico</file>
|
||||||
<file>icons/pylot.png</file>
|
<file>icons/pylot.png</file>
|
||||||
|
<file>icons/newfile.png</file>
|
||||||
<file>icons/open.png</file>
|
<file>icons/open.png</file>
|
||||||
<file>icons/openproject.png</file>
|
<file>icons/openproject.png</file>
|
||||||
<file>icons/add.png</file>
|
<file>icons/add.png</file>
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 50 KiB |
BIN
icons/add.png
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 44 KiB |
BIN
icons/newfile.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
icons/open.png
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 58 KiB |
BIN
icons/save.png
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 19 KiB |
BIN
icons/saveas.png
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 42 KiB |