Ticket #2855 (closed: fixed)
Layout issues with LoadDialog
Reported by: | Mathieu Doucet | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
There are a few issues with MantidPlot's LoadDialog.
1- The dialog doesn't resize properly when it is updated for a file type. The layout constraints should be set up properly. This is easily done if one designs the layout using Qt Designer first and add the dynamic part to it in C++.
2- If you hit the Files button on the file browser dialog, you get a list of identical entries with the label "Files". Presumably there is one entry for each extension, but the extension itself doesn't appear.
Change History
comment:2 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
"New" tickets moved at the code freeze of iteration 29
comment:4 Changed 9 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Martyn Gigg
comment:7 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
In [14014]:
comment:8 Changed 9 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:9 Changed 9 years ago by Roman Tolchenov
- Status changed from verifying to closed
Loaded files of different types. The dialog resizes reasonably well.
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3702
(In [11058]) Quick layout fix so that it doesn't look terrible while we wait for someone to fix this properly. Hard-code a resize after a layout update. This doesn't fix the problem with "Files" menu. Re #2855