Closed zethon closed 3 years ago
It may be a week or so before I can look at this patch. As a hunch, I think double-click handlers may work. I don't remember binding them to anything.
Normally on a QLineEdit
a double-click will Select All.
Thanks for the addition.
I merged and then made some changes. I made it so the preview popup supports editing if you double-click the ascii line.
I fooled around with different buttons and different locations but I could not come up with anything too pleasing. Instead I added double-click handlers to the two
QLineEdit
s. I know they're pretty intertwined but I decided to give each one its own handler just in case they are ever unequal.Here is what the preview dialog looks like.
If you have any different suggestions about where to put a Preview button or any other suggestions please let me know.