Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::Dom::FormatOptions Class Reference

#include <qqmldomlinewriter_p.h>

Collaboration diagram for QQmlJS::Dom::FormatOptions:

Public Attributes

int tabSize = 4
int indentSize = 4
bool useTabs = false

Detailed Description

Definition at line 66 of file qqmldomlinewriter_p.h.

Member Data Documentation

◆ indentSize

int QQmlJS::Dom::FormatOptions::indentSize = 4

◆ tabSize

int QQmlJS::Dom::FormatOptions::tabSize = 4

Definition at line 69 of file qqmldomlinewriter_p.h.

◆ useTabs

bool QQmlJS::Dom::FormatOptions::useTabs = false

Definition at line 71 of file qqmldomlinewriter_p.h.


The documentation for this class was generated from the following file: