[change] updated icons after jour fixe survey
13
QtPyLoT.py
@ -248,10 +248,11 @@ class MainWindow(QMainWindow):
|
||||
|
||||
quitIcon = self.style().standardIcon(QStyle.SP_MediaStop)
|
||||
helpIcon = self.style().standardIcon(QStyle.SP_DialogHelpButton)
|
||||
newIcon = self.style().standardIcon(QStyle.SP_FileIcon)
|
||||
newFolderIcon = self.style().standardIcon(QStyle.SP_FileDialogNewFolder)
|
||||
|
||||
# create resource icons
|
||||
newIcon = QIcon()
|
||||
newIcon.addPixmap(QPixmap(':/icons/newfile.png'))
|
||||
addIcon = QIcon()
|
||||
addIcon.addPixmap(QPixmap(':/icons/add.png'))
|
||||
saveIcon = QIcon()
|
||||
@ -442,11 +443,15 @@ class MainWindow(QMainWindow):
|
||||
fileToolBar = self.addToolBar("FileTools")
|
||||
fileToolActions = (self.newProjectAction, self.addEventDataAction,
|
||||
self.openProjectAction, self.saveProjectAction,
|
||||
self.saveProjectAsAction, self.openmanualpicksaction,
|
||||
self.openautopicksaction, self.saveManualPicksAction,
|
||||
self.loadlocationaction, self.loadpilotevent)
|
||||
self.saveProjectAsAction)
|
||||
fileToolBar.setObjectName("FileTools")
|
||||
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")
|
||||
# phaseToolActions = (self.selectPAction, self.selectSAction)
|
||||
|
@ -2,6 +2,7 @@
|
||||
<qresource>
|
||||
<file>icons/pylot.ico</file>
|
||||
<file>icons/pylot.png</file>
|
||||
<file>icons/newfile.png</file>
|
||||
<file>icons/open.png</file>
|
||||
<file>icons/openproject.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 |