Last change
on this file since 321 was 301, checked in by Sanahuja Guillaume, 6 years ago |
add demos resources
|
File size:
1.6 KB
|
Rev | Line | |
---|
[301] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <root name="FrameworkManager">
|
---|
| 3 | <TabWidget name="Main_TabWidget">
|
---|
| 4 | <Tab name="Loop">
|
---|
| 5 | <PushButton name="kill"/>
|
---|
| 6 | <PushButton name="start_log"/>
|
---|
| 7 | <PushButton name="stop_log"/>
|
---|
| 8 | <SpinBox name="period thread:" value="10"/>
|
---|
| 9 | </Tab>
|
---|
| 10 | <Tab name="sinus">
|
---|
| 11 | <TabWidget name="sinus">
|
---|
| 12 | <Tab name="Settings">
|
---|
| 13 | <GroupBox name="sinus">
|
---|
| 14 | <DoubleSpinBox name="frequence:" value="1.00"/>
|
---|
| 15 | <DoubleSpinBox name="amplitude:" value="1.00"/>
|
---|
| 16 | <DoubleSpinBox name="offset:" value="8.00"/>
|
---|
| 17 | </GroupBox>
|
---|
| 18 | <SpinBox name="period thread:" value="10"/>
|
---|
| 19 | <GridLayout name="setup">
|
---|
| 20 | <GroupBox name="1st order lawpass filter">
|
---|
| 21 | <DoubleSpinBox name="period, 0 for auto" value="0"/>
|
---|
| 22 | <DoubleSpinBox name="cutoff frequency" value="1"/>
|
---|
| 23 | </GroupBox>
|
---|
| 24 | <GroupBox name="3rd order lawpass filter">
|
---|
| 25 | <DoubleSpinBox name="period, 0 for auto" value="0"/>
|
---|
| 26 | <DoubleSpinBox name="cutoff frequency" value="1"/>
|
---|
| 27 | </GroupBox>
|
---|
| 28 | <GroupBox name="Mean filter">
|
---|
| 29 | <SpinBox name="numberOfElements:" value="10"/>
|
---|
| 30 | </GroupBox>
|
---|
| 31 | <GroupBox name="Mean filter on 1st order lawpass filter">
|
---|
| 32 | <SpinBox name="numberOfElements:" value="10"/>
|
---|
| 33 | </GroupBox>
|
---|
| 34 | </GridLayout>
|
---|
| 35 | </Tab>
|
---|
| 36 | <Tab name="Graph">
|
---|
| 37 | <DataPlot1D name="Sinus" period="100" enabled="1"/>
|
---|
| 38 | </Tab>
|
---|
| 39 | </TabWidget>
|
---|
| 40 | </Tab>
|
---|
| 41 | </TabWidget>
|
---|
| 42 | <PushButton name="save config on target (Sinus)" value="1"/>
|
---|
| 43 | </root>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.