代码拉取完成,页面将自动刷新
同步操作将从 yuchendoudou/bsdiff 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BsDiff</class>
<widget class="QMainWindow" name="BsDiff">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1097</width>
<height>684</height>
</rect>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>BsDiff</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">
</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="styleSheet">
<string notr="true">#centralWidget {
background-color: gainsboro;
border-image: url(:/new/photo/test.png);
}</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>76</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox">
<property name="minimumSize">
<size>
<width>751</width>
<height>391</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string/>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>160</width>
<height>201</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string><html><head/><body><p align="right"><span style=" font-size:16pt;">NEED_ROM:</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="oldfile">
<property name="text">
<string><html><head/><body><p align="right"><span style=" font-size:16pt;">old:</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="newfile">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>5</width>
<height>5</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p align="right"><span style=" font-size:16pt;">new:</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p align="right"><span style=" font-size:16pt;">diff_file:</span></p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>371</width>
<height>231</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QComboBox" name="ROM_comboBox">
<property name="styleSheet">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="OldFileCombox"/>
</item>
<item>
<widget class="QComboBox" name="NewFileCombox"/>
</item>
<item>
<widget class="QComboBox" name="Diff_comboBox"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>570</x>
<y>70</y>
<width>160</width>
<height>161</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QPushButton" name="BrowserOldButton">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Browser</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="BrowserNewButton">
<property name="text">
<string>Browser</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="BrowserPathcButton">
<property name="text">
<string>Browser</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>190</x>
<y>260</y>
<width>361</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="GenerateButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>generate</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="TestButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>patch_test</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QProgressBar" name="diffbar">
<property name="geometry">
<rect>
<x>140</x>
<y>330</y>
<width>471</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</widget>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>151</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>151</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>76</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。