Changeset 1babbd6ba3 in tspsg for src/defaults.h


Ignore:
Timestamp:
Apr 8, 2010, 11:02:26 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
a23f4c292f
Parents:
394216e468
git-author:
Oleksii Serdiuk <contacts@…> (04/08/10 23:02:26)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:34:20)
Message:

+ Added Installation Guide.

  • Updated translations.
  • Updated documentaion.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    r394216e468 r1babbd6ba3  
    3333
    3434//////// GENERAL
     35
    3536//! Default for "Automatically resize rows and columns to their contents"
    3637#define DEF_AUTOSIZE true
     
    5051
    5152//////// TASK
     53
    5254//! Default for "Accuracy of the fractional values"
    5355#define DEF_FRACTIONAL_ACCURACY 2
     
    6264
    6365//////// OUTPUT
     66
    6467//! Default for "Show solution steps' matrices for every solution step"
    6568#define DEF_SHOW_MATRIX true
     
    7477 * \brief Default font name.
    7578 */
    76 #ifdef Q_OS_WINCE
     79#ifdef Q_OS_WINCE_WM
    7780        #define DEF_FONT_FAMILY "Tahoma"
    7881#else
    7982        #define DEF_FONT_FAMILY "Courier New"
    80 #endif
     83#endif // Q_OS_WINCE_WM
    8184/*!
    8285 * \def DEF_FONT_SIZE
Note: See TracChangeset for help on using the changeset viewer.