aboutsummaryrefslogtreecommitdiff
path: root/recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui')
-rw-r--r--recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui146
1 files changed, 146 insertions, 0 deletions
diff --git a/recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui b/recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui
new file mode 100644
index 0000000..af89ce3
--- /dev/null
+++ b/recipes-demo/de10-nano-qt-usb-gadget-app/files/dialog.ui
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Dialog</class>
+ <widget class="QDialog" name="Dialog">
+ <property name="windowModality">
+ <enum>Qt::NonModal</enum>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>495</width>
+ <height>300</height>
+ </rect>
+ </property>
+ <property name="contextMenuPolicy">
+ <enum>Qt::DefaultContextMenu</enum>
+ </property>
+ <property name="windowTitle">
+ <string>USB Gadget</string>
+ </property>
+ <property name="modal">
+ <bool>false</bool>
+ </property>
+ <widget class="QRadioButton" name="radioButton_Enable">
+ <property name="geometry">
+ <rect>
+ <x>150</x>
+ <y>210</y>
+ <width>100</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>Enable</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">buttonGroup</string>
+ </attribute>
+ </widget>
+ <widget class="QRadioButton" name="radioButton_Disable">
+ <property name="geometry">
+ <rect>
+ <x>260</x>
+ <y>210</y>
+ <width>100</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>Disable</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">buttonGroup</string>
+ </attribute>
+ </widget>
+ <widget class="QPushButton" name="pushButton_Apply">
+ <property name="geometry">
+ <rect>
+ <x>210</x>
+ <y>250</y>
+ <width>80</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>Apply</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="pushButton_Exit">
+ <property name="geometry">
+ <rect>
+ <x>320</x>
+ <y>250</y>
+ <width>80</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>Exit</string>
+ </property>
+ </widget>
+ <widget class="QLabel" name="label_hint">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>20</y>
+ <width>461</width>
+ <height>161</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::StyledPanel</enum>
+ </property>
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::AutoText</enum>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="pushButton_Current">
+ <property name="geometry">
+ <rect>
+ <x>90</x>
+ <y>250</y>
+ <width>80</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>Current</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </widget>
+ <layoutdefault spacing="6" margin="11"/>
+ <resources/>
+ <connections/>
+ <buttongroups>
+ <buttongroup name="buttonGroup"/>
+ </buttongroups>
+</ui>