QLook
Previous  Top  Next

The [QLook] section configures some screen file (Quick Look) properties. Most of these options can be configured through the user interface and will be written automatically to gseos.ini. The Size entry determines how large the screen canvas is. There are system dependent limitations and the largest screen size is 4096x4096. The default is 1024x1024. The other settings configure the screen grid as well as global stale settings.


EntryDescription  
Size[Width, Height]. Default is 1024, 1024. The size of the screen canvas in pixels. The max is 4096, 4096. For performance reasons you should use the smallest size that meets your needs.  
Grid[Width, Height]. Default is 6, 6. This is the size of the screen grid.  
SnapToGrid[Yes|No]. Default is Yes. If enabled snaps the object to the grid.  
ShowGrid[Yes|No]. Default is Yes. If enabled shows the grid lines for easier object placement.  
StaleTimeoutDefault is 300. The global stale timeout in seconds.  
StaleEnabled[Yes|No]. Default is Yes. Enables/disables global stale notification.  

Example

[QLook]
Size = 2000, 3000
Grid = 10, 10
SnapToGrid = No
ShowGrid = No
StaleTimeout = 12
StaleEnabled = No