Go to the documentation of this file.00001
00028 #ifndef DEFAULTS_H
00029 #define DEFAULTS_H
00030
00032 #define DEF_NUM_CITIES 5
00033
00035
00037 #define DEF_AUTOSIZE true
00038
00039 #define DEF_SAVE_LAST_USED true
00040
00044 #ifdef Q_WS_WINCE_WM
00045 #define DEF_USE_NATIVE_DIALOGS false
00046 #else
00047 #define DEF_USE_NATIVE_DIALOGS true
00048 #endif // Q_WS_WINCE_WM
00049
00050 #define DEF_SAVEPOS true
00051
00052 #define DEF_USE_TRANSLUCENCY true
00053
00054 #define DEF_CHECK_FOR_UPDATES false
00055
00056 #define DEF_UPDATE_CHECK_INTERVAL 30
00057
00059
00061 #define DEF_FRACTIONAL_ACCURACY 2
00062
00063 #define DEF_RAND_MIN 1
00064
00065 #define DEF_RAND_MAX 10
00066
00067 #define DEF_FRACTIONAL_RANDOM false
00068
00069 #define DEF_SYMMETRIC_MODE false
00070
00072
00074 #define DEF_SHOW_GRAPH true
00075
00076 #define DEF_GRAPH_IMAGE_FORMAT "png"
00077
00078 #define DEF_HQ_GRAPH false
00079
00080 #define DEF_SHOW_MATRIX true
00081
00082 #define DEF_USE_SHOW_MATRIX_LIMIT true
00083
00084 #define DEF_SHOW_MATRIX_LIMIT 15
00085
00086 #define DEF_SCROLL_TO_END false
00087
00088 #define DEF_FONT_FACE "DejaVu LGC Sans Mono"
00089
00093 #ifdef Q_WS_S60
00094 #define DEF_FONT_SIZE 8
00095 #else
00096 #define DEF_FONT_SIZE 10
00097 #endif // Q_WS_S60
00098
00099 #define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
00100
00101 #define DEF_SELECTED_COLOR QColor(0x008000)
00102
00103 #define DEF_ALTERNATE_COLOR QColor(0xA00000)
00104
00105 #endif // DEFAULTS_H