Add link to the readme and image to qml tutorial3
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
14f8f2a150
commit
19bd021dc3
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
1. [Introduction](articles/1.Introduction.md)
|
1. [Introduction](articles/1.Introduction.md)
|
||||||
2. [Basic Extension](articles/2.Basic_extension.md) - [Extension](extensions/qml_tutorial_2/)
|
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/)
|
||||||
|
@ -67,10 +67,13 @@ detection and maybe some other things as well, I did not try that
|
|||||||
though.
|
though.
|
||||||
|
|
||||||
|
|
||||||
## Code
|
## Example
|
||||||
The example code will add a button to main toolbar and statusbar. When
|
The example code will add a button to main toolbar and statusbar. When
|
||||||
user clicks on the button the small white rectangle will show up and the
|
user clicks on the button the small white rectangle will show up and the
|
||||||
number displayed on the badge will increase.
|
number displayed on the badge will increase.
|
||||||
|
|
||||||
|
![Toolbar button with badge and empty popup](../images/tutorial3/toolbar_button_with_badge_and_popup.png)
|
||||||
|
|
||||||
|
### Code
|
||||||
The code for this example can be found at
|
The code for this example can be found at
|
||||||
[extensions/qml_tutorial_3](../extensions/qml_tutorial_3)
|
[extensions/qml_tutorial_3](../extensions/qml_tutorial_3)
|
||||||
|
BIN
qml/images/tutorial3/toolbar_button_with_badge_and_popup.png
Normal file
BIN
qml/images/tutorial3/toolbar_button_with_badge_and_popup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue
Block a user