mirror of
https://github.com/yuruotong1/autoMate.git
synced 2025-12-26 05:16:21 +08:00
85 lines
1.9 KiB
XML
85 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>autoMate</class>
|
|
<widget class="QMainWindow" name="autoMate">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>647</width>
|
|
<height>678</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>autoMate</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QTextEdit {border-radius: 10px;}</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QListWidget" name="chat_list">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>0</y>
|
|
<width>561</width>
|
|
<height>541</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="chat_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>580</y>
|
|
<width>601</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-radius: 30px</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="add_action">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>550</y>
|
|
<width>75</width>
|
|
<height>23</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>647</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="file_menu">
|
|
<property name="title">
|
|
<string>文件</string>
|
|
</property>
|
|
<addaction name="setting_action"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<addaction name="file_menu"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="setting_action">
|
|
<property name="text">
|
|
<string>设置</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|