Thread: GUI Icons
View Single Post
Old 07-09-2017, 11:19 AM   #2
Nicolas F
Groupie
Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.
 
Posts: 161
Karma: 1842
Join Date: Jan 2016
Device: Kobo Glo HD
You can use the search tool on github to find what you are looking for:
https://github.com/kovidgoyal/calibr...utf8=%E2%9C%93

From what I've seen, the concerned files seem to be :
  • src\calibre\gui2\library\models.py for the icon displayed in the main calibre view
  • src\calibre\gui2\library\delegates.py for the icon displayed when you set the value for the column from the main view
  • src\calibre\gui2\custom_column_widgets for the icon displayed when you set the value for the column from the edit metadata view
It's easy enough to change which icon is used, but if you want to add more choices there is probably more work involved.
Nicolas F is offline   Reply With Quote