This commit is contained in:
OTCv8
2020-11-16 08:43:23 +01:00
parent a4f9250ddb
commit 2d1cbaae12
141 changed files with 14564 additions and 106 deletions

View File

@@ -0,0 +1,47 @@
MainAnalyzer < MiniWindow
!text: tr('Analytics Selector')
height: 125
icon: /images/topbuttons/analyzers
&autoOpen: false
MiniWindowContents
Button
id: HuntButton
!text: tr('Hunting Session Analyser')
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
margin-top: 3
margin-left: 3
margin-right: 3
Button
id: lootSupplyButton
!text: tr('Loot & Supplies Analyser')
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 3
margin-left: 3
margin-right: 3
Button
id: impactButton
!text: tr('Impact Analyser')
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 3
margin-left: 3
margin-right: 3
Button
id: xpButton
!text: tr('XP Analyser')
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 3
margin-left: 3
margin-right: 3