Both in MFC and Qt the UI can be simplified.
The is no need to let the user to choose the output file with the separate button "...".
The user should be just requested for the output file only when pressing the "Convert" button.
So the text field with the output file and the "..." button can be removed.
In the Qt version this can allow a smaller window which is a good thing on low resolution displays.
Both in MFC and Qt the UI can be simplified. The is no need to let the user to choose the output file with the separate button "...". The user should be just requested for the output file only when pressing the "Convert" button. So the text field with the output file and the "..." button can be removed. In the Qt version this can allow a smaller window which is a good thing on low resolution displays.