Files
SatelliteControl/RecordQuery.ui
shuibing811 aad820dde7 ---
2025-02-12 10:09:07 +08:00

456 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RecordQuery</class>
<widget class="QWidget" name="RecordQuery">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>884</width>
<height>745</height>
</rect>
</property>
<property name="windowTitle">
<string>历史记录查询</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox_17">
<property name="title">
<string>记录查询</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11" stretch="0,0,1">
<item>
<widget class="QGroupBox" name="groupBox_18">
<property name="title">
<string>过滤条件</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="3">
<widget class="QLabel" name="label_44">
<property name="text">
<string>结束时间:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="chbType">
<property name="text">
<string>类型:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="5" column="4">
<layout class="QHBoxLayout" name="horizontalLayout_2"/>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="chbTime">
<property name="text">
<string>时间:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="chbChannel">
<property name="text">
<string>信道:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QDateTimeEdit" name="dteBeginTime">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QDateTimeEdit" name="dteEndTime">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="chbDirection">
<property name="text">
<string>方向:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="chbNumber">
<property name="text">
<string>号码:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_46">
<property name="text">
<string>开始时间:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="chbChannelUHF">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>UHF</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="chbChannelS">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>S</string>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QCheckBox" name="chbChannelBeiDou">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>北斗</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="chbCall">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>通话</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QCheckBox" name="chbMessage">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>短消息</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="chbSend">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>发送</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QCheckBox" name="chbReceive">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>接收</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1" colspan="4">
<widget class="QComboBox" name="cmbNumber">
<property name="enabled">
<bool>false</bool>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer_2">
<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="btnQuery">
<property name="text">
<string>查询</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox_19">
<property name="title">
<string>记录列表</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QTableWidget" name="tblRecordList">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>开始时间</string>
</property>
</column>
<column>
<property name="text">
<string>信道</string>
</property>
</column>
<column>
<property name="text">
<string>通信类型</string>
</property>
</column>
<column>
<property name="text">
<string>方向</string>
</property>
</column>
<column>
<property name="text">
<string>号码</string>
</property>
</column>
<column>
<property name="text">
<string>通话时长</string>
</property>
</column>
<column>
<property name="text">
<string>消息</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<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="QToolButton" name="btnFirstPage">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/first_page.png</normaloff>:/rc/res/first_page.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnPreviousPage">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/previous_page.png</normaloff>:/rc/res/previous_page.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spbGoToPage">
<property name="minimumSize">
<size>
<width>160</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnNextPage">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/next_page.png</normaloff>:/rc/res/next_page.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnLastPage">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/rc/res/last_page.png</normaloff>:/rc/res/last_page.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="label_45">
<property name="text">
<string>当前选择的消息内容:</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<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>
<item>
<widget class="QTextEdit" name="txtCurrentItemMessageContent">
<property name="enabled">
<bool>false</bool>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>