You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
Currently, when one clicks "New reading (Choose Deck)", they have to click fhrough a series of dialogs. It'd look like something when done:
+-------------------------------+
| I AM A TITLE |
|-------------------------------|
| Deck: [something | V ] |
| Skin: [something | V ] |
| Layout: [something | V ] |
|------------+------------------|
| I AM A BTN | I AM ONE TOO |
+-------------------------------+
The way I'm thinking of going about this is to put the decks and skins into a qstandarditemmodel so it can easily be displayed using native Qt methods. Additionally, this will also make coding the UI for the settings where default deck and skin are changed a lot cleaner.
The text was updated successfully, but these errors were encountered:
Are you still working on this project?
I was in a search for some tarot deck on linux mint, and i found your project but the last actualization is 5 years old...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when one clicks "New reading (Choose Deck)", they have to click fhrough a series of dialogs. It'd look like something when done:
The way I'm thinking of going about this is to put the decks and skins into a qstandarditemmodel so it can easily be displayed using native Qt methods. Additionally, this will also make coding the UI for the settings where default deck and skin are changed a lot cleaner.
The text was updated successfully, but these errors were encountered: