mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Version 1.7
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user