src/configurationoptions.txt

changeset 41
0abada2a9802
child 45
272c84c7c87e
equal deleted inserted replaced
40:30cb5e836736 41:0abada2a9802
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 LineThickness = 2.0f
15 option RenderStyle = 0
16 option DrawWireframe = false
17 option AntiAliasedLines = true
18 option MainWindowGeometry = QByteArray{}
19 option MainSplitterState = QByteArray{}
20 option RecentFiles = QStringList{}
21
22 # File management options
23 option Libraries = QVector<Library>{}

mercurial