dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QTextOption.Tab
qt
gui
textoption
QTextOption
Undocumented in source.
struct
QTextOption
struct
Tab {
this
();
this
(qreal pos, TabType tabType, QChar delim);
qreal
position
;
TabType
type
;
QChar
delimiter
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(qreal pos, TabType tabType, QChar delim)
Undocumented in source.
Members
Variables
delimiter
QChar
delimiter
;
Undocumented in source.
position
qreal
position
;
Undocumented in source.
type
TabType
type
;
Undocumented in source.
Meta
Source
See Implementation
qt
gui
textoption
QTextOption
aliases
Flags
constructors
this
destructors
~this
enums
Flag
TabType
WrapMode
functions
alignment
setAlignment
setFlags
setTabArray
setTabStop
setTabStopDistance
setTabs
setTextDirection
setUseDesignMetrics
setWrapMode
tabArray
tabStop
tabStopDistance
tabs
useDesignMetrics
wrapMode
postblits
this(this)
structs
Tab