1 Star 4 Fork 2

QuanHaHQuan/AI based chatbot.(AI聊天机器人)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page.ui 4.64 KB
一键复制 编辑 原始数据 按行查看 历史
Quan-star 提交于 2022-01-10 09: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>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 &quot;微软雅黑&quot;;
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 &quot;微软雅黑&quot;;
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 &quot;微软雅黑&quot;;
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 &quot;微软雅黑&quot;;
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 &quot;微软雅黑&quot;;
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 &quot;微软雅黑&quot;;
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 &quot;华文琥珀&quot;;
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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/quanquaqu/ai-based-chatbot.git
git@gitee.com:quanquaqu/ai-based-chatbot.git
quanquaqu
ai-based-chatbot
AI based chatbot.(AI聊天机器人)
master

搜索帮助