From e43e31cf89113175e1b09cbf570f37b20475ec93 Mon Sep 17 00:00:00 2001 From: Look Skyworker Date: Sat, 23 Jun 2018 16:08:31 +0900 Subject: [PATCH] update readme --- README.ko.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.ko.md b/README.ko.md index 18fdad8..e2813bb 100644 --- a/README.ko.md +++ b/README.ko.md @@ -66,11 +66,11 @@ qDebug() << var; // 값 표시 - 유니코드 테스트 ( :cloud: 파일 이름, :cloud: 파일 경로, :sunny: 자료값) -## :novice: 업그레이드 할 일 +## :hammer: 업그레이드 할 일 - xlsx의 암복호화 기능 개발 - Android에서 빌드 및 테스트 -## 라이센스와 링크 +## :link: 라이센스와 링크 * ![](https://img.shields.io/badge/license-MIT-blue.svg) QXlsx는 MIT 라이센스를 사용합니다. [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) * ![](https://img.shields.io/badge/license-MIT-blue.svg) QtXlsx 라이센스는 Debao Zhang(2014) 싸이트를 참조하십시오. [https://github.com/dbzhang800/QtXlsxWriter](https://github.com/dbzhang800/QtXlsxWriter)  * Qt 라이센스는 Qt Company 싸이트를 참조하십시오. [https://www.qt.io/developers/](https://www.qt.io/developers/) @@ -79,7 +79,7 @@ qDebug() << var; // 값 표시 * 이슈를 남겨 주세요. [https://github.com/j2doll/QXlsx/issues](https://github.com/j2doll/QXlsx/issues) * 프로젝트 참여에 관심이 있으신 분은 이슈로 연락주세요. -## 진행하는 유사한 프로젝트 +## :star: 진행하는 유사한 프로젝트 * Qxlnt [https://github.com/j2doll/Qxlnt](https://github.com/j2doll/Qxlnt) - Qxlnt는 xlnt가 Qt에서 사용될 수있게 해주는 도우미 프로젝트입니다. - xlnt는 xlsx Excel 파일을 사용하기에 훌륭한 라이브러리입니다. diff --git a/README.md b/README.md index 4ce1180..944e07f 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ qDebug() << var; // display value - Unicode test ( :cloud: filename, :cloud: filepath, :sunny: data value) -## To Upgrade +## :hammer: To Upgrade - Develop the encryption function of xlsx - Build and test on Android -## License and links +## :link: License and links * ![](https://img.shields.io/badge/license-MIT-blue.svg) MIT License [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) * ![](https://img.shields.io/badge/license-MIT-blue.svg) QtXlsx License (See Debao Zhang (2014) site) [https://github.com/dbzhang800/QtXlsxWriter](https://github.com/dbzhang800/QtXlsxWriter) * Qt License (See Qt Company site) [https://www.qt.io/](https://www.qt.io/) @@ -81,7 +81,7 @@ qDebug() << var; // display value - If you are interested in participating in the project, please contact us by issue. - My native language is not English and my English is not fluent. Please, use EASY English. :-) -## Similar projects going on +## :star: Similar projects going on * Qxlnt [https://github.com/j2doll/Qxlnt](https://github.com/j2doll/Qxlnt) - Qxlnt is a helper project that allows xlnt to be used in Qt. - xlnt is a excellent library for usinf xlsx Excel files.