00001 00028 #ifndef DEFAULTS_H 00029 #define DEFAULTS_H 00030 00032 #define DEF_NUM_CITIES 5 00033 00035 00037 #define DEF_AUTOSIZE true 00038 00042 #ifdef Q_OS_WINCE 00043 #define DEF_USE_NATIVE_DIALOGS false 00044 #else 00045 #define DEF_USE_NATIVE_DIALOGS true 00046 #endif // Q_OS_WINCE 00048 #define DEF_SAVEPOS true 00050 #define DEF_USE_TRANSLUCENCY true 00051 00053 00055 #define DEF_FRACTIONAL_ACCURACY 2 00057 #define DEF_RAND_MIN 1 00059 #define DEF_RAND_MAX 10 00061 #define DEF_FRACTIONAL_RANDOM false 00063 #define DEF_SYMMETRIC_MODE false 00064 00066 00068 #define DEF_SHOW_MATRIX true 00070 #define DEF_USE_SHOW_MATRIX_LIMIT true 00072 #define DEF_SHOW_MATRIX_LIMIT 15 00074 #define DEF_SCROLL_TO_END false 00075 00079 #ifdef Q_OS_WINCE_WM 00080 #define DEF_FONT_FAMILY "Tahoma" 00081 #else 00082 #define DEF_FONT_FAMILY "Courier New" 00083 #endif // Q_OS_WINCE_WM 00084 00088 #ifdef Q_OS_SYMBIAN 00089 #define DEF_FONT_SIZE 8 00090 #else 00091 #define DEF_FONT_SIZE 10 00092 #endif // Q_OS_SYMBIAN 00094 #define DEF_FONT_COLOR Qt::black 00095 00096 #endif // DEFAULTS_H