#include <stdio.h>#include <qvbox.h>#include <qpixmap.h>#include "currency.h"#include "calcdisplay.h"Include dependency graph for calcdisplay.cpp:

Go to the source code of this file.
Variables | |
| static char * | swap_xpm [] |
|
|
Initial value: {
" 13 18 2 1",
". c None",
"# c #000000",
"..#######....",
"..#####......",
"..######.....",
"..#...###....",
"........##...",
".........##..",
"..........##.",
"...........##",
"...........##",
"...........##",
"...........##",
"..........##.",
".........##..",
"........##...",
"..#...###....",
"..######.....",
"..#####......",
"..#######....",
}
Definition at line 24 of file calcdisplay.cpp. Referenced by LCDDisplay::LCDDisplay(). |
1.4.2