nn-usb-fpga/Examples/ADC/Test-QT-src/mainwindow.ui

67 lines
1.5 KiB
XML
Executable File

<?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">
<widget class="SignalDisplay" name="Graph" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>240</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
</widget>
</widget>
<action name="action_Salir">
<property name="text">
<string>&amp;Salir</string>
</property>
</action>
<action name="actionA_cerca_de">
<property name="text">
<string>A&amp;cerca de...</string>
</property>
</action>
<action name="actionAcerca_de_QT">
<property name="text">
<string>Acerca de &amp;QT</string>
</property>
</action>
<action name="actionAcerca_de_Qt">
<property name="text">
<string>Acerca de &amp;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>