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:
authorRonan Collobert <ronan@collobert.com>2013-10-24 20:31:08 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-24 20:31:08 +0400
commitec76d31e1f9964f0f620cc00716fdadc0d8e5b26 (patch)
treefc7af38bec8d33f91efd9db932ca3c8d3e15ad0d
parentdec5babb349b5ed964cc50e96cf0b12ccc1207f0 (diff)
added README
-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
+
+