Skip to content

Issue #1

Open
Open
@rkstudio585

Description

@rkstudio585

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:

  1. Open the application.
  2. Enter a number in the input field.
  3. Click the "Generate" button.
  4. 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.


Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentationduplicateThis issue or pull request already existsenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededinvalidThis doesn't seem rightquestionFurther information is requestedwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions