On 10/12/2017 10:26 AM, Ken Springer wrote: > Peter, > > What is Qt?? I'm assuming a Linux history, and that's OK with me. >
Qt is what's called a "framework" for C++ coding. What it offers are a number of shortcuts for creating a GUI program, by having built-in routines for dialogs and windows, for example, rather than having to create these from scratch. It's cross-platform, so not just for Linux. Greg
