Python/pyqt5/CODE/VIP_WMS_pyAPI/UI/create/createui.ui
2024-06-25 22:02:02 +08:00

292 lines
8.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>255</width>
<height>286</height>
</rect>
</property>
<property name="windowTitle">
<string>創建</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>248</width>
<height>17</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>238</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_5">
<property name="maximumSize">
<size>
<width>34</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>類別:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_category">
<property name="minimumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<item>
<property name="text">
<string>電料類</string>
</property>
</item>
<item>
<property name="text">
<string>線材類</string>
</property>
</item>
<item>
<property name="text">
<string>螺絲類</string>
</property>
</item>
<item>
<property name="text">
<string>相機類</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>項目:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_item">
<property name="minimumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>數量:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_account">
<property name="minimumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>位置:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_location">
<property name="minimumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>圖片:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_image">
<property name="minimumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>141</width>
<height>31</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>17</width>
<height>17</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>