1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

test how to setup article

This commit is contained in:
Look Skyworker 2018-06-02 11:43:57 +09:00
parent ec5cfa7e55
commit b3bd85e213

View File

@ -24,46 +24,70 @@ git clone https://github.com/j2doll/QXlsx.git
* If you don't know use QtCreator, see Qt Company site. [https://www.qt.io/qt-features-libraries-apis-tools-and-ide/](https://www.qt.io/qt-features-libraries-apis-tools-and-ide/) * If you don't know use QtCreator, see Qt Company site. [https://www.qt.io/qt-features-libraries-apis-tools-and-ide/](https://www.qt.io/qt-features-libraries-apis-tools-and-ide/)
<br /><br />
:three: Create your own Qt Project. :three: Create your own Qt Project.
![](markdown.data/03.jpg) ![](markdown.data/03.jpg)
<br /><br />
:four: Sample is console application. :four: Sample is console application.
![](markdown.data/04.jpg) ![](markdown.data/04.jpg)
<br /><br />
:five: Set project name. Current project name is HelloQXlsx. :five: Set project name. Current project name is HelloQXlsx.
![](markdown.data/05.jpg) ![](markdown.data/05.jpg)
<br /><br />
:six: HelloQXlsx project has been created. :six: HelloQXlsx project has been created.
![](markdown.data/06.jpg) ![](markdown.data/06.jpg)
<br /><br />
:seven: Current directory for project :seven: Current directory for project
![](markdown.data/07.jpg) ![](markdown.data/07.jpg)
<br /><br />
:eight: Copy QXlsx code to your app project :eight: Copy QXlsx code to your app project
![](markdown.data/08.jpg) ![](markdown.data/08.jpg)
<br /><br />
:nine: Current directories and files for project :nine: Current directories and files for project
![](markdown.data/09.jpg) ![](markdown.data/09.jpg)
<br /><br />
10. Append code for QXlxs library on your Qt project(*.pro) 10. Append code for QXlxs library on your Qt project(*.pro)
![](markdown.data/10.jpg) ![](markdown.data/10.jpg)
<br /><br />
11. Set heaer files and namespace for sample. Then append hello world code. 11. Set heaer files and namespace for sample. Then append hello world code.
![](markdown.data/11.jpg) ![](markdown.data/11.jpg)
<br /><br />
12. Build and Run a project 12. Build and Run a project
![](markdown.data/12.jpg) ![](markdown.data/12.jpg)
<br /><br />
13. Execute file and Excel file(xlsx) is created. 13. Execute file and Excel file(xlsx) is created.
![](markdown.data/13.jpg) ![](markdown.data/13.jpg)
<br /><br />