TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Add advanced dialog widget #100

Closed DanicaSTFC closed 4 months ago

DanicaSTFC commented 8 months ago

This dialog could have widgets which take user inputs, a set default button, Ok and Cancel. When the values are not set to default, qlabel widgets will be created in the parent widget to show the user selection. When the values are set to default, the widgets in the parent will either hide or be removed.

lauramurgatroyd commented 8 months ago

Operating on a parent should not be done from within a child. The connecting methods should be made in the parent.

DanicaSTFC commented 6 months ago

On 19/01/24 @paskino and I discussed