代码拉取完成,页面将自动刷新
<?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>1366</width>
<height>768</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1366</width>
<height>768</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1366</width>
<height>768</height>
</size>
</property>
<property name="font">
<font>
<family>Book Antiqua</family>
</font>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="donateButtom">
<property name="geometry">
<rect>
<x>40</x>
<y>280</y>
<width>171</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>SimSun</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Buy me a coffee</string>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>880</x>
<y>20</y>
<width>451</width>
<height>171</height>
</rect>
</property>
<property name="font">
<font>
<family>SimSun</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
</widget>
<widget class="QDial" name="dial">
<property name="geometry">
<rect>
<x>1170</x>
<y>200</y>
<width>221</width>
<height>171</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="avatar">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>221</width>
<height>231</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/new/prefix1/avatar.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QComboBox" name="playSpeed">
<property name="geometry">
<rect>
<x>280</x>
<y>280</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>SimSun</family>
<pointsize>12</pointsize>
</font>
</property>
<item>
<property name="text">
<string>0.02</string>
</property>
</item>
<item>
<property name="text">
<string>0.04</string>
</property>
</item>
<item>
<property name="text">
<string>0.06</string>
</property>
</item>
<item>
<property name="text">
<string>0.08</string>
</property>
</item>
<item>
<property name="text">
<string>0.10</string>
</property>
</item>
<item>
<property name="text">
<string>0.20</string>
</property>
</item>
<item>
<property name="text">
<string>0.30</string>
</property>
</item>
<item>
<property name="text">
<string>0.40</string>
</property>
</item>
</widget>
<widget class="QSlider" name="slider">
<property name="geometry">
<rect>
<x>580</x>
<y>650</y>
<width>301</width>
<height>41</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>570</x>
<y>590</y>
<width>341</width>
<height>51</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
<widget class="QPushButton" name="readSD">
<property name="geometry">
<rect>
<x>50</x>
<y>360</y>
<width>141</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>readSD</string>
</property>
</widget>
<widget class="QPushButton" name="readBMP">
<property name="geometry">
<rect>
<x>50</x>
<y>450</y>
<width>141</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>19</pointsize>
</font>
</property>
<property name="text">
<string>readBMP</string>
</property>
</widget>
<widget class="QLabel" name="bmpShow">
<property name="geometry">
<rect>
<x>420</x>
<y>260</y>
<width>561</width>
<height>321</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>40</pointsize>
</font>
</property>
<property name="text">
<string>showBMP Here</string>
</property>
</widget>
<widget class="QPushButton" name="Play">
<property name="geometry">
<rect>
<x>280</x>
<y>350</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Play</string>
</property>
</widget>
<widget class="QPushButton" name="Pause">
<property name="geometry">
<rect>
<x>280</x>
<y>400</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QPushButton" name="Prev">
<property name="geometry">
<rect>
<x>280</x>
<y>450</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Prev</string>
</property>
</widget>
<widget class="QPushButton" name="Next">
<property name="geometry">
<rect>
<x>280</x>
<y>500</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
<widget class="QLineEdit" name="whichPage">
<property name="geometry">
<rect>
<x>400</x>
<y>600</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="gotoPage">
<property name="geometry">
<rect>
<x>430</x>
<y>650</y>
<width>89</width>
<height>24</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>跳转</string>
</property>
</widget>
<widget class="QComboBox" name="whichPicture">
<property name="geometry">
<rect>
<x>280</x>
<y>550</y>
<width>89</width>
<height>23</height>
</rect>
</property>
<property name="frame">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>原图</string>
</property>
</item>
<item>
<property name="text">
<string>二值化图</string>
</property>
</item>
<item>
<property name="text">
<string>压缩图</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="whiteLineMethod">
<property name="geometry">
<rect>
<x>30</x>
<y>600</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>白线列寻边(关)</string>
</property>
</widget>
<widget class="QLabel" name="islandState">
<property name="geometry">
<rect>
<x>690</x>
<y>90</y>
<width>151</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>430</x>
<y>210</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1366</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。