[Home] [Next: What is Qt Script for Applications]
This guide presents , a tool for making C++ applications scriptable, using , an interpreted scripting language. Some basic knowledge of scripting is needed to get the most out of this guide.
This guide provides an introduction to , and its tools.
Here is a brief overview of the chapters:
Chapter one, What is Qt Script for Applications, introduces the toolkit and its components. This chapter also provides a look at 's features and how it compares to other scripting languages.
Chapter two, How to Make Qt Applications Scriptable, is a step-by-step tutorial on how to make an application scriptable.
Chapter three, How to Design and Implement Application Objects explains how to make your C++ objects available to scripts.
Chapter four, Creating Scripts Using Qt Script for Applications, demonstrates how to create scripts for a scriptable application, using .