summaryrefslogtreecommitdiff
path: root/noncore/tools/euroconv/calcdisplay.cpp
Unidiff
Diffstat (limited to 'noncore/tools/euroconv/calcdisplay.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/euroconv/calcdisplay.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/noncore/tools/euroconv/calcdisplay.cpp b/noncore/tools/euroconv/calcdisplay.cpp
index e5a49e6..8f3de22 100644
--- a/noncore/tools/euroconv/calcdisplay.cpp
+++ b/noncore/tools/euroconv/calcdisplay.cpp
@@ -17,12 +17,40 @@
17#include <qvbox.h> 17#include <qvbox.h>
18#include <qpixmap.h> 18#include <qpixmap.h>
19 19
20#include "currency.h" 20#include "currency.h"
21#include "calcdisplay.h" 21#include "calcdisplay.h"
22 22
23/* XPM */
24static char *swap_xpm[] = {
25/* width height num_colors chars_per_pixel */
26" 13 18 2 1",
27/* colors */
28". c None",
29"# c #000000",
30/* pixels */
31"..#######....",
32"..#####......",
33"..######.....",
34"..#...###....",
35"........##...",
36".........##..",
37"..........##.",
38"...........##",
39"...........##",
40"...........##",
41"...........##",
42"..........##.",
43".........##..",
44"........##...",
45"..#...###....",
46"..######.....",
47"..#####......",
48"..#######....",
49};
50
23 51
24LCDDisplay::LCDDisplay( QWidget *parent, const char *name ) 52LCDDisplay::LCDDisplay( QWidget *parent, const char *name )
25 : QHBox( parent, name ){ 53 : QHBox( parent, name ){
26 54
27 55
28 56