代码拉取完成,页面将自动刷新
<?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>800</width>
<height>640</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>640</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>640</height>
</size>
</property>
<property name="windowTitle">
<string>智能AI皮卡丘</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextBrowser" name="output">
<property name="geometry">
<rect>
<x>70</x>
<y>280</y>
<width>661</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 16pt "微软雅黑";
color: rgb(22, 88, 43);</string>
</property>
</widget>
<widget class="QTextBrowser" name="input">
<property name="geometry">
<rect>
<x>70</x>
<y>470</y>
<width>661</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 16pt "微软雅黑";
color: rgb(22, 88, 43);</string>
</property>
</widget>
<widget class="QPushButton" name="voice">
<property name="geometry">
<rect>
<x>70</x>
<y>570</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "微软雅黑";
color: rgb(248, 255, 178);
background-color: rgb(241, 205, 1);</string>
</property>
<property name="text">
<string>开始说话</string>
</property>
</widget>
<widget class="QPushButton" name="camera">
<property name="geometry">
<rect>
<x>70</x>
<y>410</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "微软雅黑";
color: rgb(248, 255, 178);
background-color: rgb(241, 205, 1);</string>
</property>
<property name="text">
<string>打招呼</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>280</x>
<y>400</y>
<width>451</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt "微软雅黑";
background-color: rgb(245, 255, 146);
gridline-color: transparent;
border-color: transparent;
selection-color: transparent;</string>
</property>
<property name="plainText">
<string>点击“打招呼按钮”,将自动调用您的摄像头对您拍一张照片,让皮卡丘看到您的脸吧~</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_2">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>280</x>
<y>560</y>
<width>451</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt "微软雅黑";
background-color: rgb(245, 255, 146);
gridline-color: transparent;
border-color: transparent;
selection-color: transparent;</string>
</property>
<property name="plainText">
<string>点击“开始说话”按钮,将调用您的麦克风录制为时5s的音频,和皮卡丘进行聊天吧~</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>411</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 14pt "华文琥珀";
color: rgb(89, 54, 37);
background-color: transparent;
gridline-color: transparent;
border-color: transparent;
selection-color: transparent;</string>
</property>
<property name="text">
<string>欢迎开始和智能AI皮卡丘的聊天!</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="myresource.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。