src/configurationoptions.txt

changeset 218
63125c36de73
parent 217
6d95c1a41e6e
child 219
571e85c0d811
--- a/src/configurationoptions.txt	Tue Jun 14 17:55:50 2022 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#
-# 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