src/configurationoptions.txt

Sun, 12 Jun 2022 20:47:04 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Sun, 12 Jun 2022 20:47:04 +0300
changeset 214
8e1fe64ce4e3
parent 202
b05af0bab735
permissions
-rw-r--r--

begin refactor of gl side

#
# 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{}
option ViewMode = 1

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

mercurial