2012-07-17 16:36:27 +02:00
|
|
|
MarketWindow < MainWindow
|
|
|
|
id: marketWindow
|
|
|
|
!text: tr('Market')
|
2012-07-19 20:54:24 +02:00
|
|
|
size: 680 460
|
2012-07-17 16:36:27 +02:00
|
|
|
|
2012-07-19 20:54:24 +02:00
|
|
|
@onEnter: self:hide()
|
|
|
|
@onEscape: self:hide()
|
|
|
|
|
|
|
|
// Main Panel Window
|
2012-07-17 16:36:27 +02:00
|
|
|
|
2012-07-19 20:54:24 +02:00
|
|
|
MarketTabBar
|
|
|
|
id: mainTabBar
|
|
|
|
width: 164
|
|
|
|
height: 25
|
|
|
|
anchors.top: parent.top
|
2012-07-17 16:36:27 +02:00
|
|
|
anchors.left: parent.left
|
|
|
|
|
2012-07-19 20:54:24 +02:00
|
|
|
Panel
|
|
|
|
id: mainTabContent
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2012-07-17 16:36:27 +02:00
|
|
|
anchors.bottom: parent.bottom
|
2012-07-19 20:54:24 +02:00
|
|
|
padding: 3
|
|
|
|
border-width: 1
|
|
|
|
border-color: #000000
|