Tcl'2017: Practical Example of Tcl Command Design in a Qt/C++ Graphical Application (Tony Johnson)

Опубликовано: 23 Май 2026
на канале: Tcl/Tk Video
1,204
8

Tcl provides excellent support for creating complicated user commands in applications that have correct-by-construction built-in help, support for hidden commands, support for position-independent switches, and more. This paper discusses the technical details for how we created one such command in our Qt-based application.