src/configurationoptions.txt

changeset 41
0abada2a9802
child 45
272c84c7c87e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/configurationoptions.txt	Sun Feb 02 00:30:48 2020 +0200
@@ -0,0 +1,23 @@
+#
+# 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 LineThickness = 2.0f
+option RenderStyle = 0
+option DrawWireframe = false
+option AntiAliasedLines = true
+option MainWindowGeometry = QByteArray{}
+option MainSplitterState = QByteArray{}
+option RecentFiles = QStringList{}
+
+# File management options
+option Libraries = QVector<Library>{}

mercurial