| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Implement copying files. The GUI is quite slow when copying to a device
mounted with flush, eg. an USB-Stick, but that's to be expected...
|
| |
|
|
|
|
|
| |
QTextEdit scrolls automatically, and doesn't resize beyond the screen,
so it's the proper choice. Also make it readonly.
|
|
|
|
|
| |
Use a function to generate the path, so we can reuse it when actually
copying files :)
|
| |
|
|
|
|
|
| |
Still does nothing, but fill the source QLineEdit with something
reasonable and try to guess the destination directory.
|
|
|
|
| |
Also remember it on close.
|
| |
|
|
Does nothing yet except close.
This was harder than it should be: To keep a GridLayout expanding its
cells vertically, you have to set the Alignment in the *parent* Layout.
Took me a while to figure out...
|