2012-07-17 16:36:27 +02:00
|
|
|
MarketWindow < MainWindow
|
|
|
|
id: marketWindow
|
|
|
|
!text: tr('Market')
|
2012-07-20 20:20:06 +02:00
|
|
|
size: 700 510
|
2012-07-17 16:36:27 +02:00
|
|
|
|
2012-07-28 15:41:10 +02:00
|
|
|
@onEnter: self:hide() self:unlock() Market.clearSelectedItem() MarketProtocol.sendMarketLeave()
|
|
|
|
@onEscape: self:hide() self:unlock() Market.clearSelectedItem() MarketProtocol.sendMarketLeave()
|
2012-07-19 20:54:24 +02:00
|
|
|
|
|
|
|
// 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
|
2012-07-27 05:53:42 +02:00
|
|
|
|
|
|
|
Label
|
|
|
|
id: balanceLabel
|
2012-07-31 03:34:55 +02:00
|
|
|
!text: tr('Balance:')
|
2012-07-27 05:53:42 +02:00
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|