Description
Title: Button not responding when clicked
Description:
The "Generate" button does not produce any output when clicked, even after entering a valid number of terms. The expected behavior is that the Fibonacci sequence should display immediately below the button.
Steps to Reproduce:
- Open the application.
- Enter a number in the input field.
- Click the "Generate" button.
- Observe that no output is shown.
Expected Behavior:
After clicking the "Generate" button, the Fibonacci sequence should be displayed in the output area.
Actual Behavior:
No output is shown after clicking the "Generate" button.
Environment:
- OS: [e.g., Windows 10, macOS 11]
- Python Version: [e.g., 3.8.5]
- PySide6 Version: [e.g., 6.2.0]
- QML: [mention if any specific details are relevant]
Possible Solution:
There may be an issue with the signal and slot connection for the "Generate" button in the QML file or with the logic in the Python backend. Reviewing the onClicked
event and corresponding function may help resolve this issue.
Additional Context:
This issue appears to happen intermittently, especially after toggling between light and dark themes.