src/settings.h

changeset 296
38f6fad61bad
parent 286
04478da357d0
child 335
c5830bce1c23
equal deleted inserted replaced
295:4241d948af28 296:38f6fad61bad
25 // Setting definitions 25 // Setting definitions
26 26
27 Q_DECLARE_METATYPE(QMdiArea::ViewMode) 27 Q_DECLARE_METATYPE(QMdiArea::ViewMode)
28 28
29 // Rendering options 29 // Rendering options
30 //SETTING(Locale, QString{"system"})
31 SETTING(BackgroundColor, (QColor{48, 48, 48})) 30 SETTING(BackgroundColor, (QColor{48, 48, 48}))
32 SETTING(MainColor, (QColor{255, 255, 64})) 31 SETTING(MainColor, (QColor{255, 255, 64}))
33 SETTING(SelectedColor, (QColor{32, 32, 224})) 32 SETTING(SelectedColor, (QColor{32, 32, 224}))
34 SETTING(LineThickness, 2.0f) 33 SETTING(LineThickness, 2.0f)
35 SETTING(LineAntiAliasing, true) 34 SETTING(LineAntiAliasing, true)

mercurial