diff options
author | Arno <arno@disconnect.de> | 2016-09-05 03:54:08 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-05 03:54:08 +0200 |
commit | eaaa0c165b83aba1227304eb1074098ac0028ae8 (patch) | |
tree | c1d93053439fac34024a4620271cd94a41a2c304 /torrentwidget.cpp | |
parent | 2d4468d3c67795c14a21e2a9071b46d76680ce57 (diff) | |
download | ShemovCleaner-eaaa0c165b83aba1227304eb1074098ac0028ae8.tar.gz ShemovCleaner-eaaa0c165b83aba1227304eb1074098ac0028ae8.tar.bz2 ShemovCleaner-eaaa0c165b83aba1227304eb1074098ac0028ae8.zip |
Remove GroupBoxes from FileWidget
Sigh... Well, nothing is as easy as it seems. After removing the
GroupBoxes from FileWidget because they took too much real estate, I
realized that returnPressed() did not work with the QLineEdits.
That happened because I set the shortcut for properties() to
Qt::Key_Enter. Never, ever do that! It completely messes up keyboard
navigation! Use CTRL+Enter instead and restore keyPressEvent() for
Qt::Key_Enter.
If it's a directory, cd into it, otherwise try properties().
Diffstat (limited to 'torrentwidget.cpp')
0 files changed, 0 insertions, 0 deletions