2012-07-21 14:15:29 +02:00
|
|
|
OfferTableRow < TableRow
|
2012-07-20 20:20:06 +02:00
|
|
|
font: verdana-11px-monochrome
|
|
|
|
color: #cccccc
|
2012-07-21 19:17:03 +02:00
|
|
|
height: 15
|
2012-07-20 20:20:06 +02:00
|
|
|
|
2012-07-21 14:15:29 +02:00
|
|
|
OfferTableColumn < TableColumn
|
2012-07-22 16:02:01 +02:00
|
|
|
font: verdana-11px-monochrome
|
|
|
|
background-color: alpha
|
|
|
|
text-offset: 5 0
|
|
|
|
color: #cccccc
|
|
|
|
width: 80
|
|
|
|
|
2015-01-25 13:41:00 +01:00
|
|
|
OfferTableWarningColumn < OfferTableColumn
|
|
|
|
color: #e03d3d
|
|
|
|
|
2012-07-22 16:02:01 +02:00
|
|
|
OfferTableHeaderRow < TableHeaderRow
|
|
|
|
font: verdana-11px-monochrome
|
|
|
|
color: #cccccc
|
|
|
|
height: 20
|
|
|
|
|
2015-01-21 23:40:15 +01:00
|
|
|
OfferTableHeaderColumn < SortableTableHeaderColumn
|
2012-07-21 14:15:29 +02:00
|
|
|
font: verdana-11px-monochrome
|
|
|
|
text-offset: 2 0
|
|
|
|
color: #cccccc
|
2012-07-22 16:02:01 +02:00
|
|
|
|
|
|
|
$focus:
|
|
|
|
background-color: #294f6d
|
|
|
|
color: #ffffff
|
2012-07-21 14:15:29 +02:00
|
|
|
|
2012-07-19 20:54:24 +02:00
|
|
|
Panel
|
|
|
|
background-color: #22283399
|
|
|
|
margin: 1
|
|
|
|
|
2012-07-20 20:20:06 +02:00
|
|
|
Button
|
2012-07-29 16:05:32 +02:00
|
|
|
id: buyButton
|
2012-07-20 20:20:06 +02:00
|
|
|
!text: tr('Buy Now')
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: next.bottom
|
|
|
|
margin-right: 6
|
|
|
|
width: 80
|
2012-07-29 16:05:32 +02:00
|
|
|
enabled: false
|
2012-07-20 20:20:06 +02:00
|
|
|
|
2012-07-19 20:54:24 +02:00
|
|
|
Label
|
2012-07-20 20:20:06 +02:00
|
|
|
!text: tr('Sell Offers')
|
2012-07-27 05:53:42 +02:00
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
2012-07-19 20:54:24 +02:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
2012-07-20 20:20:06 +02:00
|
|
|
margin-top: 44
|
|
|
|
margin-left: 6
|
|
|
|
|
2012-07-21 14:15:29 +02:00
|
|
|
Table
|
|
|
|
id: sellingTable
|
2012-07-20 20:20:06 +02:00
|
|
|
anchors.top: prev.bottom
|
|
|
|
anchors.left: prev.left
|
|
|
|
anchors.right: parent.right
|
2012-07-27 05:53:42 +02:00
|
|
|
height: 115
|
2012-07-20 20:20:06 +02:00
|
|
|
margin-top: 5
|
|
|
|
margin-bottom: 5
|
|
|
|
margin-right: 6
|
|
|
|
padding: 1
|
|
|
|
focusable: false
|
2012-07-21 14:15:29 +02:00
|
|
|
background-color: #222833
|
|
|
|
border-width: 1
|
|
|
|
border-color: #191f27
|
2012-07-22 16:02:01 +02:00
|
|
|
table-data: sellingTableData
|
2012-07-21 19:17:03 +02:00
|
|
|
row-style: OfferTableRow
|
|
|
|
column-style: OfferTableColumn
|
2015-01-21 23:40:15 +01:00
|
|
|
header-column-style: false
|
|
|
|
header-row-style: false
|
|
|
|
|
|
|
|
OfferTableHeaderRow
|
|
|
|
id: header
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Buyer Name')
|
|
|
|
width: 100
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Amount')
|
|
|
|
width: 60
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Total Price')
|
|
|
|
width: 90
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Piece Price')
|
|
|
|
width: 80
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Auction End')
|
|
|
|
width: 120
|
2012-07-22 16:02:01 +02:00
|
|
|
|
|
|
|
TableData
|
|
|
|
id: sellingTableData
|
|
|
|
anchors.bottom: sellingTable.bottom
|
|
|
|
anchors.left: sellingTable.left
|
|
|
|
anchors.right: sellingTable.right
|
|
|
|
margin-top: 2
|
|
|
|
vertical-scrollbar: sellingTableScrollBar
|
2012-07-20 20:20:06 +02:00
|
|
|
|
|
|
|
VerticalScrollBar
|
2012-07-21 14:15:29 +02:00
|
|
|
id: sellingTableScrollBar
|
2012-07-22 16:02:01 +02:00
|
|
|
anchors.top: sellingTable.top
|
|
|
|
anchors.bottom: sellingTable.bottom
|
|
|
|
anchors.right: sellingTable.right
|
2012-07-20 20:20:06 +02:00
|
|
|
step: 28
|
|
|
|
pixels-scroll: true
|
|
|
|
|
|
|
|
Button
|
2012-07-29 16:05:32 +02:00
|
|
|
id: sellButton
|
2012-07-20 20:20:06 +02:00
|
|
|
!text: tr('Sell Now')
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
margin-top: 5
|
|
|
|
margin-right: 6
|
|
|
|
width: 80
|
2012-07-29 16:05:32 +02:00
|
|
|
enabled: false
|
2012-07-20 20:20:06 +02:00
|
|
|
|
|
|
|
Label
|
|
|
|
!text: tr('Buy Offers')
|
2012-07-27 05:53:42 +02:00
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
2012-07-20 20:20:06 +02:00
|
|
|
anchors.top: prev.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
margin-top: 9
|
|
|
|
margin-left: 6
|
|
|
|
|
2012-07-21 14:15:29 +02:00
|
|
|
Table
|
|
|
|
id: buyingTable
|
2012-07-20 20:20:06 +02:00
|
|
|
anchors.top: prev.bottom
|
|
|
|
anchors.left: prev.left
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin-top: 5
|
|
|
|
margin-bottom: 5
|
|
|
|
margin-right: 6
|
2012-07-27 05:53:42 +02:00
|
|
|
height: 115
|
2012-07-20 20:20:06 +02:00
|
|
|
padding: 1
|
|
|
|
focusable: false
|
2012-07-21 14:15:29 +02:00
|
|
|
background-color: #222833
|
|
|
|
border-width: 1
|
|
|
|
border-color: #191f27
|
2012-07-22 16:02:01 +02:00
|
|
|
table-data: buyingTableData
|
2012-07-21 19:17:03 +02:00
|
|
|
row-style: OfferTableRow
|
|
|
|
column-style: OfferTableColumn
|
2015-01-21 23:40:15 +01:00
|
|
|
header-column-style: false
|
|
|
|
header-row-style: false
|
|
|
|
|
|
|
|
OfferTableHeaderRow
|
|
|
|
id: header
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Seller Name')
|
|
|
|
width: 100
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Amount')
|
|
|
|
width: 60
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Total Price')
|
|
|
|
width: 90
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Piece Price')
|
|
|
|
width: 80
|
|
|
|
OfferTableHeaderColumn
|
|
|
|
!text: tr('Auction End')
|
|
|
|
width: 120
|
2012-07-22 16:02:01 +02:00
|
|
|
|
|
|
|
TableData
|
|
|
|
id: buyingTableData
|
|
|
|
anchors.bottom: buyingTable.bottom
|
|
|
|
anchors.left: buyingTable.left
|
|
|
|
anchors.right: buyingTable.right
|
|
|
|
vertical-scrollbar: buyingTableScrollBar
|
2012-07-20 20:20:06 +02:00
|
|
|
|
|
|
|
VerticalScrollBar
|
2012-07-21 14:15:29 +02:00
|
|
|
id: buyingTableScrollBar
|
2012-07-22 16:02:01 +02:00
|
|
|
anchors.top: buyingTable.top
|
|
|
|
anchors.bottom: buyingTable.bottom
|
|
|
|
anchors.right: buyingTable.right
|
2012-07-20 20:20:06 +02:00
|
|
|
step: 28
|
|
|
|
pixels-scroll: true
|