Add mining yield view

Add a panel for displaying the mining yield. Display miner and drone
yield. Only create the frontend in this commit.
This commit is contained in:
Alexandros Kosiaris
2014-05-27 17:00:31 +03:00
parent 749934b89d
commit 28cfaf1702
4 changed files with 152 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ import gui.globalEvents as GE
class StatsPane(wx.Panel):
DEFAULT_VIEWS = ["resourcesViewFull", "resistancesViewFull" ,"rechargeViewFull", "firepowerViewFull",
"capacitorViewFull", "targetingmiscViewFull", "priceViewFull"]
"capacitorViewFull", "targetingmiscViewFull",
"priceViewFull", "miningyieldViewFull"]
def fitChanged(self, event):
cFit = service.Fit.getInstance()