Files
general-system-framework/ui/uiSub_Recipe.ui

200 lines
4.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>pageRecipe</class>
<widget class="QWidget" name="pageRecipe">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>768</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QGroupBox" name="grpRecipeOp">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>501</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lblRecipeName">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>新建配方名称:</string>
</property>
</widget>
<widget class="QLineEdit" name="edtRecipeName">
<property name="geometry">
<rect>
<x>121</x>
<y>18</y>
<width>361</width>
<height>21</height>
</rect>
</property>
<property name="maxLength">
<number>30</number>
</property>
<property name="placeholderText">
<string>长度30仅限英文、数字和下划线</string>
</property>
</widget>
<widget class="QPushButton" name="btnAddRecipe">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>新建配方</string>
</property>
</widget>
<widget class="QPushButton" name="btnDelRecipe">
<property name="geometry">
<rect>
<x>160</x>
<y>60</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>删除配方</string>
</property>
</widget>
<widget class="QPushButton" name="btnUpdateRecipe">
<property name="geometry">
<rect>
<x>300</x>
<y>60</y>
<width>100</width>
<height>41</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>更新配方</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="grpRecipeDetails">
<property name="geometry">
<rect>
<x>520</x>
<y>10</y>
<width>491</width>
<height>751</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lblRecipeDetails">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>配方详细参数:</string>
</property>
</widget>
<widget class="QListView" name="lstRecipeDetail">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>451</width>
<height>691</height>
</rect>
</property>
</widget>
</widget>
<widget class="QTableWidget" name="tableRecipe">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>501</width>
<height>621</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SelectionMode::MultiSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
</property>
<property name="columnCount">
<number>4</number>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>22</number>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>配方名称</string>
</property>
</column>
<column>
<property name="text">
<string>创建时间</string>
</property>
</column>
<column>
<property name="text">
<string>更新时间</string>
</property>
</column>
<column>
<property name="text">
<string>创建者</string>
</property>
</column>
</widget>
</widget>
<resources/>
<connections/>
</ui>