From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/porting.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index d3b57cb4..6f431969 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -308,8 +308,8 @@ new code.
  • TQCanvasPixmapArray::TQCanvasPixmapArray( TQPtrList<TQPixmap> list, TQPtrList<TQPoint> hotspots )
  • TQCanvasPixmapArray::operator!()
  • TQColorGroup::TQColorGroup( const TQColor & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) -
  • TQComboBox::autoResize() const -
  • TQComboBox::setAutoResize( bool ) +
  • TQComboBox::autoResize() const +
  • TQComboBox::setAutoResize( bool )
  • TQDate::dayName( int weekday )
  • TQDate::monthName( int month )
  • TQDir::encodedEntryList( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const @@ -362,8 +362,8 @@ new code.
  • TQMessageBox::query( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget *parent = 0, const char *= 0 )
  • TQMessageBox::standardIcon( Icon icon, GUIStyle style )
  • TQRegExp::match( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const -
  • TQScrollView::childIsVisible( TQWidget *child ) -
  • TQScrollView::showChild( TQWidget *child, bool show = TRUE ) +
  • TQScrollView::childIsVisible( TQWidget *child ) +
  • TQScrollView::showChild( TQWidget *child, bool show = TRUE )
  • TQSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion & clipRegion, const TQColorGroup & cg, const TQBrush *paper = 0 ) const
  • TQString::ascii() const
  • TQString::data() const @@ -427,9 +427,9 @@ names are no longer avaialable.

    TQButtonGroup

    In TQt 2.x, the function TQButtonGroup::selected() returns the selected -radio button (TQRadioButton). In TQt 3.0, it returns the selected toggle button (TQButton::toggleButton), a more general concept. +radio button (TQRadioButton). In TQt 3.0, it returns the selected toggle button (TQButton::toggleButton), a more general concept. This might affect programs that use TQButtonGroups that contain a -mixture of radio buttons and non-radio (e.g. TQCheckBox) toggle buttons. +mixture of radio buttons and non-radio (e.g. TQCheckBox) toggle buttons.

    TQDate

    Two TQDate member functions that were virtual in TQt 2.0 are not virtual @@ -764,7 +764,7 @@ transparent-looking widget. In general, this approach is slow and processor hungry. TQt 3.0 uses the BackgroundOrigin which provides vastly improved performance and more flexibility in most cases. The few classes for which the AutoMask property is still the best approach -are TQCheckBox, TQComboBox, TQPushButton, TQRadioButton and TQTabWidget. +are TQCheckBox, TQComboBox, TQPushButton, TQRadioButton and TQTabWidget.

    Bezier Curves

    The function names for Bezier curves in TQPainter and TQPointArray have -- cgit v1.2.1