(C++) QtSvg

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Qt QtSvg

 

QtSvg is a QT module for scalable vector graphics.

 

 

 

 

 

QtSvg examples

 

  • TicTacToeLearner

 

 

 

 

 

Qt Creator Note for Qt Creator users

 

Add the following line to your project file (to prevent link errors):


equals(QT_MAJOR_VERSION, 4): LIBS += -lQtSvg greaterThan(QT_MAJOR_VERSION, 4): QT += svg

 

 

 

 

 

 

Contents

  1. 1QtSvg examples
  2. 2Note for Qt Creator users
  3. 3equals(QT_MAJOR_VERSION, 4): LIBS += -lQtSvg greaterThan(QT_MAJOR_VERSION, 4): QT += svg