trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2016

Re: [trinity-users] Struggling with "C++ GUI Programming with Qt 3"

From: Leslie Turriff <jlturriff@...>
Date: Tue, 29 Nov 2016 20:57:31 -0600

On 2016-11-29 19:55:21 Michele Calgaro wrote:
> On 2016/11/30 09:22 AM, Leslie Turriff wrote:
> :
> The original Qt3 framework used the q* API. In TDE, Qt3 has become TQt3,
> thus the tq* API. Since the introduction of the TQtInterface, the TQT3's
> tq* API has become ntq* API and the tq* has been moved to the TQtInterface
> level.
> See the sketch attached, hope it helps to nuderstand better
	So,
		TDE API		= TDE*
		TQtInterface	= tq*
		TQt3			= ntq*	<== and I should use this one.
correct?

> > Leslie