mirror of
https://github.com/edubart/otclient.git
synced 2025-05-13 07:39:20 +02:00

* Tables can now have headers (the layouts will require some more work before read to be used formally). * Finished Market offers display, Item details display, and Item statistics display. * Added getSelectedWidget to UIRadioGroup class. Market TODO: * Create buy/sell offer. * Purchase sale offer or accept purchase offer. * More item filtering features (weapons, types, depot only, vocation, etc). * Item searching feature. * View your offers (history/current). * UI touch ups and optimizations.
26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
Table < UITable
|
|
layout: verticalBox
|
|
header-column-style: HeaderTableColumn
|
|
header-row-style: HeaderTableRow
|
|
column-style: TableColumn
|
|
row-style: TableRow
|
|
|
|
TableData < UIScrollArea
|
|
layout: verticalBox
|
|
|
|
TableRow < Label
|
|
layout: horizontalBox
|
|
height: 10
|
|
text-wrap: true
|
|
|
|
TableColumn < Label
|
|
width: 30
|
|
text-wrap: true
|
|
|
|
TableHeaderRow < Label
|
|
layout: horizontalBox
|
|
height: 10
|
|
text-wrap: true
|
|
|
|
TableHeaderColumn < Button
|
|
width: 30 |