-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstreamcontrol_layout.xml
More file actions
102 lines (92 loc) · 9.14 KB
/
streamcontrol_layout.xml
File metadata and controls
102 lines (92 loc) · 9.14 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE StreamControlLayout>
<!-- Smallest width for lineEdit = ~38 -->
<layout width="500" height="400" tabbed="1">
<tab name="Scoreboard">
<lineEdit id="pName1" x="10" y="10" width="130" height="20" dataSet="players.csv" >Player 1</lineEdit>
<lineEdit id="pCountry1" x="144" y="10" width="38" height="20" dataSet="players.csv" dataField="2" master="pName1">Country</lineEdit>
<lineEdit id="pChar1" x="186" y="10" width="80" height="20" dataSet="players.csv" dataField="3" master="pName1">Char</lineEdit>
<lineEdit id="teammateName1" x="10" y="34" width="130" height="20" dataSet="players.csv" >Player 1 Teammate</lineEdit>
<lineEdit id="teammateCountry1" x="144" y="34" width="38" height="20" dataSet="players.csv" dataField="2" master="teammateName1">Country</lineEdit>
<lineEdit id="teammateChar1" x="186" y="34" width="80" height="20" dataSet="players.csv" dataField="3" master="teammateName1">Char</lineEdit>
<lineEdit id="pName2" x="10" y="62" width="130" height="20" dataSet="players.csv" >Player 2</lineEdit>
<lineEdit id="pCountry2" x="144" y="62" width="38" height="20" dataSet="players.csv" dataField="2" master="pName2" >Country</lineEdit>
<lineEdit id="pChar2" x="186" y="62" width="80" height="20" dataSet="players.csv" dataField="3" master="pName2">Char</lineEdit>
<lineEdit id="teammateName2" x="10" y="86" width="130" height="20" dataSet="players.csv" >Player 2 Teammate</lineEdit>
<lineEdit id="teammateCountry2" x="144" y="86" width="38" height="20" dataSet="players.csv" dataField="2" master="teammateName2" >Country</lineEdit>
<lineEdit id="teammateChar2" x="186" y="86" width="80" height="20" dataSet="players.csv" dataField="3" master="teammateName2">Char</lineEdit>
<spinBox id="pScore1" x="270" y="10" width="40" height="32" maximum="999" />
<spinBox id="pScore2" x="270" y="62" width="40" height="32" maximum="999" />
<button id="clear1" type="reset" x="320" y="10" width="40" height="23" tooltip="Clear Player 1 fields" reset="pName1,pCountry1,pChar1,teammateName1,teammateCountry1,teammateChar1">Clear</button>
<button id="newset" type="reset" x="360" y="10" width="60" height="23" tooltip="Clear Players, Characters, and Scores"
reset="pName1,pName2,teammateName1,teammateName2,pCountry1,pCountry2,teammateCountry1,teammateCountry2,pChar1,pChar2,teammateChar1,teammateChar2,pScore1,pScore2">New Set</button>
<button id="reset" type="reset" x="360" y="36" width="60" height="23" tooltip="Set Scores to 0" reset="pScore1,pScore2">0 - 0</button>
<button id="clear2" type="reset" x="320" y="62" width="40" height="23" tooltip="Clear Player 2 fields" reset="pName2,pCountry2,pChar2,teammateName2,teammateCountry2,teammateChar2">Clear</button>
<button id="swapPlayers" type="swap" x="360" y="62" width="60" height="23" tooltip="Swap Players, Characters, and Scores"
swapSet1="pName1,pScore1,pCountry1,pChar1,teammateName1,teammateCountry1,teammateChar1" swapSet2="pName2,pScore2,pCountry2,pChar2,teammateName2,teammateCountry2,teammateChar2">Swap</button>
<label x="10" y="119" width="46" height="13">Contest</label>
<label x="10" y="149" width="46" height="13">Round</label>
<lineEdit id="contest" x="60" y="115" width="321" height="20" />
<lineEdit id="round" x="60" y="145" width="321" height="20"/>
<label x="40" y="200" width="100" height="13">Commentator 1</label>
<button id="swapCommentators" type="swap" x="170" y="195" width="80" height="23" tooltip="Swap Commentators" swapSet1="comm1name,comm1twit" swapSet2="comm2name,comm2twit">Swap</button>
<label x="260" y="200" width="100" height="13">Commentator 2</label>
<label x="10" y="220" width="50" height="13">Name</label>
<label x="10" y="250" width="50" height="13">Twitter</label>
<lineEdit id="comm1name" x="65" y="218" width="121" height="20" dataSet="commentators.csv" />
<lineEdit id="comm1twit" x="65" y="248" width="121" height="20" dataSet="commentators.csv" dataField="2" master="comm1name" />
<label x="230" y="220" width="50" height="13">Name</label>
<label x="230" y="250" width="50" height="13">Twitter</label>
<lineEdit id="comm2name" x="285" y="218" width="121" height="20" dataSet="commentators.csv" />
<lineEdit id="comm2twit" x="285" y="248" width="121" height="20" dataSet="commentators.csv" dataField="2" master="comm2name" />
</tab>
<tab name="Load from challonge">
<challonge x="20" y="0" width="400" height="280"
playerOneWidget="pName1" playerTwoWidget="pName2"
bracketWidget="contest" tournamentStageWidget="round"
clearWidgets="pChar1,pChar2,pScore1,pScore2">
<grandFinal p1name="gfp1" p1score="gfp1s" p2name="gfp2" p2score="gfp2s" />
<grandFinalReset p1name="gf2p1" p1score="gf2p1s" p2name="gf2p2" p2score="gf2p2s" />
<winnersFinal p1name="wfp1" p1score="wfp1s" p2name="wfp2" p2score="wfp2s" />
<losersFinal p1name="lfp1" p1score="lfp1s" p2name="lfp2" p2score="lfp2s" />
<losersSemiFinal p1name="lsp1" p1score="lsp1s" p2name="lsp2" p2score="lsp2s" />
<winnersSemiFinal p1name="ws1p1" p1score="ws1p1s" p2name="ws1p2" p2score="ws1p2s" />
<winnersSemiFinal p1name="ws2p1" p1score="ws2p1s" p2name="ws2p2" p2score="ws2p2s" />
<top6Losers p1name="lq1p1" p1score="lq1p1s" p2name="lq1p2" p2score="lq1p2s" />
<top6Losers p1name="lq2p1" p1score="lq2p1s" p2name="lq2p2" p2score="lq2p2s" />
<top8Losers p1name="ltop81p1" p1score="ltop81p1s" p2name="ltop81p2" p2score="ltop81p2s" />
<top8Losers p1name="ltop82p1" p1score="ltop82p1s" p2name="ltop82p2" p2score="ltop82p2s" />
</challonge>
</tab>
<tab name="Top 8 Bracket">
<label x="23" y="1" width="90" height="10">Winners Semis</label>
<lineEdit id="ws1p1" x="10" y="13" width="80" height="20" /><lineEdit id="ws1p1s" x="90" y="13" width="20" height="20" />
<lineEdit id="ws1p2" x="10" y="35" width="80" height="20" /><lineEdit id="ws1p2s" x="90" y="35" width="20" height="20" />
<lineEdit id="ws2p1" x="10" y="80" width="80" height="20" /><lineEdit id="ws2p1s" x="90" y="80" width="20" height="20" />
<lineEdit id="ws2p2" x="10" y="102" width="80" height="20" /><lineEdit id="ws2p2s" x="90" y="102" width="20" height="20" />
<label x="6" y="166" width="90" height="16">Losers Top 8</label>
<lineEdit id="ltop81p1" x="2" y="193" width="50" height="20" /><lineEdit id="ltop81p1s" x="52" y="193" width="20" height="20" />
<lineEdit id="ltop81p2" x="2" y="215" width="50" height="20" /><lineEdit id="ltop81p2s" x="52" y="215" width="20" height="20" />
<lineEdit id="ltop82p1" x="2" y="260" width="50" height="20" /><lineEdit id="ltop82p1s" x="52" y="260" width="20" height="20" />
<lineEdit id="ltop82p2" x="2" y="282" width="50" height="20" /><lineEdit id="ltop82p2s" x="52" y="282" width="20" height="20" />
<label x="98" y="166" width="100" height="16">Losers Quarters</label>
<lineEdit id="lq1p1" x="102" y="183" width="50" height="20">Loser of B</lineEdit><lineEdit id="lq1p1s" x="152" y="183" width="20" height="20" />
<lineEdit id="lq1p2" x="102" y="205" width="50" height="20" /><lineEdit id="lq1p2s" x="152" y="205" width="20" height="20" />
<lineEdit id="lq2p1" x="102" y="250" width="50" height="20">Loser of A</lineEdit><lineEdit id="lq2p1s" x="152" y="250" width="20" height="20" />
<lineEdit id="lq2p2" x="102" y="272" width="50" height="20" /><lineEdit id="lq2p2s" x="152" y="272" width="20" height="20" />
<label x="206" y="166" width="100" height="16">Losers Semis</label>
<lineEdit id="lsp1" x="202" y="214" width="50" height="20" /><lineEdit id="lsp1s" x="252" y="214" width="20" height="20" />
<lineEdit id="lsp2" x="202" y="237" width="50" height="20" /><lineEdit id="lsp2s" x="252" y="237" width="20" height="20" />
<label x="302" y="166" width="100" height="16">Losers Finals</label>
<lineEdit id="lfp1" x="302" y="204" width="50" height="20">Loser of Winners Finals</lineEdit><lineEdit id="lfp1s" x="352" y="204" width="20" height="20" />
<lineEdit id="lfp2" x="302" y="227" width="50" height="20" /><lineEdit id="lfp2s" x="352" y="227" width="20" height="20" />
<label x="154" y="1" width="90" height="10">Winners Finals</label>
<lineEdit id="wfp1" x="140" y="45" width="80" height="20" /><lineEdit id="wfp1s" x="220" y="45" width="20" height="20" />
<lineEdit id="wfp2" x="140" y="66" width="80" height="20" /><lineEdit id="wfp2s" x="220" y="66" width="20" height="20" />
<label x="284" y="1" width="90" height="10">Grand Finals</label>
<lineEdit id="gfp1" x="270" y="55" width="80" height="20" /><lineEdit id="gfp1s" x="350" y="55" width="20" height="20" />
<lineEdit id="gfp2" x="270" y="76" width="80" height="20">Winner of Losers Finals</lineEdit><lineEdit id="gfp2s" x="350" y="76" width="20" height="20" />
<label x="420" y="1" width="60" height="10">Set 2</label>
<lineEdit id="gf2p1" x="400" y="55" width="50" height="20" /><lineEdit id="gf2p1s" x="450" y="55" width="20" height="20" />
<lineEdit id="gf2p2" x="400" y="76" width="50" height="20" /><lineEdit id="gf2p2s" x="450" y="76" width="20" height="20" />
</tab>
</layout>