代码拉取完成,页面将自动刷新
同步操作将从 幻舞奇影/FinanceFileReader 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>880</width>
<height>640</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>880</width>
<height>640</height>
</size>
</property>
<property name="windowTitle">
<string>基金文件阅读器</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
<normaloff>:/res/icon.ico</normaloff>:/res/icon.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true">font-family:Microsoft YaHei,Sans-serif;</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QFrame" name="frameInfo">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>86</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>86</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">.QFrame{
border-left: 1px solid rgb(198, 198, 198);
border-right: 1px solid rgb(198, 198, 198);
border-top: 1px solid rgb(198, 198, 198);
border-bottom: 1px solid rgb(198, 198, 198);
border-radius:3px;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<widget class="QLineEdit" name="currentOpenFilePathLineText">
<property name="geometry">
<rect>
<x>13</x>
<y>9</y>
<width>777</width>
<height>20</height>
</rect>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonOpenFile">
<property name="geometry">
<rect>
<x>792</x>
<y>8</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>打开文件</string>
</property>
</widget>
<widget class="QLabel" name="labelSendCode">
<property name="geometry">
<rect>
<x>13</x>
<y>34</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>发送方代码:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditSendCode">
<property name="geometry">
<rect>
<x>88</x>
<y>34</y>
<width>46</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelSendInfo">
<property name="geometry">
<rect>
<x>140</x>
<y>34</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>发送方信息:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditSenfInfo">
<property name="geometry">
<rect>
<x>216</x>
<y>34</y>
<width>211</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelRecCode">
<property name="geometry">
<rect>
<x>430</x>
<y>34</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>接收方代码:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditRecCode">
<property name="geometry">
<rect>
<x>504</x>
<y>34</y>
<width>50</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labeTRecInfo">
<property name="geometry">
<rect>
<x>560</x>
<y>34</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>接收方信息:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditRecInfo">
<property name="geometry">
<rect>
<x>634</x>
<y>34</y>
<width>228</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelUseIni">
<property name="geometry">
<rect>
<x>13</x>
<y>58</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>使用的配置:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditUseIni">
<property name="geometry">
<rect>
<x>88</x>
<y>58</y>
<width>124</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelFileType">
<property name="geometry">
<rect>
<x>216</x>
<y>58</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>文件类型:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditFileType">
<property name="geometry">
<rect>
<x>280</x>
<y>58</y>
<width>61</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelFileDescribe">
<property name="geometry">
<rect>
<x>344</x>
<y>58</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>文件描述:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditFileDescribe">
<property name="geometry">
<rect>
<x>406</x>
<y>58</y>
<width>148</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelFileTransferDate">
<property name="geometry">
<rect>
<x>560</x>
<y>58</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>文件传递日期:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditFileTransferDate">
<property name="geometry">
<rect>
<x>642</x>
<y>58</y>
<width>148</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButtonOpenFile_2">
<property name="geometry">
<rect>
<x>792</x>
<y>57</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>文件检查</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QFrame" name="frameTools">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>37</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>37</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">.QFrame{
border-left: 1px solid rgb(198, 198, 198);
border-right: 1px solid rgb(198, 198, 198);
border-top: 1px solid rgb(198, 198, 198);
border-bottom: 1px solid rgb(198, 198, 198);
border-radius:3px;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<widget class="QLineEdit" name="lineTextText">
<property name="geometry">
<rect>
<x>13</x>
<y>9</y>
<width>263</width>
<height>20</height>
</rect>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonPreSearch">
<property name="geometry">
<rect>
<x>278</x>
<y>8</y>
<width>74</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>向上搜索</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonNextSearch">
<property name="geometry">
<rect>
<x>353</x>
<y>8</y>
<width>73</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>向下搜索</string>
</property>
</widget>
<widget class="QLineEdit" name="lineTextText_2">
<property name="geometry">
<rect>
<x>428</x>
<y>9</y>
<width>125</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>这里输入字段的中文或者英文名都可以跳转</string>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonNextSearch_2">
<property name="geometry">
<rect>
<x>554</x>
<y>8</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>+++++++++++++++++++++++++++++++++++++++++++
此功能用于快速跳转到你要查看的列
将水平进度条滚动到搜索的列,请输入列标题跳转
支持输入列中文或者英文标题
+++++++++++++++++++++++++++++++++++++++++++</string>
</property>
<property name="text">
<string>列跳转</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonNextSearch_3">
<property name="geometry">
<rect>
<x>678</x>
<y>8</y>
<width>73</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>可以将数据导出到excel文件进行分析...</string>
</property>
<property name="text">
<string>数据导出</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonNextSearch_4">
<property name="geometry">
<rect>
<x>616</x>
<y>8</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>此功能为快速行跳转功能,将垂直进度条滚动到输入的行</string>
</property>
<property name="text">
<string>行跳转</string>
</property>
</widget>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTableWidget" name="tableWidget">
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>880</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>文件</string>
</property>
<addaction name="fileOpen"/>
<addaction name="actionsss"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAS"/>
</widget>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>帮助</string>
</property>
<addaction name="aboutOpen"/>
<addaction name="actionAboutQt"/>
<addaction name="actionaboutAuthor"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>行比对器</string>
</property>
<addaction name="actionsOpenCompare"/>
<addaction name="actionClearCompare"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menu"/>
<addaction name="menuAbout"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="fileOpen">
<property name="text">
<string>打开文件</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="aboutOpen">
<property name="text">
<string>关于程序</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
<action name="actionAboutQt">
<property name="text">
<string>关于QT</string>
</property>
<property name="statusTip">
<string/>
</property>
<property name="shortcut">
<string>F2</string>
</property>
</action>
<action name="actionsOpenCompare">
<property name="text">
<string>打开比对器视图</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="actionClearCompare">
<property name="text">
<string>清空比对器数据</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionsss">
<property name="text">
<string>重新读取文件</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>文件保存(自动备份原文件)</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSaveAS">
<property name="text">
<string>文件另存为</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+S</string>
</property>
</action>
<action name="actionaboutAuthor">
<property name="text">
<string>关于作者</string>
</property>
<property name="shortcut">
<string>F3</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。