Слияние кода завершено, страница обновится автоматически
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Ana</class>
<widget class="QMainWindow" name="Ana">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>AnaFich</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="main">
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>690</x>
<y>510</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="exit">
<property name="text">
<string>退出</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>160</width>
<height>441</height>
</rect>
</property>
<layout class="QGridLayout" name="projectview">
<item row="0" column="0">
<widget class="QTreeView" name="treeView_projectList">
<property name="toolTip">
<string><html><head/><body><p>自动读取配置文件,显示目前的项目内容</p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>0</x>
<y>520</y>
<width>161</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="projectadd">
<item>
<widget class="QPushButton" name="add">
<property name="toolTip">
<string>点击后配置新的项目</string>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="main_delete">
<property name="toolTip">
<string>点击后删除选择的项目</string>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>781</width>
<height>38</height>
</rect>
</property>
<layout class="QHBoxLayout" name="headview">
<item>
<widget class="QPushButton" name="pushButton_changeProj">
<property name="toolTip">
<string comment="。。" extracomment="点击后配置项目"><html><head/><body><p>点击后配置项目</p><p>必须先在项目名选择框中选择才可以<span style=" font-weight:600;">配置项目</span></p></body></html></string>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="text">
<string>配置项目</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>项目名</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_project"/>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>55</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="PostSlov">
<property name="text">
<string>解析报文</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="FileSlov">
<property name="text">
<string>解析文件</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>160</x>
<y>80</y>
<width>621</width>
<height>441</height>
</rect>
</property>
<property name="toolTip">
<string>当前文件或报文的解析结果</string>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_5">
<property name="geometry">
<rect>
<x>160</x>
<y>520</y>
<width>541</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3"/>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>50</y>
<width>311</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_proj">
<property name="text">
<string>项目列表</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>解析结果</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="add_project">
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>680</x>
<y>70</y>
<width>91</width>
<height>84</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QPushButton" name="pushButton_save">
<property name="text">
<string>保存</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_return">
<property name="text">
<string>返回</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>11</y>
<width>771</width>
<height>61</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>项目名称</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_proj"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>描述</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_descrioption"/>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="add_file">
<widget class="QLabel" name="label_current_project">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前项目</string>
</property>
</widget>
<widget class="QTreeView" name="treeView_nowProject">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>131</width>
<height>491</height>
</rect>
</property>
</widget>
<widget class="QTableView" name="tableView_nowfile">
<property name="geometry">
<rect>
<x>150</x>
<y>50</y>
<width>621</width>
<height>491</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>234</width>
<height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButton_addProject_file">
<property name="text">
<string>添加配置</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_projectfile"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>80</x>
<y>540</y>
<width>293</width>
<height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>项目配置</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_addfile">
<property name="toolTip">
<string><html><head/><body><p>点击增加下一行之前,需要保证配置的字段名、长度、类型不是空</p></body></html></string>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_divfile">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_file_insert">
<property name="text">
<string>插入</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>630</x>
<y>540</y>
<width>158</width>
<height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QPushButton" name="pushButton_file_save">
<property name="text">
<string>保存</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_file_return">
<property name="text">
<string>返回</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="page">
<widget class="QTextEdit" name="textEdit_post">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>701</width>
<height>471</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_slov">
<property name="geometry">
<rect>
<x>660</x>
<y>530</y>
<width>112</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>解析</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_main">
<property name="title">
<string>菜单</string>
</property>
<addaction name="actionOpenProject"/>
<addaction name="actionPostSolve"/>
<addaction name="actionFileSolve"/>
</widget>
<widget class="QMenu" name="menu_about">
<property name="title">
<string>关于</string>
</property>
<addaction name="actionAuthor"/>
</widget>
<addaction name="menu_main"/>
<addaction name="menu_about"/>
</widget>
<action name="actionOpenProject">
<property name="text">
<string>配置项目</string>
</property>
</action>
<action name="actionPostSolve">
<property name="text">
<string>解析报文</string>
</property>
</action>
<action name="actionFileSolve">
<property name="text">
<string>解析文件</string>
</property>
</action>
<action name="actionAuthor">
<property name="text">
<string>作者</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )