|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <ui version="4.0">
|
3 |
| - <class>Dialog</class> |
4 |
| - <widget class="QDialog" name="Dialog"> |
5 |
| - <property name="geometry"> |
6 |
| - <rect> |
7 |
| - <x>0</x> |
8 |
| - <y>0</y> |
9 |
| - <width>620</width> |
10 |
| - <height>541</height> |
11 |
| - </rect> |
12 |
| - </property> |
13 |
| - <property name="windowTitle"> |
14 |
| - <string>Dialog</string> |
15 |
| - </property> |
16 |
| - <layout class="QGridLayout" name="gridLayout"> |
17 |
| - <item row="0" column="0"> |
18 |
| - <widget class="QScrollArea" name="scrollArea"> |
19 |
| - <property name="sizePolicy"> |
20 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
21 |
| - <horstretch>0</horstretch> |
22 |
| - <verstretch>0</verstretch> |
23 |
| - </sizepolicy> |
24 |
| - </property> |
25 |
| - <property name="widgetResizable"> |
26 |
| - <bool>true</bool> |
27 |
| - </property> |
28 |
| - <widget class="QWidget" name="scrollAreaWidgetContents"> |
29 |
| - <property name="geometry"> |
30 |
| - <rect> |
31 |
| - <x>0</x> |
32 |
| - <y>0</y> |
33 |
| - <width>600</width> |
34 |
| - <height>492</height> |
35 |
| - </rect> |
36 |
| - </property> |
37 |
| - <layout class="QVBoxLayout" name="verticalLayout_3"> |
38 |
| - <item> |
39 |
| - <widget class="QLabel" name="label_7"> |
40 |
| - <property name="sizePolicy"> |
41 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
42 |
| - <horstretch>0</horstretch> |
43 |
| - <verstretch>0</verstretch> |
44 |
| - </sizepolicy> |
45 |
| - </property> |
46 |
| - <property name="text"> |
47 |
| - <string><html><head/><body><p><span style=" font-size:12pt; color:#ffffff;">本软件 </span><span style=" font-size:12pt; font-style:italic; color:#ffffff;">Squirrel Video Frame Interpolation</span></p><p><span style=" color:#ffffff;">是基于</span><span style=" font-weight:600; color:#ffffff;">RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation</span><span style=" color:#ffffff;"> AI补帧算法的可视化图形界面集成.</span></p><p><br/></p><p><span style=" font-weight:600; color:#ffffff;">RIFE算法作者</span><span style=" color:#ffffff;"> Zhewei Huang, Tianyuan Zhang, Wen Heng, Boxin Shi, Shuchang Zhou </span></p><p><span style=" color:#ffffff;">https://github.com/hzwer/arXiv2020-RIFE</span></p><p><span style=" font-weight:600; color:#ffffff;">SVFI作者</span><span style=" color:#ffffff;"> YiWeiHuang-stack, Justin62628, 穆氏, ABlyh-LEO, NULL204</span></p><p><span style=" color:#ffffff;">https://github.com/YiWeiHuang-stack/Squirrel-RIFE</span></p><p><span style=" color:#ffffff;">https://github.com/Justin62628/RIFE_GUI</span></p><p><span style=" text-decoration: underline; color:#ffffff;">其中RIFE GUI已与SVFI版本合并</span></p><p><span style=" color:#ffffff;">市面上的SVFI 1.x, RIFE GUI 6.2.x均为旧版本</span></p></body></html></string> |
48 |
| - </property> |
49 |
| - <property name="scaledContents"> |
50 |
| - <bool>true</bool> |
51 |
| - </property> |
52 |
| - <property name="wordWrap"> |
53 |
| - <bool>true</bool> |
54 |
| - </property> |
55 |
| - </widget> |
56 |
| - </item> |
57 |
| - </layout> |
58 |
| - </widget> |
| 3 | + <class>Dialog</class> |
| 4 | + <widget class="QDialog" name="Dialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>620</width> |
| 10 | + <height>541</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QScrollArea" name="scrollArea"> |
| 19 | + <property name="sizePolicy"> |
| 20 | + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
| 21 | + <horstretch>0</horstretch> |
| 22 | + <verstretch>0</verstretch> |
| 23 | + </sizepolicy> |
| 24 | + </property> |
| 25 | + <property name="widgetResizable"> |
| 26 | + <bool>true</bool> |
| 27 | + </property> |
| 28 | + <widget class="QWidget" name="scrollAreaWidgetContents"> |
| 29 | + <property name="geometry"> |
| 30 | + <rect> |
| 31 | + <x>0</x> |
| 32 | + <y>0</y> |
| 33 | + <width>600</width> |
| 34 | + <height>492</height> |
| 35 | + </rect> |
| 36 | + </property> |
| 37 | + <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 38 | + <item> |
| 39 | + <widget class="QLabel" name="label_7"> |
| 40 | + <property name="sizePolicy"> |
| 41 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 42 | + <horstretch>0</horstretch> |
| 43 | + <verstretch>0</verstretch> |
| 44 | + </sizepolicy> |
| 45 | + </property> |
| 46 | + <property name="text"> |
| 47 | + <string><html><head/><body><p><span style=" |
| 48 | + font-size:12pt; color:#ffffff;">本软件 </span><span style=" |
| 49 | + font-size:12pt; font-style:italic; color:#ffffff;">Squirrel Video |
| 50 | + Frame Interpolation</span></p><p><span style=" |
| 51 | + color:#ffffff;">是基于</span><span style=" |
| 52 | + font-weight:600; color:#ffffff;">RIFE: Real-Time Intermediate Flow |
| 53 | + Estimation for Video Frame Interpolation</span><span style=" |
| 54 | + color:#ffffff;"> AI补帧算法的可视化图形界面集成.</span></p><p><br/></p><p><span |
| 55 | + style=" font-weight:600; color:#ffffff;">RIFE算法作者</span><span |
| 56 | + style=" color:#ffffff;"> Zhewei Huang, Tianyuan Zhang, Wen |
| 57 | + Heng, Boxin Shi, Shuchang Zhou </span></p><p><span |
| 58 | + style=" color:#ffffff;">https://github.com/hzwer/arXiv2020-RIFE</span></p><p><span |
| 59 | + style=" font-weight:600; color:#ffffff;">SVFI作者</span><span |
| 60 | + style=" color:#ffffff;"> YiWeiHuang-stack, Justin62628, 穆氏, |
| 61 | + ABlyh-LEO, NULL204</span></p><p><span style=" |
| 62 | + color:#ffffff;">https://github.com/YiWeiHuang-stack/Squirrel-RIFE</span></p><p><span |
| 63 | + style=" color:#ffffff;">https://github.com/Justin62628/RIFE_GUI</span></p><p><span |
| 64 | + style=" text-decoration: underline; color:#ffffff;">其中RIFE |
| 65 | + GUI已与SVFI版本合并</span></p><p><span style=" |
| 66 | + color:#ffffff;">市面上的SVFI 1.x, RIFE GUI 6.2.x均为旧版本</span></p></body></html> |
| 67 | + </string> |
| 68 | + </property> |
| 69 | + <property name="scaledContents"> |
| 70 | + <bool>true</bool> |
| 71 | + </property> |
| 72 | + <property name="wordWrap"> |
| 73 | + <bool>true</bool> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + </layout> |
| 78 | + </widget> |
| 79 | + </widget> |
| 80 | + </item> |
| 81 | + <item row="1" column="0"> |
| 82 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 83 | + <property name="orientation"> |
| 84 | + <enum>Qt::Horizontal</enum> |
| 85 | + </property> |
| 86 | + <property name="standardButtons"> |
| 87 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + </layout> |
59 | 92 | </widget>
|
60 |
| - </item> |
61 |
| - <item row="1" column="0"> |
62 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
63 |
| - <property name="orientation"> |
64 |
| - <enum>Qt::Horizontal</enum> |
65 |
| - </property> |
66 |
| - <property name="standardButtons"> |
67 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
68 |
| - </property> |
69 |
| - </widget> |
70 |
| - </item> |
71 |
| - </layout> |
72 |
| - </widget> |
73 |
| - <resources/> |
74 |
| - <connections> |
75 |
| - <connection> |
76 |
| - <sender>buttonBox</sender> |
77 |
| - <signal>accepted()</signal> |
78 |
| - <receiver>Dialog</receiver> |
79 |
| - <slot>accept()</slot> |
80 |
| - <hints> |
81 |
| - <hint type="sourcelabel"> |
82 |
| - <x>248</x> |
83 |
| - <y>254</y> |
84 |
| - </hint> |
85 |
| - <hint type="destinationlabel"> |
86 |
| - <x>157</x> |
87 |
| - <y>274</y> |
88 |
| - </hint> |
89 |
| - </hints> |
90 |
| - </connection> |
91 |
| - <connection> |
92 |
| - <sender>buttonBox</sender> |
93 |
| - <signal>rejected()</signal> |
94 |
| - <receiver>Dialog</receiver> |
95 |
| - <slot>reject()</slot> |
96 |
| - <hints> |
97 |
| - <hint type="sourcelabel"> |
98 |
| - <x>316</x> |
99 |
| - <y>260</y> |
100 |
| - </hint> |
101 |
| - <hint type="destinationlabel"> |
102 |
| - <x>286</x> |
103 |
| - <y>274</y> |
104 |
| - </hint> |
105 |
| - </hints> |
106 |
| - </connection> |
107 |
| - </connections> |
| 93 | + <resources/> |
| 94 | + <connections> |
| 95 | + <connection> |
| 96 | + <sender>buttonBox</sender> |
| 97 | + <signal>accepted()</signal> |
| 98 | + <receiver>Dialog</receiver> |
| 99 | + <slot>accept()</slot> |
| 100 | + <hints> |
| 101 | + <hint type="sourcelabel"> |
| 102 | + <x>248</x> |
| 103 | + <y>254</y> |
| 104 | + </hint> |
| 105 | + <hint type="destinationlabel"> |
| 106 | + <x>157</x> |
| 107 | + <y>274</y> |
| 108 | + </hint> |
| 109 | + </hints> |
| 110 | + </connection> |
| 111 | + <connection> |
| 112 | + <sender>buttonBox</sender> |
| 113 | + <signal>rejected()</signal> |
| 114 | + <receiver>Dialog</receiver> |
| 115 | + <slot>reject()</slot> |
| 116 | + <hints> |
| 117 | + <hint type="sourcelabel"> |
| 118 | + <x>316</x> |
| 119 | + <y>260</y> |
| 120 | + </hint> |
| 121 | + <hint type="destinationlabel"> |
| 122 | + <x>286</x> |
| 123 | + <y>274</y> |
| 124 | + </hint> |
| 125 | + </hints> |
| 126 | + </connection> |
| 127 | + </connections> |
108 | 128 | </ui>
|
0 commit comments