Will import column brings up no-operation editor (Qt) #406
Labels
Comments
It's better if such issues are fixed separately. This way, the fix can be part of v2.8.2 (#26 will only be in 2.9) |
brownnrl
added a commit
to brownnrl/moneyguru
that referenced
this issue
Dec 27, 2014
A NO_EDIT constant was added to the ``qt.conroller.table`` module. When this is seen, the createEditor method will return None (http://qt-project.org/forums/viewthread/9541).
brownnrl
added a commit
to brownnrl/moneyguru
that referenced
this issue
Dec 27, 2014
A NO_EDIT constant was added to the ``qt.conroller.table`` module. When this is seen, the createEditor method will return None (http://qt-project.org/forums/viewthread/9541).
Created pull request #410. Sorry about the double-up commit references, I must have accidentally merged some working copies with my |
Once again, an elegant solution, thanks. I've verified that it works and merged it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minor ticket, this should be resolved as part of #26. During work on that ticket I noticed that pressing the return key while highlighting a row in the import window (not csv_options, the window thereafter) will bring up a text-based editor for the 'will_import' column. This is due to that column being editable, but having no editor defined for it (since it's just a checkbox).
I've fixed the issue in my working copy, but in the event a PR isn't approved for #26 (or at least not in the near term) I wanted to document the minor issue before I forgot.
The text was updated successfully, but these errors were encountered: