Update the demo images

This commit is contained in:
Debao Zhang
2013-11-06 09:25:19 +08:00
parent c80fcf00c5
commit b3b9cb7b05
9 changed files with 4 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

+1 -5
View File
@@ -4,9 +4,5 @@
\brief This is a demo which is used to show features of the library
\ingroup qtxlsx-examples
\image xlsx_demo.png
\image xlsx_demo_fonts.png
\image xlsx_demo_formulas.png
\image xlsx_demo_merging.png
\image xlsx_demo_grouping.png
\image xlsx_demo.gif
*/
+2 -2
View File
@@ -289,8 +289,8 @@ int main()
xlsx.saveAs("Book1.xlsx");
//Make sure that read/write works well.
Document xlsx2("demo.xlsx");
xlsx2.saveAs("demo2.xlsx");
Document xlsx2("Book1.xlsx");
xlsx2.saveAs("Book2.xlsx");
return 0;
}
+1 -1
View File
@@ -37,7 +37,7 @@
\li Edit an existing .xlsx file
\endlist
\image xlsx_demo.png
\image xlsx_demo.gif
\table
\row