#include <QTextOption>
This class was introduced in Qt 4.4.
Tab () | |
Tab ( qreal pos, TabType tabType, QChar delim = QChar() ) | |
bool | operator!= ( const Tab & other ) const |
bool | operator== ( const Tab & other ) const |
QChar | delimiter |
qreal | position |
TabType | type |
Each tab definition is represented by this struct.
Creates a default left tab with position 80.
Creates a tab with the given position, tab type, and delimiter (pos, tabType, delim).
Note: delim is only used when tabType is DelimiterTab.
This function was introduced in Qt 4.7.
Returns true if tab other is not equal to this tab; otherwise returns false.
Returns true if tab other is equal to this tab; otherwise returns false.
If type is DelimitorTab; tab until this char is found in the text.
Distance from the start of the paragraph. The position of a tab is from the start of the paragraph which implies that when the alignment of the paragraph is set to centered, the tab is interpreted to be moved the same distance as the left ege of the paragraph does. In case the paragraph is set to have a layoutDirection() RightToLeft the position is interpreted to be from the right side of the paragraph with higher numbers moving the tab to the left.
Determine which type is used. In a paragraph that has layoutDirection() RightToLeft the type LeftTab will be interpreted to be a RightTab and vice versa.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.