summaryrefslogtreecommitdiffstats
path: root/copydialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement add sources to CopyDialogArno2018-10-131-0/+2
|
* Set source and Destination folder in CopyDialogArno2018-10-131-0/+2
| | | | | Still does nothing, but fill the source QLineEdit with something reasonable and try to guess the destination directory.
* Implement select destination in CopyDialogArno2018-10-131-0/+3
| | | | Also remember it on close.
* Remeber size of CopyDialogArno2018-10-131-0/+4
|
* Implement layout for CopyDialogArno2018-10-131-0/+20
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...