-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstreamcontrol_layout_smashgg.xml
More file actions
25 lines (22 loc) · 1.55 KB
/
streamcontrol_layout_smashgg.xml
File metadata and controls
25 lines (22 loc) · 1.55 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
<!DOCTYPE StreamControlLayout>
<!-- Smallest width for lineEdit = ~38 -->
<layout width="500" height="400" tabbed="1">
<tab name="smash.gg/Scoreboard">
<lineEdit id="contest" x="140" y="9" width="116" height="10" /><!--hiding behind smashgg widget-->
<smashgg x="0" y="0" width="400" height="280"
playerOneWidget="pName1" playerTwoWidget="pName2"
bracketWidget="contest" tournamentStageWidget="round"
clearWidgets="pChar1,pChar2,pScore1,pScore2">
</smashgg>
<lineEdit id="pName1" x="10" y="244" width="152" height="20" dataSet="players.csv" >Player 1</lineEdit>
<lineEdit id="pChar1" x="166" y="244" width="100" height="20" dataSet="players.csv" dataField="3" master="pName1">Char</lineEdit>
<spinBox id="pScore1" x="270" y="243" width="40" height="28" maximum="999" />
<lineEdit id="pName2" x="10" y="272" width="152" height="20" dataSet="players.csv" >Player 2</lineEdit>
<lineEdit id="pChar2" x="166" y="272" width="100" height="20" dataSet="players.csv" dataField="3" master="pName2">Char</lineEdit>
<spinBox id="pScore2" x="270" y="271" width="40" height="28" maximum="999" />
<button type="reset" x="400" y="171" width="60" height="26" tooltip="Set Scores to 0" id="reset"
reset="pScore1,pScore2">0 - 0</button>
<button type="swap" x="360" y="260" width="60" height="23" tooltip="Swap Players, Characters, and Scores" id="swap" swapSet1="pName1,pScore1,pChar1" swapSet2="pName2,pScore2,pChar2">Swap</button>
<lineEdit id="round" x="10" y="300" width="300" height="20">Round</lineEdit>
</tab>
</layout>