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

mkdocs.yml - github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90d7612835314ba9e6f13b8217c7b772d494e9b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
site_name: qtlua
theme : simplex
repo_url : https://github.com/torch/qtlua
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Home]
- [qt.md, Global Qt System]
- [qtcore.md, Core Interface]
- [qtgui.md, Graphical User Interface]
- [qtuiloader.md, Qt Designer UI Files Loader]
- [qtide.md, Integrated Development Environment]
- [qtsvg.md, SVG Support]
- [qtwidget.md, Widgets and Events]