Home
last modified time | relevance | path

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

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