Issue #1
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
question
Further information is requested
wontfix
This will not be worked on
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:
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:
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.
The text was updated successfully, but these errors were encountered: