mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding dual channel to scope example, fixing logic and QT source code.
This commit is contained in:
62
Examples/ADC/Scope-QT-src/mainwindow.ui
Executable file
62
Examples/ADC/Scope-QT-src/mainwindow.ui
Executable file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>320</width>
|
||||
<height>240</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>ADC Test</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="SignalDisplay" name="Graph" native="true">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>100</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<action name="action_Salir">
|
||||
<property name="text">
|
||||
<string>&Salir</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionA_cerca_de">
|
||||
<property name="text">
|
||||
<string>A&cerca de...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAcerca_de_QT">
|
||||
<property name="text">
|
||||
<string>Acerca de &QT</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAcerca_de_Qt">
|
||||
<property name="text">
|
||||
<string>Acerca de &Qt...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>SignalDisplay</class>
|
||||
<extends>QWidget</extends>
|
||||
<header location="global">signaldisplay.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user