dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QTextOption.Tab
qt
gui
textoption
QTextOption
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
struct
QTextOption
extern (
C
++)
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
setTabStopDistance
setTextDirection
setUseDesignMetrics
setWrapMode
tabArray
tabStopDistance
textDirection
useDesignMetrics
wrapMode
postblits
this(this)
structs
Tab