summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqt.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqt.3qt')
-rw-r--r--doc/man/man3/tqt.3qt66
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index 96d678f3..0233670f 100644
--- a/doc/man/man3/tqt.3qt
+++ b/doc/man/man3/tqt.3qt
@@ -127,7 +127,7 @@ However, you may occasionally need to say \fCQt::black\fR instead of just \fCbla
.PP
See also Miscellaneous Classes.
.SS "Member Type Documentation"
-.SH "Qt::AlignmentFlags"
+.SH "TQt::AlignmentFlags"
This enum type is used to describe alignment. It contains horizontal and vertical flags.
.PP
The horizontal flags are:
@@ -163,13 +163,13 @@ Masks:
\fCQt::AlignVertical_Mask\fR
.PP
Conflicting combinations of flags have undefined meanings.
-.SH "Qt::AnchorAttribute"
+.SH "TQt::AnchorAttribute"
An anchor has one or more of the following attributes:
.TP
\fCQt::AnchorName\fR - the name attribute of the anchor. This attribute is used when scrolling to an anchor in the document.
.TP
\fCQt::AnchorHref\fR - the href attribute of the anchor. This attribute is used when a link is clicked to determine what content to load.
-.SH "Qt::ArrowType"
+.SH "TQt::ArrowType"
.TP
\fCQt::UpArrow\fR
.TP
@@ -178,13 +178,13 @@ An anchor has one or more of the following attributes:
\fCQt::LeftArrow\fR
.TP
\fCQt::RightArrow\fR
-.SH "Qt::BGMode"
+.SH "TQt::BGMode"
Background mode
.TP
\fCQt::TransparentMode\fR
.TP
\fCQt::OpaqueMode\fR
-.SH "Qt::BackgroundMode"
+.SH "TQt::BackgroundMode"
This enum describes how the background of a widget changes, as the widget's palette changes.
.PP
The background is what the widget contains when paintEvent() is called. To minimize flicker, this should be the most common color or pixmap in the widget. For PaletteBackground, use colorGroup().brush( QColorGroup::Background ), and so on.
@@ -234,7 +234,7 @@ The final three values have special meaning:
Although FixedColor and FixedPixmap are sometimes just right, if you use them, make sure that you test your application when the desktop color scheme has been changed. (On X11, a quick way to test this is e.g. "./myapp -bg paleblue". On Windows, you must use the control panel.)
.PP
See also TQWidget::backgroundMode, TQWidget::backgroundMode, TQWidget::setBackgroundPixmap(), and TQWidget::paletteBackgroundColor.
-.SH "Qt::BrushStyle"
+.SH "TQt::BrushStyle"
.TP
\fCQt::NoBrush\fR
.TP
@@ -273,7 +273,7 @@ See also TQWidget::backgroundMode, TQWidget::backgroundMode, TQWidget::setBackgr
.B "[Image Omitted]"
.PP
</center>
-.SH "Qt::ButtonState"
+.SH "TQt::ButtonState"
This enum type describes the state of the mouse and the modifier buttons.
.TP
\fCQt::NoButton\fR - used when the button state does not refer to any button (see QMouseEvent::button()).
@@ -297,7 +297,7 @@ This enum type describes the state of the mouse and the modifier buttons.
\fCQt::KeyButtonMask\fR - a mask for ShiftButton, ControlButton, AltButton and MetaButton.
.TP
\fCQt::MouseButtonMask\fR - a mask for LeftButton, RightButton and MidButton.
-.SH "Qt::Corner"
+.SH "TQt::Corner"
This enum type specifies a corner in a rectangle:
.TP
\fCQt::TopLeft\fR - top left corner
@@ -307,7 +307,7 @@ This enum type specifies a corner in a rectangle:
\fCQt::BottomLeft\fR - bottom left corner
.TP
\fCQt::BottomRight\fR - bottom right corner
-.SH "Qt::CursorShape"
+.SH "TQt::CursorShape"
This enum type defines the various cursors that can be used.
.TP
\fCQt::ArrowCursor\fR - standard arrow cursor
@@ -353,14 +353,14 @@ ArrowCursor is the default for widgets in a normal state.
.B "[Image Omitted]"
.PP
</center>
-.SH "Qt::DateFormat"
+.SH "TQt::DateFormat"
.TP
\fCQt::TextDate\fR - (default) TQt format
.TP
\fCQt::ISODate\fR - ISO 8601 extended format (YYYY-MM-DD, or with time, YYYY-MM-DDTHH:MM:SS)
.TP
\fCQt::LocalDate\fR - locale dependent format
-.SH "Qt::Dock"
+.SH "TQt::Dock"
Each dock window can be in one of the following positions:
.TP
\fCQt::DockTop\fR - above the central widget, below the menu bar.
@@ -376,7 +376,7 @@ Each dock window can be in one of the following positions:
\fCQt::DockTornOff\fR - the dock window floats as its own top level window which always stays on top of the main window.
.TP
\fCQt::DockUnmanaged\fR - not managed by a QMainWindow.
-.SH "Qt::GUIStyle"
+.SH "TQt::GUIStyle"
\fBThis type is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.TP
\fCQt::WindowsStyle\fR
@@ -388,7 +388,7 @@ Each dock window can be in one of the following positions:
\fCQt::Win3Style\fR
.TP
\fCQt::PMStyle\fR
-.SH "Qt::ImageConversionFlags"
+.SH "TQt::ImageConversionFlags"
The conversion flag is a bitwise-OR of the following values. The options marked "(default)" are set if no other values from the list are included (since the defaults are zero):
.PP
Color/Mono preference (ignored for QBitmap)
@@ -436,7 +436,7 @@ The following are not values that are used directly, but masks for the above cla
\fCQt::DitherMode_Mask\fR - Mask for the mode that determines the preference of color matching versus dithering.
.PP
Using 0 as the conversion flag sets all the default options.
-.SH "Qt::Key"
+.SH "TQt::Key"
The key names used by Qt.
.TP
\fCQt::Key_Escape\fR
@@ -1006,7 +1006,7 @@ Multimedia keys
\fCQt::Key_Direction_L\fR - internal use only
.TP
\fCQt::Key_Direction_R\fR - internal use only
-.SH "Qt::MacintoshVersion"
+.SH "TQt::MacintoshVersion"
.TP
\fCQt::MV_Unknown\fR - Version cannot be detected
.TP
@@ -1031,7 +1031,7 @@ Multimedia keys
\fCQt::MV_PANTHER\fR - 10.3 Codename
.TP
\fCQt::MV_TIGER\fR - 10.4 Codename
-.SH "Qt::Modifier"
+.SH "TQt::Modifier"
This enum type describes the keyboard modifier keys supported by Qt.
.TP
\fCQt::SHIFT\fR - the Shift keys provided on all standard keyboards.
@@ -1045,7 +1045,7 @@ This enum type describes the keyboard modifier keys supported by Qt.
\fCQt::MODIFIER_MASK\fR - is a mask of Shift, Ctrl, Alt and Meta.
.TP
\fCQt::UNICODE_ACCEL\fR - the accelerator is specified as a Unicode code point, not as a TQt Key.
-.SH "Qt::Orientation"
+.SH "TQt::Orientation"
This type is used to signify an object's orientation.
.TP
\fCQt::Horizontal\fR
@@ -1053,7 +1053,7 @@ This type is used to signify an object's orientation.
\fCQt::Vertical\fR
.PP
Orientation is used with QScrollBar for example.
-.SH "Qt::PaintUnit"
+.SH "TQt::PaintUnit"
.TP
\fCQt::PixelUnit\fR
.TP
@@ -1066,7 +1066,7 @@ Orientation is used with QScrollBar for example.
\fCQt::HiEnglishUnit\fR - \fIobsolete\fR
.TP
\fCQt::TwipsUnit\fR - \fIobsolete\fR
-.SH "Qt::PenCapStyle"
+.SH "TQt::PenCapStyle"
This enum type defines the pen cap styles supported by Qt, i.e. the line end caps that can be drawn using QPainter.
.TP
\fCQt::FlatCap\fR - a square line end that does not cover the end point of the line.
@@ -1082,7 +1082,7 @@ This enum type defines the pen cap styles supported by Qt, i.e. the line end cap
.B "[Image Omitted]"
.PP
</center>
-.SH "Qt::PenJoinStyle"
+.SH "TQt::PenJoinStyle"
This enum type defines the pen join styles supported by Qt, i.e. which joins between two connected lines can be drawn using QPainter.
.TP
\fCQt::MiterJoin\fR - The outer edges of the lines are extended to meet at an angle, and this area is filled.
@@ -1098,7 +1098,7 @@ This enum type defines the pen join styles supported by Qt, i.e. which joins bet
.B "[Image Omitted]"
.PP
</center>
-.SH "Qt::PenStyle"
+.SH "TQt::PenStyle"
This enum type defines the pen styles that can be drawn using QPainter. The styles are
.TP
\fCQt::NoPen\fR - no line at all. For example, QPainter::drawRect() fills but does not draw any boundary line.
@@ -1120,7 +1120,7 @@ This enum type defines the pen styles that can be drawn using QPainter. The styl
.B "[Image Omitted]"
.PP
</center>
-.SH "Qt::RasterOp"
+.SH "TQt::RasterOp"
This enum type is used to describe the way things are written to the paint device. Each bit of the \fIsrc\fR (what you write) interacts with the corresponding bit of the \fIdst\fR pixel.
.TP
\fCQt::CopyROP\fR - dst = src
@@ -1162,20 +1162,20 @@ This enum type is used to describe the way things are written to the paint devic
By far the most useful ones are CopyROP and XorROP.
.PP
On Qt/Embedded, only CopyROP, XorROP, and NotROP are supported.
-.SH "Qt::SequenceMatch"
+.SH "TQt::SequenceMatch"
.TP
\fCQt::NoMatch\fR - Sequences have nothing in common
.TP
\fCQt::PartialMatch\fR - Sequences match partially, but are not complete
.TP
\fCQt::Identical\fR - Sequences do not differ
-.SH "Qt::SortOrder"
+.SH "TQt::SortOrder"
This enum describes how the items in a widget are sorted.
.TP
\fCQt::Ascending\fR - The items are sorted ascending e.g. starts with 'AAA' ends with 'ZZZ' in Latin-1 locales
.TP
\fCQt::Descending\fR - The items are sorted descending e.g. starts with 'ZZZ' ends with 'AAA' in Latin-1 locales
-.SH "Qt::StringComparisonMode"
+.SH "TQt::StringComparisonMode"
This enum type is used to set the string comparison mode when searching for an item. It is used by QListBox, QListView and QIconView, for example. We'll refer to the string being searched as the 'target' string.
.TP
\fCQt::CaseSensitive\fR - The strings must match case sensitively.
@@ -1191,7 +1191,7 @@ This enum type is used to set the string comparison mode when searching for an i
If you OR these flags together (excluding CaseSensitive), the search criteria be applied in the following order: ExactMatch, BeginsWith, EndsWith, Contains.
.PP
Matching is case-insensitive unless CaseSensitive is set. CaseSensitive can be OR-ed with any combination of the other flags.
-.SH "Qt::TextFlags"
+.SH "TQt::TextFlags"
This enum type is used to define some modifier flags. Some of these flags only make sense in the context of printing:
.TP
\fCQt::SingleLine\fR - Treats all whitespace as spaces and prints just one line.
@@ -1211,7 +1211,7 @@ This enum type is used to define some modifier flags. Some of these flags only m
You can use as many modifier flags as you want, except that SingleLine and WordBreak cannot be combined.
.PP
Flags that are inappropriate for a given use (e.g. ShowPrefix to QGridLayout::addWidget()) are generally ignored.
-.SH "Qt::TextFormat"
+.SH "TQt::TextFormat"
This enum is used in widgets that can display both plain text and rich text, e.g. QLabel. It is used for deciding whether a text string should be interpreted as one or the other. This is normally done by passing one of the enum values to a setTextFormat() function.
.TP
\fCQt::PlainText\fR - The text string is interpreted as a plain text string.
@@ -1221,12 +1221,12 @@ This enum is used in widgets that can display both plain text and rich text, e.g
\fCQt::AutoText\fR - The text string is interpreted as for RichText if QStyleSheet::mightBeRichText() returns TRUE, otherwise as PlainText.
.TP
\fCQt::LogText\fR - A special, limited text format which is only used by QTextEdit in an optimized mode.
-.SH "Qt::TimeSpec"
+.SH "TQt::TimeSpec"
.TP
\fCQt::LocalTime\fR - Locale dependent time (Timezones and Daylight Savings Time)
.TP
\fCQt::UTC\fR - Coordinated Universal Time, replaces Greenwich Time
-.SH "Qt::UIEffect"
+.SH "TQt::UIEffect"
.TP
\fCQt::UI_General\fR
.TP
@@ -1241,7 +1241,7 @@ This enum is used in widgets that can display both plain text and rich text, e.g
\fCQt::UI_FadeTooltip\fR
.TP
\fCQt::UI_AnimateToolBox\fR - Reserved
-.SH "Qt::WidgetFlags"
+.SH "TQt::WidgetFlags"
.PP
This enum type is used to specify various window-system properties for the widget. They are fairly unusual but necessary in a few cases. Some of these flags depend on whether the underlying window manager supports them. (See the toplevel example for an explanation and example of their use.)
@@ -1337,7 +1337,7 @@ Internal flags.
\fCQt::WStyle_Mask\fR
.TP
\fCQt::WType_Mask\fR
-.SH "Qt::WidgetState"
+.SH "TQt::WidgetState"
Internal flags.
.TP
\fCQt::WState_Created\fR
@@ -1389,7 +1389,7 @@ Internal flags.
\fCQt::WState_OwnSizePolicy\fR
.TP
\fCQt::WState_FullScreen\fR
-.SH "Qt::WindowState"
+.SH "TQt::WindowState"
.PP
This enum type is used to specify the current state of a top-level window.
@@ -1405,7 +1405,7 @@ The states are
\fCQt::WindowFullScreen\fR - The window fills the entire screen without any frame around it.
.TP
\fCQt::WindowActive\fR - The window is the active window, i.e. it has keyboard focus.
-.SH "Qt::WindowsVersion"
+.SH "TQt::WindowsVersion"
.TP
\fCQt::WV_32s\fR - Windows 3.1 with Win 32s
.TP