st-ten-1/src/ui/recipe_selection/recipe_selection.ui
2023-03-13 18:31:17 +01:00

127 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Recipe_Selection</class>
<widget class="QWidget" name="Recipe_Selection">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>985</width>
<height>201</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>Recipe Selection</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="2">
<widget class="QPushButton" name="delete_all_b">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Cancella tutte le ricette</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<widget class="QWidget" name="crud_w" native="true"/>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="import_b">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Importa ricette da file CSV</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="export_b">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Esporta ricette su file CSV</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3" alignment="Qt::AlignHCenter">
<widget class="QPushButton" name="select_b">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>550</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>18</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>COLLAUDA CODICE SELEZIONATO</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>