Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set source and Destination folder in CopyDialog | Arno | 2018-10-13 | 1 | -0/+8 |
| | | | | | Still does nothing, but fill the source QLineEdit with something reasonable and try to guess the destination directory. | ||||
* | Implement select destination in CopyDialog | Arno | 2018-10-13 | 1 | -2/+13 |
| | | | | Also remember it on close. | ||||
* | Remeber size of CopyDialog | Arno | 2018-10-13 | 1 | -0/+14 |
| | |||||
* | Implement layout for CopyDialog | Arno | 2018-10-13 | 1 | -0/+53 |
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... |