Underlying Toolkit
Underlying Toolkit
Posted Dec 29, 2025 18:30 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Underlying Toolkit by raven667
Parent article: Going boldly into the COSMIC desktop environment
Of particular note, Qt predates the STL, so even `std::string` was being reinvented everywhere. Once it did show up, it didn't have the same features (e.g., CoW) everywhere, so `QString` persisted.
