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

127 lines
3.2 KiB
Plaintext
Raw Normal View History

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>
2023-03-13 17:31:17 +00:00
<width>985</width>
2023-02-26 21:45:48 +00:00
<height>201</height>
2022-06-01 16:37:19 +00:00
</rect>
</property>
2023-02-26 21:45:48 +00:00
<property name="minimumSize">
<size>
<width>800</width>
<height>0</height>
</size>
</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>
2023-02-26 21:45:48 +00:00
<item row="2" column="2">
<widget class="QPushButton" name="delete_all_b">
2022-09-20 15:42:59 +00:00
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
2023-02-26 21:45:48 +00:00
<string>Cancella tutte le ricette</string>
2022-09-20 15:42:59 +00:00
</property>
</widget>
</item>
2023-02-26 21:45:48 +00:00
<item row="0" column="0" colspan="3">
<widget class="QWidget" name="crud_w" native="true"/>
</item>
2022-10-25 13:38:18 +00:00
<item row="2" column="0">
<widget class="QPushButton" name="import_b">
2022-09-20 15:42:59 +00:00
<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">
2022-10-25 13:38:18 +00:00
<string>Importa ricette da file CSV</string>
</property>
</widget>
</item>
2023-02-26 21:45:48 +00:00
<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>
2022-10-25 13:38:18 +00:00
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
2023-02-26 21:45:48 +00:00
<string>Esporta ricette su file CSV</string>
2022-09-20 15:42:59 +00:00
</property>
</widget>
</item>
2023-03-13 17:31:17 +00:00
<item row="1" column="0" colspan="3" alignment="Qt::AlignHCenter">
2022-06-01 16:37:19 +00:00
<widget class="QPushButton" name="select_b">
<property name="sizePolicy">
2023-03-13 17:31:17 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
2022-06-01 16:37:19 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-03-13 17:31:17 +00:00
<property name="minimumSize">
<size>
<width>550</width>
<height>0</height>
</size>
</property>
2023-02-26 21:45:48 +00:00
<property name="maximumSize">
<size>
2023-03-13 17:31:17 +00:00
<width>600</width>
2023-02-26 21:45:48 +00:00
<height>16777215</height>
</size>
</property>
2022-06-01 16:37:19 +00:00
<property name="font">
<font>
2023-03-13 17:31:17 +00:00
<family>DejaVu Sans</family>
<pointsize>18</pointsize>
2022-06-01 16:37:19 +00:00
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2023-03-13 17:31:17 +00:00
<property name="styleSheet">
<string notr="true"/>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
<string>COLLAUDA CODICE SELEZIONATO</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>