Changeset 97e90f9be6 in tspsg for src/defaults.h
- Timestamp:
- Oct 3, 2010, 2:01:00 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 88a59e4d65
- Parents:
- 0007f69c46
- git-author:
- Oleksii Serdiuk <contacts@…> (10/03/10 14:01:00)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
r0007f69c46 r97e90f9be6 42 42 * \brief Default for "Use native file dialog". 43 43 */ 44 #ifdef Q_ OS_WINCE_WM44 #ifdef Q_WS_WINCE_WM 45 45 #define DEF_USE_NATIVE_DIALOGS false 46 46 #else 47 47 #define DEF_USE_NATIVE_DIALOGS true 48 #endif // Q_ OS_WINCE48 #endif // Q_WS_WINCE_WM 49 49 //! Default for "Save main window state and position" 50 50 #define DEF_SAVEPOS true … … 91 91 * \brief Default font size 92 92 */ 93 #ifdef Q_ OS_SYMBIAN93 #ifdef Q_WS_S60 94 94 #define DEF_FONT_SIZE 8 95 95 #else 96 96 #define DEF_FONT_SIZE 10 97 #endif // Q_ OS_SYMBIAN97 #endif // Q_WS_S60 98 98 //! Default text color 99 99 #define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
Note: See TracChangeset
for help on using the changeset viewer.