src/configurationoptions.txt

changeset 45
272c84c7c87e
parent 41
0abada2a9802
child 48
3c10f0e2fbe0
equal deleted inserted replaced
44:c6114b3af3a6 45:272c84c7c87e
10 # Rendering options 10 # Rendering options
11 option Locale = "system" 11 option Locale = "system"
12 option BackgroundColor = QColor{48, 48, 48} 12 option BackgroundColor = QColor{48, 48, 48}
13 option MainColor = QColor{255, 255, 64} 13 option MainColor = QColor{255, 255, 64}
14 option LineThickness = 2.0f 14 option LineThickness = 2.0f
15 option LineAntiAliasing = true
15 option RenderStyle = 0 16 option RenderStyle = 0
16 option DrawWireframe = false 17 option DrawWireframe = false
17 option AntiAliasedLines = true
18 option MainWindowGeometry = QByteArray{} 18 option MainWindowGeometry = QByteArray{}
19 option MainSplitterState = QByteArray{} 19 option MainSplitterState = QByteArray{}
20 option RecentFiles = QStringList{} 20 option RecentFiles = QStringList{}
21 21
22 # File management options 22 # File management options

mercurial