From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqstyle.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/tqstyle.html') diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 01df13d90..0bc44a394 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -333,7 +333,7 @@ toolbars, for example TQDockWindows and TQStyle::PE_DockWindowSeparator - item separator for dock window and toolbar contents.
  • TQStyle::PE_DockWindowResizeHandle - resize handle for dock windows. -
  • TQStyle::PE_Splitter - splitter handle; see also TQSplitter. +
  • TQStyle::PE_Splitter - splitter handle; see also TQSplitter.

    • TQStyle::PE_Panel - generic panel frame; see also TQFrame.
    • TQStyle::PE_PanelPopup - panel frame for popup windows/menus; see also @@ -421,7 +421,7 @@ and/or feel hint.
    • TQStyle::SH_EtchDisabledText - disabled text is "etched" like Windows.
    • TQStyle::SH_GUIStyle - the GUI style to use.
    • TQStyle::SH_ScrollBar_BackgroundMode - the background mode for a -TQScrollBar. Possible values are any of those in the BackgroundMode enum. +TQScrollBar. Possible values are any of those in the BackgroundMode enum.
    • TQStyle::SH_ScrollBar_MiddleClickAbsolutePosition - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is @@ -437,10 +437,10 @@ SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl.
    • TQStyle::SH_TabBar_Alignment - the alignment for tabs in a -TQTabWidget. Possible values are TQt::AlignLeft, TQt::AlignCenter and TQt::AlignRight. +TQTabWidget. Possible values are TQt::AlignLeft, TQt::AlignCenter and TQt::AlignRight.
    • TQStyle::SH_Header_ArrowAlignment - the placement of the sorting indicator may appear in list or table headers. Possible values -are TQt::Left or TQt::Right. +are TQt::Left or TQt::Right.
    • TQStyle::SH_Slider_SnapToValue - sliders snap to values while moving, like Windows
    • TQStyle::SH_Slider_SloppyKeyEvents - key presses handled in a sloppy @@ -701,7 +701,7 @@ the appropriate widget and opt usage: Style_HasFocus Set if the slider has input focus. CC_ToolButton(const TQToolButton *) Style_Enabled Set if the toolbutton is enabled. - TQStyleOption ( ArrowType t ) + TQStyleOption ( ArrowType t ) @@ -848,7 +848,7 @@ the space bar is pressed). Style_HasFocus Set if the menubar has input focus. CE_ToolButtonLabel(const TQToolButton *) Style_Enabled Set if the toolbutton is enabled. - TQStyleOption ( ArrowType t ) + TQStyleOption ( ArrowType t ) @@ -882,7 +882,7 @@ enabled; when reimplementing this bool should influence how the item is drawn. If len is -1 (the default) all the text is drawn; otherwise only the first len characters of text are drawn. The text is aligned and wrapped according to the alignment -flags (see TQt::AlignmentFlags). +flags (see TQt::AlignmentFlags).

      By default, if both the text and the pixmap are not null, the pixmap is drawn and the text is ignored. @@ -964,12 +964,12 @@ Returns the appropriate area (see below) within rectangle r in which to draw the text or pixmap using painter p. If len is -1 (the default) all the text is drawn; otherwise only the first len characters of text are drawn. The text is aligned in accordance with the alignment flags (see -TQt::AlignmentFlags). The enabled bool indicates whether or +TQt::AlignmentFlags). The enabled bool indicates whether or not the item is enabled.

      If r is larger than the area needed to render the text the rectangle that is returned will be offset within r in accordance with the alignment flags. For example if flags is -AlignCenter the returned rectangle will be centered within r. If r is smaller than the area needed the rectangle that is +AlignCenter the returned rectangle will be centered within r. If r is smaller than the area needed the rectangle that is returned will be larger than r (the smallest rectangle large enough to render the text or pixmap).

      By default, if both the text and the pixmap are not null, the @@ -1091,7 +1091,7 @@ appropriate widget and opt usage: CT_RadioButton (const TQRadioButton *) Unused.   CT_ToolButton (const TQToolButton *) Unused.   CT_ComboBox (const TQComboBox *) Unused.   - CT_Splitter (const TQSplitter *) Unused.   + CT_Splitter (const TQSplitter *) Unused.   CT_DockWindow (const TQDockWindow *) Unused.   CT_ProgressBar (const TQProgressBar *) Unused.   CT_PopupMenuItem (const TQPopupMenu *) -- cgit v1.2.1