Browse Source

Update the demo images

master
Debao Zhang 11 years ago
parent
commit
b3b9cb7b05
  1. BIN
      examples/xlsx/demo/doc/images/xlsx_demo.gif
  2. BIN
      examples/xlsx/demo/doc/images/xlsx_demo.png
  3. BIN
      examples/xlsx/demo/doc/images/xlsx_demo_fonts.png
  4. BIN
      examples/xlsx/demo/doc/images/xlsx_demo_formulas.png
  5. BIN
      examples/xlsx/demo/doc/images/xlsx_demo_grouping.png
  6. BIN
      examples/xlsx/demo/doc/images/xlsx_demo_merging.png
  7. 6
      examples/xlsx/demo/doc/src/demo.qdoc
  8. 4
      examples/xlsx/demo/main.cpp
  9. 2
      src/xlsx/doc/src/qtxlsx-index.qdoc

BIN
examples/xlsx/demo/doc/images/xlsx_demo.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

BIN
examples/xlsx/demo/doc/images/xlsx_demo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
examples/xlsx/demo/doc/images/xlsx_demo_fonts.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

BIN
examples/xlsx/demo/doc/images/xlsx_demo_formulas.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

BIN
examples/xlsx/demo/doc/images/xlsx_demo_grouping.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

BIN
examples/xlsx/demo/doc/images/xlsx_demo_merging.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

6
examples/xlsx/demo/doc/src/demo.qdoc

@ -4,9 +4,5 @@
\brief This is a demo which is used to show features of the library \brief This is a demo which is used to show features of the library
\ingroup qtxlsx-examples \ingroup qtxlsx-examples
\image xlsx_demo.png \image xlsx_demo.gif
\image xlsx_demo_fonts.png
\image xlsx_demo_formulas.png
\image xlsx_demo_merging.png
\image xlsx_demo_grouping.png
*/ */

4
examples/xlsx/demo/main.cpp

@ -289,8 +289,8 @@ int main()
xlsx.saveAs("Book1.xlsx"); xlsx.saveAs("Book1.xlsx");
//Make sure that read/write works well. //Make sure that read/write works well.
Document xlsx2("demo.xlsx"); Document xlsx2("Book1.xlsx");
xlsx2.saveAs("demo2.xlsx"); xlsx2.saveAs("Book2.xlsx");
return 0; return 0;
} }

2
src/xlsx/doc/src/qtxlsx-index.qdoc

@ -37,7 +37,7 @@
\li Edit an existing .xlsx file \li Edit an existing .xlsx file
\endlist \endlist
\image xlsx_demo.png \image xlsx_demo.gif
\table \table
\row \row

Loading…
Cancel
Save