代码拉取完成,页面将自动刷新
同步操作将从 zzZ/NewBee批量上架 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。