Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Norah
2020-02-05 11:08:44 +08:00
33 changed files with 246 additions and 36 deletions

93
UI/DisplayPic.ui Normal file
View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DisplayPic</class>
<widget class="QWidget" name="DisplayPic">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>684</width>
<height>497</height>
</rect>
</property>
<property name="windowTitle">
<string>DisplayPic</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>661</width>
<height>421</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>621</width>
<height>371</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>PIC</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>120</x>
<y>450</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>440</x>
<y>450</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>

90
UI/Loading.ui Normal file
View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Loading</class>
<widget class="QWidget" name="Loading">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>871</width>
<height>494</height>
</rect>
</property>
<property name="windowTitle">
<string>Loading</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>360</x>
<y>200</y>
<width>151</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>LOADING...</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>80</x>
<y>330</y>
<width>711</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>320</x>
<y>420</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>书体坊雪纯体3500</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>按任意键进入</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>260</x>
<y>120</y>
<width>321</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>3D RECONSTRUCTION</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>