1
FalkonTutorials/qml/README.md
Juraj Oravec 04e40f1241
QML: Add links to clipboard example to the readme
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-03-29 10:04:52 +02:00

9 lines
622 B
Markdown

# Falkon QML Tutorial
1. [Introduction](articles/1.Introduction.md)
2. [Basic Extension](articles/2.Basic_extension.md) - [Extension](extensions/qml_tutorial_2/)
3. [Adding a button to the toolbar](articles/3.Adding_a_button_to_the_toolbar.md) - [Extension](extensions/qml_tutorial_3/)
4. [Adding an entry to the web context menu](articles/4.Adding_entry_to_the_web_context_menu.md) - [Extension](extensions/qml_tutorial_4/)
5. [Using notifications](articles/5.Using_notifications.md) - [Extension](extensions/qml_tutorial_5/)
6. [Using clipboard](articles/6.Using_clipboard.md) - [Extension](extensions/qml_tutorial_6/)