Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin committed Apr 12, 2021
1 parent 4856b95 commit acd62c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
For the love of python and qml


[refer to milestone](https://github.com/deuteronomy-works/soloman/milestone/10)
[refer to milestone](https://github.com/deuteronomy-works/soloman/milestone/12)



Expand Down Expand Up @@ -39,9 +39,9 @@ engine.load('example.qml')
*example.qml*

```qml
import QtQuick 2.14
import QtQuick 2.15
...
import soloman 2.4
import soloman 2.5
SAudio {
id: aud
Expand All @@ -60,9 +60,9 @@ Button {
#### Play a video file

```qml
import QtQuick 2.14
import QtQuick 2.15
...
import soloman 2.4
import soloman 2.5
SVideo {
id: vid
Expand Down Expand Up @@ -153,9 +153,9 @@ sys.exit(0)
example.qml

```qml
import QtQuick 2.14
import QtQuick.Controls 2.14
import solomon 2.4
import QtQuick 2.15
import QtQuick.Controls 2.15
import solomon 2.5
ApplicationWindow {
visible: true
Expand Down

0 comments on commit acd62c0

Please sign in to comment.