mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-05 05:19:21 +02:00
158 lines
3.1 KiB
Plaintext
158 lines
3.1 KiB
Plaintext
ExtrasScrollBar < Panel
|
|
height: 28
|
|
margin-top: 3
|
|
|
|
UIWidget
|
|
id: text
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.top: parent.top
|
|
text-align: center
|
|
|
|
HorizontalScrollBar
|
|
id: scroll
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.top: prev.bottom
|
|
margin-top: 3
|
|
minimum: 0
|
|
maximum: 10
|
|
step: 1
|
|
|
|
ExtrasTextEdit < Panel
|
|
height: 40
|
|
margin-top: 7
|
|
|
|
UIWidget
|
|
id: text
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.top: parent.top
|
|
text-align: center
|
|
|
|
TextEdit
|
|
id: textEdit
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.top: prev.bottom
|
|
margin-top: 5
|
|
minimum: 0
|
|
maximum: 10
|
|
step: 1
|
|
text-align: center
|
|
|
|
ExtrasItem < Panel
|
|
height: 34
|
|
margin-top: 7
|
|
margin-left: 25
|
|
margin-right: 25
|
|
|
|
UIWidget
|
|
id: text
|
|
anchors.left: parent.left
|
|
anchors.verticalCenter: next.verticalCenter
|
|
|
|
BotItem
|
|
id: item
|
|
anchors.top: parent.top
|
|
anchors.right: parent.right
|
|
|
|
|
|
ExtrasCheckBox < BotSwitch
|
|
height: 20
|
|
margin-top: 7
|
|
|
|
ExtrasWindow < MainWindow
|
|
!text: tr('Extras')
|
|
size: 440 360
|
|
padding: 25
|
|
|
|
Label
|
|
anchors.left: parent.left
|
|
anchors.right: parent.horizontalCenter
|
|
anchors.top: parent.top
|
|
text-align: center
|
|
text: < CaveBot >
|
|
|
|
Label
|
|
anchors.left: parent.horizontalCenter
|
|
anchors.right: parent.right
|
|
anchors.top: parent.top
|
|
text-align: center
|
|
text: < Miscellaneous >
|
|
|
|
VerticalScrollBar
|
|
id: contentScroll
|
|
anchors.top: prev.bottom
|
|
margin-top: 3
|
|
anchors.right: parent.right
|
|
anchors.bottom: separator.top
|
|
step: 28
|
|
pixels-scroll: true
|
|
margin-right: -10
|
|
margin-top: 5
|
|
margin-bottom: 5
|
|
|
|
ScrollablePanel
|
|
id: content
|
|
anchors.top: prev.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.bottom: separator.top
|
|
vertical-scrollbar: contentScroll
|
|
margin-bottom: 10
|
|
|
|
Panel
|
|
id: left
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
anchors.right: parent.horizontalCenter
|
|
margin-top: 5
|
|
margin-left: 10
|
|
margin-right: 10
|
|
layout:
|
|
type: verticalBox
|
|
fit-children: true
|
|
|
|
Panel
|
|
id: right
|
|
anchors.top: parent.top
|
|
anchors.left: parent.horizontalCenter
|
|
anchors.right: parent.right
|
|
margin-top: 5
|
|
margin-left: 10
|
|
margin-right: 10
|
|
layout:
|
|
type: verticalBox
|
|
fit-children: true
|
|
|
|
VerticalSeparator
|
|
anchors.top: parent.top
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.horizontalCenter
|
|
|
|
HorizontalSeparator
|
|
id: separator
|
|
anchors.right: parent.right
|
|
anchors.left: parent.left
|
|
anchors.bottom: closeButton.top
|
|
margin-bottom: 8
|
|
|
|
ResizeBorder
|
|
id: bottomResizeBorder
|
|
anchors.fill: separator
|
|
height: 3
|
|
minimum: 260
|
|
maximum: 600
|
|
margin-left: 3
|
|
margin-right: 3
|
|
background: #ffffff88
|
|
|
|
Button
|
|
id: closeButton
|
|
!text: tr('Close')
|
|
font: cipsoftFont
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
size: 45 21
|
|
margin-right: 5 |