|
|
|
|
|
by gusmd
3116 days ago
|
|
Agreed! I use it at work for a CLI application that runs on an HPC environment. All the niceties that Qt as a framework provides (file system, multi-threading [mutexes, threads, semaphores, etc], JSON, shared memory, CLI arg parsing, even a State Machine!!) are a huge productivity boost. |
|
Qt is awesome but one of its main problems is its insistence of duplicating standard components and coming up with subpar alternatives which are then forced upon developers.