Changeset 89e5214692 in tspsg for src/defaults.h
- Timestamp:
- Sep 12, 2012, 6:50:04 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 197f54a2b9
- Parents:
- f48433245d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
rf48433245d r89e5214692 42 42 * \brief Default for "Use native file dialog". 43 43 */ 44 #ifdef Q_ WS_WINCE_WM44 #ifdef Q_OS_WINCE_WM 45 45 # define DEF_USE_NATIVE_DIALOGS false 46 46 #else 47 47 # define DEF_USE_NATIVE_DIALOGS true 48 #endif // Q_ WS_WINCE_WM48 #endif // Q_OS_WINCE_WM 49 49 //! Default for "Save main window state and position" 50 50 #define DEF_SAVEPOS true … … 53 53 * \brief Default for "Use translucency effects" 54 54 */ 55 #ifdef Q_ WS_WIN3255 #ifdef Q_OS_WIN32 56 56 # define DEF_USE_TRANSLUCENCY true 57 57 #else … … 102 102 * \brief Default font size 103 103 */ 104 #ifdef Q_ WS_S60104 #ifdef Q_OS_SYMBIAN 105 105 # define DEF_FONT_SIZE 8 106 106 #else 107 107 # define DEF_FONT_SIZE 10 108 #endif // Q_ WS_S60108 #endif // Q_OS_SYMBIAN 109 109 //! Default solution text color 110 110 #define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
Note: See TracChangeset
for help on using the changeset viewer.