src/configurationoptions.txt

changeset 218
63125c36de73
parent 217
6d95c1a41e6e
child 219
571e85c0d811
equal deleted inserted replaced
217:6d95c1a41e6e 218:63125c36de73
1 #
2 # LDForge configuration option definitions
3 #
4 # Syntax:
5 # option OptionName = value
6 # option OptionName = type {value}
7 # # comment
8 #
9
10 # Rendering options
11 option Locale = "system"
12 option BackgroundColor = QColor{48, 48, 48}
13 option MainColor = QColor{255, 255, 64}
14 option SelectedColor = QColor{32, 32, 224}
15 option LineThickness = 2.0f
16 option LineAntiAliasing = true
17 option RenderStyle = 0
18 option DrawWireframe = false
19 option DrawAxes = true
20 option MainWindowGeometry = QByteArray{}
21 option MainSplitterState = QByteArray{}
22 option RecentFiles = QStringList{}
23 option ViewMode = 1
24
25 # File management options
26 option Libraries = QVector<Library>{}

mercurial