Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve issue #9 and convert to Qt5 #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

netbomo
Copy link

@netbomo netbomo commented Nov 20, 2019

I've done some small things :

  • Built with QT 5.7.
  • Change #includes (Qwidget is a separate module)
  • Remove QApplication::UnicodeUTF8 in QApplication::translate method (read Qt forum)
  • add QDir::homePath() + in file name string in mainwindow.cpp in order to be able to save csv and png in home directory
  • add coordonateX(0) and spinPoints->value() in PNG name in order to be able to save multiple PNG from the same dataset with different zoom or drag
  • remove PNG export disable in order to allow export PNG after stop or pause

I hope you will find it usefull and working on windows

cheers

@netbomo
Copy link
Author

netbomo commented Nov 22, 2019

@CieNTi : I hope you will enjoy with this small tricks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants