Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index.md b/doc/index.md
new file mode 100644
index 0000000..981d706
--- /dev/null
+++ b/doc/index.md
@@ -0,0 +1,13 @@
+# QtLua: a Lua interface to QT
+
+This package includes several useful sub-packages:
+
+ - [qt](qt.md): the global Qt system
+ - [qtcore](qtcore.md): Core interface
+ - [qtgui](qtgui.md): GUI
+ - [qtuiloader](qtuiloader.md): QT Designer UI files loader
+ - [qtide](qtide.md): QLua Integrated Development Environment (IDE)
+ - [qtsvg](qtsvg.md): Qt SVG support
+ - [qtwidget](qtwidget.md): widgets and events
+
+