Content deleted Content added
m robot Adding: pl:CLX |
m strange use of semicolon |
||
Line 3:
Its aim was to replace the popular [[Microsoft Windows]]-only [[Visual Component Library]], VCL. CLX was based on [[Qt toolkit|Qt]] by [[Trolltech]]. The [[Application programming interface|API]] of CLX almost completely followed VCL. It was envisioned that existing applications using VCL would be recompiled with CLX.
However, due to lacklustre performance on Windows, subtle differences from VCL, and bugs
In terms of [[object-oriented]] approach, CLX forms an object hierarchy where the TObject class serves as the ''[[Superclass (computer science)|base class]]''. All other classes inherit or indirectly inherit the TObject class.
|