-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Multiline Editing #34
Comments
The multi-line editing currently only works with Qt5. Qt4 doesn't support programmatically spawning multi-line input popup. |
What about QTextEdit? That's multiline for Qt4 |
Yes, a multi-line widget. Which will need to be placed on a window etc. the whole password add/edit popup is currently one line (of code), the multi-line version of that is not available in Qt4. As soon as we start working on more edit features, we'll use a QTextEdit widget and be Qt4 compatible. |
That would be great. I did start using multiline because double-click sometimes doesn't "select the whole word". Especially password with special chars get broken. So having them on a seperate line makes it easier to select Anyway, like the new QtPass version quite a bit... the old version could only just display the passwords which was already great. |
I have to admit I personally just hoped the need to Qt4 support would go away before anyone cared about this feature enough. If you can reasonably compile against Qt 5.2 or newer I'd recommend that, if for no other reason that it's the only one I currently test against. |
I didn't notice the issue personally either until a co-worker compiled it on his mac. |
I suspect the reason for many is that e.g. installing qt-creator by default pulls in the Qt4 development environment. Others like users of Ubuntu LTS have a better reason (Qt5 isn't available in it), but maybe it would be worth recommending Qt5 in the documentation/README? |
Well, multi-line editing works on Qt 5 :) thx for the support. IMHO this can be closed/marked as solved. |
Hi there
It's great that you added editing. However when I have entries with multilines there's only one line to edit - it will be saved again as multi-line... but for editing purposes it would also be good if that was multiline.
The text was updated successfully, but these errors were encountered: