You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
556 B
11 lines
556 B
2 years ago
|
Qt is a C++ toolkit for application development. It lets application
|
||
|
developers target all major operating systems with a single application
|
||
|
source code.
|
||
|
|
||
|
Qt provides a platform-independent API to all central platform functionality:
|
||
|
GUI, database access, networking, file handling, etc. The Qt library
|
||
|
encapsulates the different APIs of different operating systems, providing
|
||
|
the application programmer with a single, common API for all operating systems.
|
||
|
The native C APIs are encapsulated in a set of well-designed, fully
|
||
|
object-oriented C++ classes.
|