ViewLogPage QML Type

Page to view the build log More...

Import Statement: import org.nephros.sailfish.OBSMaster 1.0

Properties

Methods

Detailed Description

The components in here play all kinds of tricks to get the view horizontable scrollable, but still to a manageable degree.

See the wrapThresh, maxLen, and lineWidth properties.

Property Documentation

lineWidth : int

Dynamically updated with of the widest delegate in the view


logText : var

Log file contents, split up into an array of lines.


maxLen : int

The length of the longest line found in the input


maxLogLength : int

Maximum line count of log file viewed. Logs longer than this are truncated.


url : url

The URL to fetch the log file contents from.


wrapThresh : int

Text length where the delegates should wrap a line. Defaults to 2/3 of maxLen


Method Documentation

closeLens()


showLens(text, pos)



OBS Master Documentation Copyright (c) 2023 The OBS Master contributors. This document may be used under the terms of the Creative Commons Attribution Share Alike 4.0 International License.