File: openmw_trade_window.layout

package info (click to toggle)
openmw 0.47.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,276 kB
  • sloc: cpp: 249,935; xml: 1,978; sh: 1,327; python: 63; makefile: 26
file content (87 lines) | stat: -rw-r--r-- 4,448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>

<MyGUI type="Layout">
    <Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 360" name="_Main">
        <Property key="Visible" value="false"/>
        <Property key="MinSize" value="428 245"/>

        <!-- Categories -->
        <Widget type="HBox" position="8 8 566 24" align="Left Top HStretch" name="Categories">
            <Widget type="AutoSizedButton" skin="MW_Button" name="AllButton">
                <Property key="Caption" value="#{sAllTab}"/>
                <Property key="NeedKey" value="false"/>
            </Widget>
            <Widget type="AutoSizedButton" skin="MW_Button" name="WeaponButton">
                <Property key="Caption" value="#{sWeaponTab}"/>
                <Property key="NeedKey" value="false"/>
            </Widget>
            <Widget type="AutoSizedButton" skin="MW_Button" name="ApparelButton">
                <Property key="Caption" value="#{sApparelTab}"/>
                <Property key="NeedKey" value="false"/>
            </Widget>
            <Widget type="AutoSizedButton" skin="MW_Button" name="MagicButton">
                <Property key="Caption" value="#{sMagicTab}"/>
                <Property key="NeedKey" value="false"/>
            </Widget>
            <Widget type="AutoSizedButton" skin="MW_Button" name="MiscButton">
                <Property key="Caption" value="#{sMiscTab}"/>
                <Property key="NeedKey" value="false"/>
            </Widget>
            <!-- Search box-->
            <Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 0 23" name="FilterEdit">
                <UserString key="HStretch" value="true"/>
                <UserString key="AcceptTab" value="true"/>
            </Widget>
        </Widget>

        <!-- Items -->
        <Widget type="ItemView" skin="MW_ItemView" position="8 38 566 185" name="ItemView" align="Left Top Stretch">
        </Widget>

        <Widget type="Widget" skin="" position="8 231 566 92" name="BottomPane" align="Left Bottom HStretch">
            <Widget type="HBox" position="0 0 566 24" align="Left Top HStretch">
                <Widget type="Button" skin="MW_Button" position="0 0 40 24" name="IncreaseButton" align="Left Top">
                    <Property key="Caption" value="+"/>
                    <Property key="NeedKey" value="false"/>
                </Widget>
                <Widget type="AutoSizedTextBox" skin="SandText" position="48 0 140 24" name="TotalBalanceLabel" align="Left Top">
                    <Property key="TextAlign" value="Left VCenter"/>
                </Widget>
                <Widget type="Spacer" />
                <Widget type="AutoSizedTextBox" skin="SandText" position="0 0 374 24" name="PlayerGold" align="Right Top">
                    <Property key="TextAlign" value="Right"/>
                </Widget>
            </Widget>

            <Widget type="HBox" position="0 28 566 28" align="Left Top HStretch">
                <Widget type="Button" skin="MW_Button" position="0 0 40 24" name="DecreaseButton" align="Left Top">
                    <Property key="Caption" value="-"/>
                    <Property key="NeedKey" value="false"/>
                </Widget>
                <Widget type="NumericEditBox" skin="MW_TextEdit" position="48 0 140 24" name="TotalBalance" align="Left Top">
                    <Property key="TextAlign" value="Center"/>
                </Widget>
                <Widget type="Spacer" />
                <Widget type="AutoSizedTextBox" skin="SandText" position="0 0 374 24" name="MerchantGold" align="Right Top">
                    <Property key="TextAlign" value="Right"/>
                </Widget>
            </Widget>

            <Widget type="HBox" position="0 60 566 28" align="Left Bottom HStretch">
                <Widget type="AutoSizedButton" skin="MW_Button" name="MaxSaleButton">
                    <Property key="Caption" value="#{sMaxSale}"/>
                </Widget>
                <Widget type="Spacer" />
                <Widget type="AutoSizedButton" skin="MW_Button" name="OfferButton">
                    <Property key="Caption" value="#{sBarterDialog8}"/>
                </Widget>
                <Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
                    <Property key="Caption" value="#{sCancel}"/>
                </Widget>
            </Widget>

        </Widget>

    </Widget>

</MyGUI>