-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Qt support reworked. #8788
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
Comments
Test are completeted. Custom delegates are working. Ready to go! 😃 |
@datalyze-solutions It is easier to see/review the changes if you open a PR. But thanks for the work! But something else, I was wondering if this part of pandas (qtpandas) wouldn't be appropriate to live as a separate project? Not to discourage your efforts! I rather think this can be positive: not tied to the release process/schedule of pandas, encourage that some people take ownership of the project (I think there is at the moment not really a core developer who is actively maintaining this), publicize it separately, .. @datalyze-solutions @rominf would you be interested in that? |
I second that, all enumerated reasons make sense to me. |
Well, I actually agree with an idea to put this into separate project. I think that the vast majority of Pandas users don't need Qt bindings, moreover, the connection between those two projects is quite weak. I propose to name it I haven't looked at your work, @datalyze-solutions, but it seems that rewriting everything from scratch was worth to do. |
yep, +1 from me as well. A separate repo is worth it. |
Well than, I start a seperate repo named pandas-qt. |
lots of projects use this: https://github.com/pydata/pandas/blob/master/LICENSE |
Repo is created: https://github.com/datalyze-solutions/pandas-qt |
closing as qt support is now deprecated, see #9615 |
I've rewritten the current qtpandas model and uploaded it to my pandas fork:
https://github.com/datalyze-solutions/pandas/tree/qt4/pandas/sandbox
Its still in sandbox. An example can be found in tests named TestApp.py. I just testet Qt4 and python2.7, Qt5 might be interesting.
Any reviews are welcome! 😃
The text was updated successfully, but these errors were encountered: