ShadowKyogre / QTarot

A simple tarot fortune teller
GNU General Public License v3.0
6 stars 4 forks source link

Rework the UI for "New reading (Choose Deck)" #4

Open ShadowKyogre opened 9 years ago

ShadowKyogre commented 9 years ago

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.

daniloalvescosta commented 3 years ago

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...