Open Ghabry opened 4 years ago
Another research point:
Besides "Viewers" that show an image there also also these "Line Edits with [...]" e.g. for Music and Se selection. Using the normal RpgComboBox here makes no sense here because this is not database data. But shared code for Se and Music can be used here because they all return a rpg::Sound or rpg::Music
But they also open Picker.
The Line Edits can be upgraded to comboboxes that contain a file list.
Here all custom Ui that is in the editor that can't be implemented by normal Qt Widgets. Good to collect this, then the files can be stubbed by a code-generator, so they are already there and "only" the implementation is missing.
Terminology:
QGraphicsScene
), when double clicking it you usually get an Editor or a Picker.List of Pickers:
List of Editors:
Actor:
Skill/Item:
Enemy:
Troop:
State:
Animation:
Animation 2:
BattleScreen:
Terrain:
Tileset:
System:
System2:
Events: There are no real extra components here except for:
CBA crap: The last to implement because we hate this the most in Player :P