Changeset 8f2427aaf0 in tspsg for src/defaults.h
- Timestamp:
- Apr 14, 2011, 9:30:23 PM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- fddcfa4b55
- Parents:
- 20e8115cee
- git-author:
- Oleksii Serdiuk <contacts@…> (04/14/11 21:30:23)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
r20e8115cee r8f2427aaf0 53 53 * \brief Default for "Use translucency effects" 54 54 */ 55 #ifdef Q_WS_WIN 55 #ifdef Q_WS_WIN32 56 56 # define DEF_USE_TRANSLUCENCY true 57 57 #else … … 78 78 //////// OUTPUT 79 79 80 //! Default for " Showsolution graph"81 #define DEF_ SHOW_GRAPH true80 //! Default for "Generate solution graph" 81 #define DEF_GENERATE_GRAPH true 82 82 //! Default for "Save solution graph as" 83 83 #define DEF_GRAPH_IMAGE_FORMAT "png" 84 84 //! Default for "Draw solution graph in higher quality" 85 85 #define DEF_HQ_GRAPH false 86 //! Default for "Embed solution graph into HTML" 87 #define DEF_EMBED_GRAPH_INTO_HTML false 88 //! Default solution graph size in centimeters (HQ size is this size * HQ_FACTOR) 89 #define DEF_GRAPH_WIDTH 4.5 86 90 //! Default for "Show solution steps' matrices for every solution step" 87 91 #define DEF_SHOW_MATRIX true
Note: See TracChangeset
for help on using the changeset viewer.