ArtificialQualia / PyEveLiveDPS

PyEveLiveDPS (PELD) is a live DPS calculator and grapher for EVE Online
GNU General Public License v3.0
160 stars 27 forks source link

Label Improvements and Configuration #24

Closed ArtificialQualia closed 7 years ago

ArtificialQualia commented 7 years ago

Currently label positioning and number formatting is hardcoded. Users will want a way to customize this so they can have labels be placed in specific parts of the window, and may even need multiple rows of labels so that users can see all the labels without them clipping each other when the window is small.

The difficult task here will be allowing the users to configure these labels in a way that isn't overwhelmingly confusing. Some sort of drag + drop interface, and number formatting entries will probably be the best way to do this.

Note that this change should kick off completing the rest of #22 as this will require settings window overhauls.