mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-05-01 07:54:42 +00:00
fix readme
This commit is contained in:
parent
cdeab90d82
commit
61b683c059
2
CMake
2
CMake
@ -1 +1 @@
|
|||||||
Subproject commit b32cca62386311ec32f16c0bbf13df446ace5873
|
Subproject commit cd05493c3a43b04f26c3e3432df4283eb4509d8c
|
12
README.md
12
README.md
@ -9,7 +9,7 @@ Simple Qml notification service for qml applications.
|
|||||||
* git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule
|
* git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule
|
||||||
* git submodule update --init --recursive
|
* git submodule update --init --recursive
|
||||||
* Include in your pro file the pri file of Qt-Secret library
|
* Include in your pro file the pri file of Qt-Secret library
|
||||||
``` qmake
|
```qmake
|
||||||
include($$PWD/SimpleQmlNotify/QmlNotify.pri)
|
include($$PWD/SimpleQmlNotify/QmlNotify.pri)
|
||||||
```
|
```
|
||||||
* Rebuild yuor project
|
* Rebuild yuor project
|
||||||
@ -21,7 +21,7 @@ Simple Qml notification service for qml applications.
|
|||||||
* git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule
|
* git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule
|
||||||
* git submodule update --init --recursive
|
* git submodule update --init --recursive
|
||||||
* Include in your CMakeLists.txt file the main CMakeLists.txt file of QSimpleQmlNotify library
|
* Include in your CMakeLists.txt file the main CMakeLists.txt file of QSimpleQmlNotify library
|
||||||
``` cmake
|
```cmake
|
||||||
include(QmlNotyfyService)
|
include(QmlNotyfyService)
|
||||||
```
|
```
|
||||||
* Rebuild yuor project
|
* Rebuild yuor project
|
||||||
@ -43,7 +43,7 @@ Simple Qml notification service for qml applications.
|
|||||||
### Notification
|
### Notification
|
||||||
|
|
||||||
#### CPP
|
#### CPP
|
||||||
``` cpp
|
```cpp
|
||||||
#include <qmlnotifyservice.h>
|
#include <qmlnotifyservice.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
@ -57,7 +57,7 @@ Simple Qml notification service for qml applications.
|
|||||||
|
|
||||||
#### QML
|
#### QML
|
||||||
|
|
||||||
``` qml
|
```qml
|
||||||
|
|
||||||
NotificationServiceView {
|
NotificationServiceView {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
@ -69,7 +69,7 @@ Simple Qml notification service for qml applications.
|
|||||||
|
|
||||||
|
|
||||||
#### CPP
|
#### CPP
|
||||||
``` cpp
|
```cpp
|
||||||
#include <qmlnotifyservice.h>
|
#include <qmlnotifyservice.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
@ -92,7 +92,7 @@ Simple Qml notification service for qml applications.
|
|||||||
|
|
||||||
#### QML
|
#### QML
|
||||||
|
|
||||||
``` qml
|
```qml
|
||||||
|
|
||||||
NotificationServiceView {
|
NotificationServiceView {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NotificationForm</name>
|
<name>NotificationForm</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="16"/>
|
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="18"/>
|
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Message</translation>
|
<translation>Message</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NotificationForm</name>
|
<name>NotificationForm</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="16"/>
|
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="18"/>
|
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>メッセージ</translation>
|
<translation>メッセージ</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NotificationForm</name>
|
<name>NotificationForm</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="16"/>
|
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="18"/>
|
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Cообщение</translation>
|
<translation>Cообщение</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NotificationForm</name>
|
<name>NotificationForm</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="16"/>
|
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="18"/>
|
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>İleti</translation>
|
<translation>İleti</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NotificationForm</name>
|
<name>NotificationForm</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="16"/>
|
|
||||||
<location filename="../NotifyModule/NotificationForm.qml" line="18"/>
|
|
||||||
<source>Message</source>
|
<source>Message</source>
|
||||||
<translation>Повідомлення</translation>
|
<translation>Повідомлення</translation>
|
||||||
</message>
|
</message>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user