Sun, 02 Feb 2020 00:49:32 +0200
made configurationoptions.txt visible in Qt Creator
# # 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>{}