27 lines
498 B
Plaintext
27 lines
498 B
Plaintext
MarketWindow < MainWindow
|
|
id: marketWindow
|
|
!text: tr('Market')
|
|
size: 680 460
|
|
|
|
@onEnter: self:hide()
|
|
@onEscape: self:hide()
|
|
|
|
// Main Panel Window
|
|
|
|
MarketTabBar
|
|
id: mainTabBar
|
|
width: 164
|
|
height: 25
|
|
anchors.top: parent.top
|
|
anchors.left: parent.left
|
|
|
|
Panel
|
|
id: mainTabContent
|
|
anchors.top: prev.bottom
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
padding: 3
|
|
border-width: 1
|
|
border-color: #000000
|