logplus/DataOutput/src/SLf2Filebad.ui

538 lines
14 KiB
Plaintext
Raw Normal View History

2025-10-29 17:23:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Slf2File</class>
<widget class="QDialog" name="Slf2File">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1259</width>
<height>774</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>2</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>2500</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>转换文件信息列表</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="tableWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>1500</width>
<height>3000</height>
</size>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>输出数据类型</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButtonSetDepPar">
<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::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>200</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>输出深度单位</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QRadioButton" name="radioButton_DepthUnit_M">
<property name="maximumSize">
<size>
<width>114</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>公制(米)</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_DepthUnit_Feet">
<property name="maximumSize">
<size>
<width>117</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>英制(英尺)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>200</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string>设置输出路径</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="radioButton_ProjectDir">
<property name="text">
<string>工程目录统一存放到Project目录</string>
</property>
<property name="autoRepeat">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_CurrentDir">
<property name="text">
<string>当前目录(分别存放在数据文件目录)</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_SetDir">
<property name="text">
<string>指定统一存放目录</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_OutDir">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_SetDir">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>选择目录</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>输出对象类型</string>
</property>
<widget class="QCheckBox" name="checkBox_AllObject">
<property name="geometry">
<rect>
<x>12</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>全部对象</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Curve">
<property name="geometry">
<rect>
<x>106</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>常规曲线</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Wave">
<property name="geometry">
<rect>
<x>200</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>阵列曲线</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Table">
<property name="geometry">
<rect>
<x>294</x>
<y>28</y>
<width>72</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>数据表</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Stream">
<property name="geometry">
<rect>
<x>373</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>参数对象</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Other">
<property name="geometry">
<rect>
<x>467</x>
<y>28</y>
<width>180</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>其他对象FMT、TDT</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>输出对象选择方式</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<widget class="QRadioButton" name="radioButton_AllObj">
<property name="geometry">
<rect>
<x>12</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>所有对象</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_4</string>
</attribute>
</widget>
<widget class="QRadioButton" name="radioButton_Interactive">
<property name="geometry">
<rect>
<x>106</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>交互定制</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_4</string>
</attribute>
</widget>
<widget class="QRadioButton" name="radioButton_Manual">
<property name="geometry">
<rect>
<x>200</x>
<y>28</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>手工定制</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_4</string>
</attribute>
</widget>
<widget class="QLineEdit" name="lineEdit_OutObj">
<property name="geometry">
<rect>
<x>294</x>
<y>17</y>
<width>171</width>
<height>31</height>
</rect>
</property>
</widget>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="tableWidget_2">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_SelAll">
<property name="text">
<string>全选</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_NotSelAll">
<property name="text">
<string>全不选</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_ReSel">
<property name="text">
<string>反选</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="okbtn">
<property name="text">
<string>开始转换</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelbtn">
<property name="text">
<string>退出</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup_2"/>
<buttongroup name="buttonGroup_4"/>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui>