add core files

This commit is contained in:
Tang1705
2020-05-05 23:30:52 +08:00
parent e53ea3e6b7
commit edcc3e250c
82 changed files with 12139 additions and 308 deletions

View File

@@ -69,7 +69,7 @@
<string notr="true"/>
</property>
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="page">
<widget class="QLabel" name="label_2">
@@ -603,7 +603,7 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QTextBrowser" name="textBrowser_7">
<widget class="QTreeView" name="treeView">
<property name="geometry">
<rect>
<x>10</x>
@@ -612,11 +612,6 @@
<height>181</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
</widget>
</widget>
</widget>
@@ -1265,6 +1260,15 @@
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
@@ -1402,6 +1406,15 @@
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
@@ -1539,6 +1552,15 @@
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
@@ -1746,5 +1768,22 @@
<resources>
<include location="../Resources/Reconstruction.qrc"/>
</resources>
<connections/>
<connections>
<connection>
<sender>spinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>spinBox</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1146</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>1146</x>
<y>98</y>
</hint>
</hints>
</connection>
</connections>
</ui>