mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-10 01:20:16 +02:00
63 lines
1.5 KiB
XML
Executable File
63 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">
|
|
<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>
|