1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 15:23:22 +02:00
GPXSee/src/icons.h

28 lines
1.1 KiB
C
Raw Normal View History

2015-10-05 01:43:48 +02:00
#ifndef ICONS_H
#define ICONS_H
2016-12-06 01:48:26 +01:00
#define APP_ICON ":/icons/gpxsee.png"
// Toolbar/menu icons
2015-10-20 22:18:41 +02:00
#define OPEN_FILE_ICON ":/icons/document-open.png"
#define EXPORT_FILE_ICON ":/icons/document-export.png"
#define PRINT_FILE_ICON ":/icons/document-print.png"
2015-10-20 22:18:41 +02:00
#define CLOSE_FILE_ICON ":/icons/dialog-close.png"
#define SHOW_POI_ICON ":/icons/flag.png"
2015-11-23 02:37:08 +01:00
#define SHOW_MAP_ICON ":/icons/applications-internet.png"
2016-09-19 00:56:10 +02:00
#define SHOW_GRAPHS_ICON ":/icons/office-chart-line-stacked.png"
2015-10-20 22:18:41 +02:00
#define QUIT_ICON ":/icons/application-exit.png"
#define RELOAD_FILE_ICON ":/icons/view-refresh.png"
2015-12-18 22:21:11 +01:00
#define NEXT_FILE_ICON ":/icons/arrow-right.png"
#define PREV_FILE_ICON ":/icons/arrow-left.png"
#define LAST_FILE_ICON ":/icons/arrow-right-double.png"
#define FIRST_FILE_ICON ":/icons/arrow-left-double.png"
2016-04-05 09:10:19 +02:00
#define FULLSCREEN_ICON ":/icons/view-fullscreen.png"
2015-10-05 01:43:48 +02:00
2016-12-06 01:48:26 +01:00
// Options dialog icons
#define APPEARANCE_ICON ":/icons/preferences-desktop-display.png"
#define POI_ICON ":/icons/flag_48.png"
#define SYSTEM_ICON ":/icons/system-run.png"
2015-10-05 01:43:48 +02:00
#endif /* ICONS_H */