1 Star 1 Fork 0

zhang / StarWordsDesktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MainUI.ui 4.14 KB
一键复制 编辑 原始数据 按行查看 历史
zhang 提交于 2024-03-17 22:20 . 首次上传
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>736</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>加载云端词库列表</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>170</x>
<y>20</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>从本地加载词库</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>610</x>
<y>140</y>
<width>111</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>背单词意思</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>610</x>
<y>200</y>
<width>111</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>删除单词表</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>610</x>
<y>250</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>保存词库到
云端</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>610</x>
<y>20</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>词表需要手动保存</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>591</width>
<height>351</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>400</x>
<y>20</y>
<width>181</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>610</x>
<y>70</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>服务器连接:未连接</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>610</x>
<y>90</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>重新连接</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>736</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>关于</string>
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>用户</string>
</property>
<addaction name="actionlogin"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
</widget>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionlogin">
<property name="text">
<string>login</string>
</property>
</action>
<action name="actionlogout">
<property name="text">
<string>logout</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/zhangisgood/StarWordsDesktop.git
git@gitee.com:zhangisgood/StarWordsDesktop.git
zhangisgood
StarWordsDesktop
StarWordsDesktop
master

搜索帮助