1 Star 0 Fork 48

sbilly/FundFileReader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 16.04 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
<?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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/sbilly/FundFileReader.git
[email protected]:sbilly/FundFileReader.git
sbilly
FundFileReader
FundFileReader
master

搜索帮助