Version 1.7

This commit is contained in:
OTCv8
2020-01-08 00:24:01 +01:00
parent 1d2bdf855d
commit 2a10e65ec0
42 changed files with 1157 additions and 563 deletions

View File

@@ -8,16 +8,14 @@ MiniWindow
&autoOpen: 10
MiniWindowContents
margin-left: 5
margin-right: 3
ComboBox
id: config
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
margin-top: 2
margin-right: 90
margin-left: 2
margin-right: 75
text-offset: 3 0
Button
@@ -26,34 +24,52 @@ MiniWindow
anchors.left: prev.right
anchors.right: parent.right
!text: tr('Edit')
@onClick: modules.game_bot.editConfig()
margin-left: 5
margin-right: 45
@onClick: modules.game_bot.edit()
margin-left: 3
margin-right: 37
Button
id: enableButton
anchors.top: prev.top
anchors.left: prev.right
anchors.right: parent.right
@onClick: modules.game_bot.toggleBot()
margin-left: 5
margin-left: 3
margin-right: 2
$on:
text: On
color: #00AA00
$!on:
text: Off
color: #FF0000
Label
id: statusLabel
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
margin-top: 3
text-auto-resize: true
!text: tr('Status: waiting')
text-align: center
text-wrap: true
text-auto-resize: true
text-align: center
!text: tr('Status: waiting')
margin-left: 3
margin-right: 3
$on:
margin-top: 3
$!on:
text:
margin-top: -13
HorizontalSeparator
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 3
margin-left: 2
margin-right: 2
Panel
anchors.top: prev.bottom
@@ -69,6 +85,8 @@ MiniWindow
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 5
margin-left: 2
margin-right: 2
MoveableTabBar
id: botTabs
@@ -76,6 +94,8 @@ MiniWindow
anchors.left: parent.left
anchors.right: parent.right
tab-spacing: 1
margin-left: 1
margin-right: 1
height: 20
movable: false