src/configurationoptions.txt

Tue, 15 Mar 2022 19:48:07 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 15 Mar 2022 19:48:07 +0200
changeset 185
a38a0eb007b0
parent 170
9b655f6fe5a1
child 202
b05af0bab735
permissions
-rw-r--r--

Added line path tool

#
# LDForge configuration option definitions
#
# Syntax:
#    option OptionName = value
#    option OptionName = type {value}
#    # comment
#

# Rendering options
option Locale = "system"
option BackgroundColor = QColor{48, 48, 48}
option MainColor = QColor{255, 255, 64}
option SelectedColor = QColor{32, 32, 224}
option LineThickness = 2.0f
option LineAntiAliasing = true
option RenderStyle = 0
option DrawWireframe = false
option DrawAxes = true
option MainWindowGeometry = QByteArray{}
option MainSplitterState = QByteArray{}
option RecentFiles = QStringList{}

# File management options
option Libraries = QVector<Library>{}

mercurial