Files
chenzhen 222dda1e43 1,新增“App_ThermalImageSystem”;
2,新增“Apps”;
3,新增“Common”;
4,新增“FileList”;
5,新增“MediaX”;
6,新增“OpenSource”;
7,新增“Samples”;
8,新增“SoftwareBusinessLines”.
2026-02-14 23:03:23 +08:00

740 lines
16 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FrameParams</class>
<widget class="QDialog" name="FrameParams">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>402</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QWidget" name="ParaTitleBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>33</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>33</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0,0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="lblSystemIcon">
<property name="minimumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>28</height>
</size>
</property>
<property name="text">
<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>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_3">
<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="QLabel" name="lblTitle">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>800000</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;文件参数设置&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QPushButton" name="m_pushButton_OK">
<property name="geometry">
<rect>
<x>70</x>
<y>360</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>确 认</string>
</property>
</widget>
<widget class="QPushButton" name="m_pushButton_Cancel">
<property name="geometry">
<rect>
<x>170</x>
<y>360</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取 消</string>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_ImageWidth">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>140</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>640</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_ImageWidth">
<property name="geometry">
<rect>
<x>0</x>
<y>140</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>图像宽度:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_ImageHeight">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>170</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>512</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_ImageHeight">
<property name="geometry">
<rect>
<x>0</x>
<y>170</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>图像高度:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="m_comboBox_PixelByteOrder">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>290</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string>低字节前</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="frame">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>低字节前</string>
</property>
</item>
<item>
<property name="text">
<string>高字节前</string>
</property>
</item>
</widget>
<widget class="QLabel" name="m_label_PixelByteOrder">
<property name="geometry">
<rect>
<x>0</x>
<y>290</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>字节顺序:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_FrameRate">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>320</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>50</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_PixelType">
<property name="geometry">
<rect>
<x>0</x>
<y>260</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>像素类型:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_FrameRate">
<property name="geometry">
<rect>
<x>0</x>
<y>320</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>帧频:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="m_comboBox_PixelType">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>260</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>5</number>
</property>
<item>
<property name="text">
<string>RGBA32</string>
</property>
</item>
<item>
<property name="text">
<string>RGB24</string>
</property>
</item>
<item>
<property name="text">
<string>YUV422</string>
</property>
</item>
<item>
<property name="text">
<string>YUV420P</string>
</property>
</item>
<item>
<property name="text">
<string>YV12</string>
</property>
</item>
<item>
<property name="text">
<string>无符号Y16</string>
</property>
</item>
<item>
<property name="text">
<string>有符号Y16</string>
</property>
</item>
<item>
<property name="text">
<string>Grey/Y8</string>
</property>
</item>
<item>
<property name="text">
<string>16位X数据</string>
</property>
</item>
<item>
<property name="text">
<string>X高低温组合数据</string>
</property>
</item>
</widget>
<widget class="QLabel" name="m_label_CmdLinePos">
<property name="geometry">
<rect>
<x>0</x>
<y>200</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>参数行起始行:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_CmdLineCount">
<property name="geometry">
<rect>
<x>0</x>
<y>230</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>参数行行数:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_CmdLineCount">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>230</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="m_lineEdit_CmdLinePos">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>200</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_ChannelNo">
<property name="geometry">
<rect>
<x>0</x>
<y>110</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>通道号:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="m_label_CardNo">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>卡号:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="m_comboBox_CardNo">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string> 1</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="m_comboBox_ChannelNo">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string> 0</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string> 0</string>
</property>
</item>
<item>
<property name="text">
<string> 1</string>
</property>
</item>
</widget>
<widget class="QLabel" name="m_label_DevType">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>120</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>设备类型:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QComboBox" name="m_comboBox_DevType">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>50</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string>CameraLink</string>
</property>
</item>
<item>
<property name="text">
<string>USB</string>
</property>
</item>
<item>
<property name="text">
<string>USB3.0</string>
</property>
</item>
</widget>
</widget>
<resources/>
<connections/>
</ui>