4 Star 0 Fork 0

银梓萌/real-time-emotion-detection-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
EmotionRecongnition_UI.ui 15.89 KB
一键复制 编辑 原始数据 按行查看 历史
Bella 提交于 2022-03-30 09:05 . 5
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>765</width>
<height>645</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>765</width>
<height>645</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>765</width>
<height>645</height>
</size>
</property>
<property name="windowTitle">
<string>Emotion recongnition v1.2 (思绪无限)</string>
</property>
<property name="windowIcon">
<iconset resource="../../anzhuangbao/Emotion Recognition/image1.qrc">
<normaloff>:/newPrefix/images_test/result.png</normaloff>:/newPrefix/images_test/result.png</iconset>
</property>
<property name="toolTip">
<string/>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">#MainWindow{border-image: url(:/newPrefix/images_test/background.PNG);}
#QInputDialog{border-image: url(:/newPrefix/images_test/light.png);}
QMenuBar{border-color:transparent;}
QToolButton[objectName=pushButton_doIt]{
border:5px;}
QToolButton[objectName=pushButton_doIt]:hover {
image:url(:/newPrefix/images_test/run_hover.png);}
QToolButton[objectName=pushButton_doIt]:pressed {
image:url(:/newPrefix/images_test/run_pressed.png);}
QScrollBar:vertical{
background:transparent;
padding:2px;
border-radius:8px;
max-width:14px;}
QScrollBar::handle:vertical{
background:#9acd32;
min-height:50px;
border-radius:8px;
}
QScrollBar::handle:vertical:hover{
background:#9eb764;}
QScrollBar::handle:vertical:pressed{
background:#9eb764;
}
QScrollBar::add-page:vertical{
background:none;
}
QScrollBar::sub-page:vertical{
background:none;
}
QScrollBar::add-line:vertical{
background:none;}
QScrollBar::sub-line:vertical{
background:none;
}
QScrollArea{
border:0px;
}
QScrollBar:horizontal{
background:transparent;
padding:0px;
border-radius:6px;
max-height:12px;
}
QScrollBar::handle:horizontal{
background:#9acd32;
min-width:50px;
border-radius:6px;
}
QScrollBar::handle:horizontal:hover{
background:#9eb764;
}
QScrollBar::handle:horizontal:pressed{
background:#9eb764;
}
QScrollBar::add-page:horizontal{
background:none;
}
QScrollBar::sub-page:horizontal{
background:none;
}
QScrollBar::add-line:horizontal{
background:none;
}
QScrollBar::sub-line:horizontal{
background:none;
}
QToolButton::hover{
border:0px;
} </string>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_title">
<property name="geometry">
<rect>
<x>80</x>
<y>40</y>
<width>271</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>隶书</family>
<pointsize>22</pointsize>
<italic>true</italic>
</font>
</property>
<property name="toolTip">
<string>Test Result Helper 3.3.10 author:WuXian (2019.3.13)</string>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>表情识别系统 </string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
<widget class="QLabel" name="label_useTime">
<property name="geometry">
<rect>
<x>530</x>
<y>200</y>
<width>91</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>华文仿宋</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;用时:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_scanResult">
<property name="geometry">
<rect>
<x>530</x>
<y>280</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>华文仿宋</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;识别结果:&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_picTime">
<property name="geometry">
<rect>
<x>480</x>
<y>200</y>
<width>38</width>
<height>38</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/newPrefix/images_test/net_speed.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_picResult">
<property name="geometry">
<rect>
<x>480</x>
<y>270</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/newPrefix/images_test/result.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>440</x>
<y>160</y>
<width>321</width>
<height>21</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_face">
<property name="geometry">
<rect>
<x>10</x>
<y>360</y>
<width>420</width>
<height>280</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>420</width>
<height>280</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>420</width>
<height>280</height>
</size>
</property>
<property name="font">
<font>
<family>楷体</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/newPrefix/images_test/scan.gif);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QToolButton" name="toolButton_file">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>50</width>
<height>40</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>39</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>40</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../anzhuangbao/Emotion Recognition/image1.qrc">
<normaloff>:/newPrefix/images_test/recovery.png</normaloff>:/newPrefix/images_test/recovery.png</iconset>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::DelayedPopup</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
<property name="arrowType">
<enum>Qt::NoArrow</enum>
</property>
</widget>
<widget class="QTextEdit" name="textEdit_camera">
<property name="geometry">
<rect>
<x>60</x>
<y>250</y>
<width>360</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>360</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>360</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>华文仿宋</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'华文仿宋'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Adobe Devanagari';&quot;&gt;实时摄像未开启&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit_pic">
<property name="geometry">
<rect>
<x>60</x>
<y>310</y>
<width>360</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>360</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>360</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>华文仿宋</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'华文仿宋'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Adobe Devanagari';&quot;&gt;选择图片&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton_camera">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>50</width>
<height>45</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>39</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>45</height>
</size>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../anzhuangbao/Emotion Recognition/image1.qrc">
<normaloff>:/newPrefix/images_test/g1.png</normaloff>:/newPrefix/images_test/g1.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>39</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::DelayedPopup</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
<property name="arrowType">
<enum>Qt::NoArrow</enum>
</property>
</widget>
<widget class="QLabel" name="label_time">
<property name="geometry">
<rect>
<x>610</x>
<y>206</y>
<width>90</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>0 s</string>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>440</x>
<y>340</y>
<width>321</width>
<height>21</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_result">
<property name="geometry">
<rect>
<x>640</x>
<y>280</y>
<width>120</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 189, 189);</string>
</property>
<property name="text">
<string>None</string>
</property>
</widget>
<widget class="QLabel" name="label_outputResult">
<property name="geometry">
<rect>
<x>450</x>
<y>380</y>
<width>300</width>
<height>250</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>250</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>250</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/newPrefix/images_test/ini.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<action name="actionGoogle_Translate">
<property name="text">
<string>Google Translate</string>
</property>
</action>
<action name="actionHTML_type">
<property name="text">
<string>HTML type</string>
</property>
</action>
<action name="actionsoftware_version">
<property name="text">
<string>software version</string>
</property>
</action>
</widget>
<resources>
<include location="../../anzhuangbao/Emotion Recognition/image1.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinzimeng11/real-time-emotion-detection-master.git
git@gitee.com:yinzimeng11/real-time-emotion-detection-master.git
yinzimeng11
real-time-emotion-detection-master
real-time-emotion-detection-master
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385