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:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..29cd790
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+QtLua -- a Lua interface to QT
+==============================
+
+This package includes several useful sub-packages:
+
+ - [qt](qt/doc/README.md): the global Qt system
+ - [qtcore](qtcore/doc/README.md): Core interface
+ - [qtgui](qtgui/doc/README.md): GUI
+ - [qtuiloader](qtuiloader/doc/README.md): QT Designer UI files loader
+ - [qtide](qtide/doc/README.md): QLua Integrated Development Environment (IDE)
+ - [qtsvg](qtsvg/doc/README.md): Qt SVG support
+ - [qtwidget](qtwidget/doc/README.md): widgets and events
+
+