2022-06-01 16:37:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2022-07-25 09:16:14 +00:00
|
|
|
<class>Recipe_Selection</class>
|
|
|
|
|
<widget class="QWidget" name="Recipe_Selection">
|
2022-06-01 16:37:19 +00:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2022-08-02 16:15:30 +00:00
|
|
|
<width>347</width>
|
|
|
|
|
<height>50</height>
|
2022-06-01 16:37:19 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2022-07-25 09:16:14 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Recipe Selection</string>
|
|
|
|
|
</property>
|
2022-06-01 16:37:19 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-08-02 16:15:30 +00:00
|
|
|
<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>
|
2022-06-01 16:37:19 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QPushButton" name="select_b">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>COLLAUDA CODICE SELEZIONATO</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QWidget" name="crud_w" native="true"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>select_b</tabstop>
|
|
|
|
|
</tabstops>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|