Skip to content

A tool to generate csv file from qt ts file and vice versa

License

Notifications You must be signed in to change notification settings

D3rpchu/qt-ts-csv

Repository files navigation

qt-ts-csv

A tool to generate csv and xlsx file from qt ts file and vice versa

Build

I used qmake systems and QtCreator as IDE.

  • The build directory have to be on the same lavel as the repo one. The build directoy have to be named "build-qt-ts-csv".
  • It's is required the usage of windeployqt (read below)

Usage

To generate output.csv

example conversion ts to csv

To generate output.xlsx

example conversion ts to xlsx

To generate output.ts

example conversion csv to ts
example conversion xlsx to ts

How to use windeployqt

your\path\to\your\qt\compiler\bin\windeployqt.exe --no-translations --qmldir your\path\to\qt-ts-csv\src your\path\to\build-qt-ts-csv\src\release  

Example:

C:\Qt\5.12.1\mingw73_64\bin\windeployqt.exe --no-translations --qmldir C:\Users\prog1\Desktop\qt-ts-csv\src C:\Users\prog1\Desktop\build-qt-ts-csv\src\release  

About

A tool to generate csv file from qt ts file and vice versa

Resources

License

Stars

Watchers

Forks

Packages

No packages published