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

308 lines
8.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">
<class>Test</class>
<widget class="QWidget" name="Test">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-09-15 13:34:44 +00:00
<width>840</width>
<height>88</height>
2022-06-01 16:37:19 +00:00
</rect>
</property>
2022-07-25 09:16:14 +00:00
<property name="windowTitle">
<string>Test</string>
</property>
2022-06-01 16:37:19 +00:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QWidget" name="centralWidget" native="true">
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="styleSheet">
<string notr="true"/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QFrame" name="recipe_gb">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
2022-09-15 13:34:44 +00:00
<item row="2" column="13">
<widget class="QLabel" name="user_l">
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
2022-09-15 13:34:44 +00:00
<string>-</string>
2022-06-01 16:37:19 +00:00
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="10">
<widget class="QLabel" name="label_9">
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
2022-09-15 13:34:44 +00:00
<string>PEZZI FATTI</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
2022-06-01 16:37:19 +00:00
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="8" rowspan="2">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" rowspan="2">
2022-06-01 16:37:19 +00:00
<widget class="QPushButton" name="change_recipe_b">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>40</height>
</size>
</property>
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
<string>CAMBIA DISEGNO</string>
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="2" column="10">
2022-06-01 16:37:19 +00:00
<widget class="QLabel" name="pieces_count_l">
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
2022-09-15 13:34:44 +00:00
<string>12345</string>
2022-06-01 16:37:19 +00:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="11" rowspan="2">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2022-06-01 16:37:19 +00:00
</property>
2022-09-15 13:34:44 +00:00
<property name="sizeHint" stdset="0">
2022-06-01 16:37:19 +00:00
<size>
2022-09-15 13:34:44 +00:00
<width>40</width>
<height>20</height>
2022-06-01 16:37:19 +00:00
</size>
</property>
2022-09-15 13:34:44 +00:00
</spacer>
2022-06-01 16:37:19 +00:00
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="12">
<widget class="QLabel" name="label_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2022-06-01 16:37:19 +00:00
</property>
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
2022-09-15 13:34:44 +00:00
<string>N. DISEGNO:</string>
2022-06-01 16:37:19 +00:00
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="2" rowspan="2">
<spacer name="horizontalSpacer">
2022-06-01 16:37:19 +00:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="13">
<widget class="QLabel" name="recipe_l">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>16777215</height>
</size>
</property>
2022-07-27 11:30:57 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
<string>-</string>
</property>
</widget>
</item>
2022-09-15 13:34:44 +00:00
<item row="2" column="15">
2022-06-01 16:37:19 +00:00
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2022-09-15 13:34:44 +00:00
<item row="1" column="1" rowspan="2">
<widget class="QPushButton" name="cancel_b">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>40</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>ANNULLA TEST</string>
</property>
</widget>
</item>
<item row="2" column="12">
<widget class="QLabel" name="label_6">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>OPERATORE:</string>
</property>
</widget>
</item>
<item row="1" column="4" rowspan="2">
2022-06-01 16:37:19 +00:00
<widget class="QLabel" name="time_l">
2022-09-15 13:34:44 +00:00
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2022-06-01 16:37:19 +00:00
<property name="text">
2022-09-15 13:34:44 +00:00
<string>12345
567</string>
2022-06-01 16:37:19 +00:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>