Home
last modified time | relevance | path

Searched refs:xpm_load (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/scripts/kconfig/
Dimages.c8 const char * const xpm_load[] = { variable
Dimages.h13 extern const char * const xpm_load[];
Dqconf.cc1386 QAction *loadAction = new QAction(QPixmap(xpm_load), "&Load", this); in ConfigMainWindow()