2023-11-04 21:21:26 +08:00
|
|
|
<?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>817</width>
|
|
|
|
<height>748</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_remark">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_analysis">
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="styleSheet">
|
2023-11-09 20:11:01 +08:00
|
|
|
<string notr="true"/>
|
2023-11-06 21:00:42 +08:00
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
<property name="text">
|
|
|
|
<string>统计信息</string>
|
|
|
|
</property>
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_emotion">
|
|
|
|
<property name="text">
|
|
|
|
<string>情感分析</string>
|
|
|
|
</property>
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_report">
|
|
|
|
<property name="text">
|
2023-11-11 19:35:25 +08:00
|
|
|
<string>年度报告</string>
|
2023-11-04 21:21:26 +08:00
|
|
|
</property>
|
2023-11-06 21:00:42 +08:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2023-11-06 21:00:42 +08:00
|
|
|
<widget class="QPushButton" name="btn_back">
|
2023-11-04 21:21:26 +08:00
|
|
|
<property name="text">
|
2023-11-06 21:00:42 +08:00
|
|
|
<string>退出</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2023-11-04 21:21:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2023-11-06 21:00:42 +08:00
|
|
|
<widget class="QToolButton" name="toolButton_output">
|
2023-11-04 21:21:26 +08:00
|
|
|
<property name="text">
|
2023-11-06 21:00:42 +08:00
|
|
|
<string>导出聊天记录</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>../../data/icons/output.svg</normaloff>
|
|
|
|
../../data/icons/output.svg
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::MenuButtonPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::NoArrow</enum>
|
2023-11-04 21:21:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
2023-11-05 21:14:14 +08:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2023-11-04 21:21:26 +08:00
|
|
|
<widget class="QWidget" name="page_3"/>
|
|
|
|
<widget class="QWidget" name="page_4"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|