1 Star 0 Fork 18

陈永权/ZenShot

forked from Gitee 极速下载/ZenShot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
zentaodemand.ui 8.02 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-09-20 17:05 . * Fix bugs
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ZTDemand</class>
<widget class="QWidget" name="ZTDemand">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>412</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>780</width>
<height>412</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QFrame" name="productFrame">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>350</width>
<height>32</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelProduct">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelProduct</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QComboBox" name="boxProduct">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>290</width>
<height>32</height>
</rect>
</property>
</widget>
</widget>
<widget class="QFrame" name="moduleFrame">
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>350</width>
<height>32</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelModule">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelModule</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QComboBox" name="boxModule">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>290</width>
<height>32</height>
</rect>
</property>
</widget>
</widget>
<widget class="QFrame" name="demandFrame">
<property name="geometry">
<rect>
<x>30</x>
<y>108</y>
<width>720</width>
<height>32</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelType">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelType</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QComboBox" name="boxType">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>180</width>
<height>32</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QLabel" name="labelPri">
<property name="geometry">
<rect>
<x>240</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelPri</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QComboBox" name="boxPri">
<property name="geometry">
<rect>
<x>300</x>
<y>0</y>
<width>180</width>
<height>32</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QLabel" name="labelStory">
<property name="geometry">
<rect>
<x>480</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelStory</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editStory">
<property name="geometry">
<rect>
<x>540</x>
<y>0</y>
<width>180</width>
<height>32</height>
</rect>
</property>
<property name="placeholderText">
<string>input_story</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="descFrame">
<property name="geometry">
<rect>
<x>30</x>
<y>152</y>
<width>720</width>
<height>96</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelDesc">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>96</height>
</rect>
</property>
<property name="text">
<string>labelDesc</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QTextEdit" name="textDesc">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>660</width>
<height>96</height>
</rect>
</property>
<property name="placeholderText">
<string>input_desc</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="verifyFrame">
<property name="geometry">
<rect>
<x>30</x>
<y>260</y>
<width>720</width>
<height>96</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelVerify">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>96</height>
</rect>
</property>
<property name="text">
<string>labelVerify</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QTextEdit" name="texVerify">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>660</width>
<height>96</height>
</rect>
</property>
<property name="placeholderText">
<string>input_verify</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="titleFrame">
<property name="geometry">
<rect>
<x>30</x>
<y>64</y>
<width>720</width>
<height>32</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelTitle">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>60</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>labelTitle</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="editTitle">
<property name="geometry">
<rect>
<x>60</x>
<y>0</y>
<width>660</width>
<height>32</height>
</rect>
</property>
<property name="placeholderText">
<string>input_title</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/chen_yong_quan/ZenShot.git
git@gitee.com:chen_yong_quan/ZenShot.git
chen_yong_quan
ZenShot
ZenShot
main

搜索帮助