Changeset 100 in tspsg-svn for trunk/src/defaults.h
- Timestamp:
- Apr 8, 2010, 11:02:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defaults.h
r97 r100 33 33 34 34 //////// GENERAL 35 35 36 //! Default for "Automatically resize rows and columns to their contents" 36 37 #define DEF_AUTOSIZE true … … 50 51 51 52 //////// TASK 53 52 54 //! Default for "Accuracy of the fractional values" 53 55 #define DEF_FRACTIONAL_ACCURACY 2 … … 62 64 63 65 //////// OUTPUT 66 64 67 //! Default for "Show solution steps' matrices for every solution step" 65 68 #define DEF_SHOW_MATRIX true … … 74 77 * \brief Default font name. 75 78 */ 76 #ifdef Q_OS_WINCE 79 #ifdef Q_OS_WINCE_WM 77 80 #define DEF_FONT_FAMILY "Tahoma" 78 81 #else 79 82 #define DEF_FONT_FAMILY "Courier New" 80 #endif 83 #endif // Q_OS_WINCE_WM 81 84 /*! 82 85 * \def DEF_FONT_SIZE
Note: See TracChangeset
for help on using the changeset viewer.