1 Star 0 Fork 2

星痕/NewBee批量上架

forked from zzZ/NewBee批量上架 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
NewBeeSale.ui 6.50 KB
一键复制 编辑 原始数据 按行查看 历史
zzZ 提交于 2024-01-16 19:29 . 首次提价
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>902</width>
<height>571</height>
</rect>
</property>
<property name="windowTitle">
<string>zzZ小助手</string>
</property>
<widget class="QTextBrowser" name="logTextBrowser">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>841</width>
<height>351</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>401</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>账号登录</string>
</property>
<widget class="QPushButton" name="loginButton">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QLabel" name="phoneLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>账号:</string>
</property>
</widget>
<widget class="QLineEdit" name="phoneLineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入账号或手机号</string>
</property>
</widget>
<widget class="QLabel" name="passwordLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>密码:</string>
</property>
</widget>
<widget class="QLineEdit" name="PasswordLineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入密码或验证码</string>
</property>
</widget>
<widget class="QLabel" name="tokenLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>token:</string>
</property>
</widget>
<widget class="QLineEdit" name="tokenLineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入token无需点击登录</string>
</property>
</widget>
<widget class="QPushButton" name="startSaleButton">
<property name="geometry">
<rect>
<x>290</x>
<y>60</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>开始挂售</string>
</property>
</widget>
<widget class="QLineEdit" name="salePasswordLineEdit">
<property name="geometry">
<rect>
<x>290</x>
<y>100</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入寄售密码</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>470</x>
<y>30</y>
<width>401</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>挂售</string>
</property>
<widget class="QComboBox" name="selectComboBox">
<property name="geometry">
<rect>
<x>70</x>
<y>20</y>
<width>201</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="selectSeriesButton">
<property name="geometry">
<rect>
<x>290</x>
<y>60</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>市场藏品查询</string>
</property>
</widget>
<widget class="QLabel" name="selectLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>藏品:</string>
</property>
</widget>
<widget class="QLineEdit" name="searchLineEdit">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>藏品关键词</string>
</property>
</widget>
<widget class="QLineEdit" name="saleNumLineEdit">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入想要挂售的数量</string>
</property>
</widget>
<widget class="QLabel" name="saleNumLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>数量:</string>
</property>
</widget>
<widget class="QLineEdit" name="salePriceLineEdit">
<property name="geometry">
<rect>
<x>70</x>
<y>100</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>输入挂售的价格</string>
</property>
</widget>
<widget class="QLabel" name="salePriceLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>价格:</string>
</property>
</widget>
<widget class="QPushButton" name="selectMySeriesButton">
<property name="geometry">
<rect>
<x>290</x>
<y>100</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>我的藏品查询</string>
</property>
</widget>
</widget>
<zorder>groupBox_2</zorder>
<zorder>groupBox_3</zorder>
<zorder>logTextBrowser</zorder>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xing-hen/NewBee-bulk-listing.git
git@gitee.com:xing-hen/NewBee-bulk-listing.git
xing-hen
NewBee-bulk-listing
NewBee批量上架
master

搜索帮助