Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1

Open
rkstudio585 opened this issue Sep 8, 2024 · 0 comments
Open

Issue #1

rkstudio585 opened this issue Sep 8, 2024 · 0 comments
Assignees
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

Comments

@rkstudio585
Copy link
Owner


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.


@rkstudio585 rkstudio585 added 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 labels Sep 8, 2024
@rkstudio585 rkstudio585 self-assigned this Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant