st-ten-1/src/ui/barcode_recipe_selection/barcode_recipe_selection.ui

70 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-03-03 17:51:35 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Test_Connector</class>
<widget class="QWidget" name="Test_Connector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-08-24 10:10:01 +00:00
<width>1273</width>
<height>698</height>
2023-03-03 17:51:35 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Test Connector</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="2" column="0" alignment="Qt::AlignHCenter">
2023-03-25 14:42:32 +00:00
<widget class="QPlainTextEdit" name="barcode_input_l">
<property name="minimumSize">
<size>
<width>600</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>200</height>
</size>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="plainText">
2023-08-24 10:10:01 +00:00
<string/>
2023-03-25 14:42:32 +00:00
</property>
</widget>
</item>
2023-08-24 10:10:01 +00:00
<item row="3" column="0" alignment="Qt::AlignHCenter">
2023-03-25 14:44:43 +00:00
<widget class="QPushButton" name="recipe_selection_b">
2023-03-25 14:42:32 +00:00
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>TORNA ALLA TABELLA RICETTE</string>
</property>
</widget>
</item>
2023-03-03 17:51:35 +00:00
</layout>
</widget>
<resources/>
<connections/>
</ui>