add some resource files

This commit is contained in:
Tang1705
2020-05-05 23:33:55 +08:00
parent edcc3e250c
commit 1ca0150893
4 changed files with 49 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/Reconstruction">
<file>image/loading/loading.png</file>
<file>image/reconstruction/help.png</file>
</qresource>
<qresource prefix="/icon">
<file>image/common/3D.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -6,22 +6,43 @@
<rect>
<x>0</x>
<y>0</y>
<width>601</width>
<height>411</height>
<width>1000</width>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>1000</width>
<height>500</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>500</height>
</size>
</property>
<property name="windowTitle">
<string>Help</string>
</property>
<widget class="QTextBrowser" name="textBrowser">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>581</width>
<height>391</height>
<x>0</x>
<y>0</y>
<width>1001</width>
<height>501</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>

View File

@@ -6,10 +6,28 @@
<rect>
<x>0</x>
<y>0</y>
<width>858</width>
<height>485</height>
<width>860</width>
<height>480</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>860</width>
<height>480</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>860</width>
<height>480</height>
</size>
</property>
<property name="windowTitle">
<string>Loading</string>
</property>