source: flair-bin/trunk/tools/scripts/dualshock3.xml@ 37

Last change on this file since 37 was 19, checked in by Bayard Gildas, 8 years ago

Plop

File size: 991 bytes
Line 
1<?xml version="1.0"?>
2<root name="Manager">
3 <TabWidget name="Main_TabWidget">
4 <Tab name="dualshock3">
5 <TabWidget name="dualshock3">
6 <Tab name="Settings">
7 <GroupBox name="DualShock3">
8 <SpinBox name="dead zone:" value="8" />
9 <Label name="battery charge level" />
10 <CheckBox name="enabled" value="1" />
11 </GroupBox>
12 </Tab>
13 <Tab name="Measures">
14 <DataPlot1D name="left stick x-axis" period="100"
15 enabled="1" />
16 <DataPlot1D name="left stick y-axis" period="100"
17 enabled="1" />
18 <DataPlot1D name="right stick x-axis" period="100"
19 enabled="1" />
20 <DataPlot1D name="right stick y-axis" period="100"
21 enabled="1" />
22 </Tab>
23 </TabWidget>
24 </Tab>
25 </TabWidget>
26 <TabWidget name="App_TabWidget">
27 <Tab name="dualshock3">
28 <PushButton name="save config on target" value="1" />
29 </Tab>
30 </TabWidget>
31</root>
Note: See TracBrowser for help on using the repository browser.