Krita Source Code Documentation
Loading...
Searching...
No Matches
KoRuler::Tab Struct Reference

For paragraphs each tab definition is represented by this struct. More...

#include <KoRuler.h>

Public Attributes

qreal position { 0.0 }
 distance in point from the start of the text-shape
 
QTextOption::TabType type { QTextOption::LeftTab }
 Determine which type is used.
 

Detailed Description

For paragraphs each tab definition is represented by this struct.

Definition at line 43 of file KoRuler.h.

Member Data Documentation

◆ position

qreal KoRuler::Tab::position { 0.0 }

distance in point from the start of the text-shape

Definition at line 44 of file KoRuler.h.

44{ 0.0 };

◆ type

QTextOption::TabType KoRuler::Tab::type { QTextOption::LeftTab }

Determine which type is used.

Definition at line 45 of file KoRuler.h.

45{ QTextOption::LeftTab };

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