00001 00028 #ifndef DEFAULTS_H 00029 #define DEFAULTS_H 00030 00032 #define DEF_NUM_CITIES 5 00033 00036 #define DEF_AUTOSIZE true 00037 00041 #ifdef Q_OS_WINCE 00042 #define DEF_USE_NATIVE_DIALOGS false 00043 #else 00044 #define DEF_USE_NATIVE_DIALOGS true 00045 #endif // Q_OS_WINCE 00047 #define DEF_SAVEPOS true 00049 #define DEF_USE_TRANSLUCENCY true 00050 00053 #define DEF_FRACTIONAL_ACCURACY 2 00055 #define DEF_RAND_MIN 1 00057 #define DEF_RAND_MAX 10 00059 #define DEF_FRACTIONAL_RANDOM false 00061 #define DEF_SYMMETRIC_MODE false 00062 00065 #define DEF_SHOW_MATRIX true 00067 #define DEF_USE_SHOW_MATRIX_LIMIT true 00069 #define DEF_SHOW_MATRIX_LIMIT 15 00071 #define DEF_SCROLL_TO_END false 00072 00076 #ifdef Q_OS_WINCE 00077 #define DEF_FONT_FAMILY "Tahoma" 00078 #else 00079 #define DEF_FONT_FAMILY "Courier New" 00080 #endif 00081 00085 #ifdef Q_OS_SYMBIAN 00086 #define DEF_FONT_SIZE 8 00087 #else 00088 #define DEF_FONT_SIZE 10 00089 #endif // Q_OS_SYMBIAN 00091 #define DEF_FONT_COLOR Qt::black 00092 00093 #endif // DEFAULTS_H