Tcl Notes

Squish assumes that all test.tcl files use the UTF-8 encoding. If you expect to edit such files outside of the Squish IDE, make sure that the editor loads and saves the files using UTF-8.

To access toolkit enums use the Squish API's enum function. The function takes two arguments, the first is a class or namespace name and the second is an enum name. For example, [enum Qt AlignRight].

toString()

toString() is a Squish-internal function for converting strings from native-toolkit-types to Tcl's own string representation. See Converting QStrings for an example of its use.

Tcl Language Documentation

For documentation on the Tcl language and standard extension packages, see the Tcl/Tk Documentation page on the Tcl home page. That page also has links to Tcl tutorials. If you prefer books, a good Tcl book is Practical Programming in Tcl and Tk by Brent Welsh and Ken Jones with Jeffrey Hobbs.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.