代码拉取完成,页面将自动刷新
同步操作将从 caowai/qipmsg 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QIPMSG</class>
<widget class="QMainWindow" name="QIPMSG">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>640</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>240</width>
<height>640</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>800</height>
</size>
</property>
<property name="windowTitle">
<string notr="true">QIPMSG</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QListWidget" name="listWidgetUserList">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>251</width>
<height>580</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>580</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>280</width>
<height>740</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
</widget>
<widget class="QLabel" name="labelStatus">
<property name="geometry">
<rect>
<x>10</x>
<y>600</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuUser">
<property name="title">
<string>User</string>
</property>
<addaction name="actionRefresh"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
</property>
<widget class="QMenu" name="menuLanguage">
<property name="title">
<string>Language</string>
</property>
<addaction name="actionChinese"/>
<addaction name="actionEnglish"/>
</widget>
<addaction name="actionConfigration"/>
<addaction name="menuLanguage"/>
</widget>
<addaction name="menuUser"/>
<addaction name="menuSettings"/>
</widget>
<action name="actionRefresh">
<property name="text">
<string>Refresh</string>
</property>
</action>
<action name="actionDetail">
<property name="text">
<string>Detail</string>
</property>
</action>
<action name="actionSearch">
<property name="text">
<string>Search</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionConfigration">
<property name="text">
<string>Configration</string>
</property>
</action>
<action name="actionVersion">
<property name="text">
<string>Version</string>
</property>
</action>
<action name="actionEmail">
<property name="text">
<string>Email</string>
</property>
</action>
<action name="actionChinese">
<property name="text">
<string>Chinese</string>
</property>
</action>
<action name="actionEnglish">
<property name="text">
<string>English</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。