From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/basic.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/basic.html') diff --git a/doc/html/basic.html b/doc/html/basic.html index 3d09d177a..d03b54b71 100644 --- a/doc/html/basic.html +++ b/doc/html/basic.html @@ -38,24 +38,24 @@ designed for subclassing, and some more complex widgets.

-
TQActionAbstract user interface action that can appear both in menus and tool bars -
TQActionGroupGroups actions together +
TQActionAbstract user interface action that can appear both in menus and tool bars +
TQActionGroupGroups actions together
TQCheckBoxCheckbox with a text label
TQComboBoxCombined button and popup list
TQDialRounded range control (like a speedometer or potentiometer)
TQLabelText or image display
TQLCDNumberDisplays a number with LCD-like digits
TQLineEditOne-line text editor -
TQPopupMenuPopup menu widget +
TQPopupMenuPopup menu widget
TQPushButtonCommand button
TQRadioButtonRadio button with a text or pixmap label
TQScrollBarVertical or horizontal scroll bar -
TQSizeGripCorner-grip for resizing a top-level window +
TQSizeGripCorner-grip for resizing a top-level window
TQSliderVertical or horizontal slider
TQSpinBoxSpin box widget (spin button)
TQSyntaxHighlighterBase class for implementing TQTextEdit syntax highlighters
TQTextEditPowerful single-page rich text editor -
TQToolButtonQuick-access button to commands or options, usually used inside a TQToolBar +
TQToolButtonQuick-access button to commands or options, usually used inside a TQToolBar


-- cgit v1.2.1