|
|
@ -7,7 +7,7 @@
|
|
|
|
<x>0</x>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1106</width>
|
|
|
|
<width>1106</width>
|
|
|
|
<height>689</height>
|
|
|
|
<height>684</height>
|
|
|
|
</rect>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<property name="sizePolicy">
|
|
|
@ -33,249 +33,6 @@
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" rowspan="2">
|
|
|
|
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>330</width>
|
|
|
|
|
|
|
|
<height>250</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>320</width>
|
|
|
|
|
|
|
|
<height>300</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="allDevicesTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>设备检索列表</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QPushButton" name="saveFileButton">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
|
|
<height>0</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>保存当前检索的设备列表到文件</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTableView" name="deviceview">
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p>Ctrl + C 可复制单元格内容</p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
|
|
<string notr="true">color:black;
|
|
|
|
|
|
|
|
background-color:transparent;
|
|
|
|
|
|
|
|
</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="blackListTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>黑名单</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTableView" name="bnameview">
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="whiteListTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>白名单</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTableView" name="wnameview">
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>320</width>
|
|
|
|
|
|
|
|
<height>275</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
|
|
|
<height>300</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p><br/></p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="title">
|
|
|
|
|
|
|
|
<string>设备详情</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
|
|
|
<number>10</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
|
|
<number>5</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
|
|
|
<number>6</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
|
|
<widget class="QTableWidget" name="deviceDetail">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
|
|
<height>240</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p>Ctrl + C 可复制单元格内容</p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
|
|
|
<number>1</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
|
|
|
|
|
|
<number>40</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
|
|
|
|
<number>160</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderCascadingSectionResizes">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderMinimumSectionSize">
|
|
|
|
|
|
|
|
<number>25</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderDefaultSectionSize">
|
|
|
|
|
|
|
|
<number>30</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderStretchLastSection">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>设备IMSI</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>运营商</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>经度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>纬度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>海拔高度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>频点</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>强度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>时间</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<column/>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<property name="minimumSize">
|
|
|
@ -553,6 +310,256 @@ background-color:transparent;
|
|
|
|
</layout>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="0" column="2" rowspan="2">
|
|
|
|
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>330</width>
|
|
|
|
|
|
|
|
<height>250</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>320</width>
|
|
|
|
|
|
|
|
<height>300</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="allDevicesTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>设备检索列表</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
|
|
<widget class="QPushButton" name="saveFileButton">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
|
|
<height>0</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>保存当前检索的设备列表到文件</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
|
|
<widget class="QPushButton" name="clearBtn">
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>清空列表</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
|
|
|
<widget class="QTableView" name="deviceview">
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p><span style=" color:#000000;">Ctrl + C 可复制单元格内容</span></p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
|
|
<string notr="true">color:black;
|
|
|
|
|
|
|
|
background-color:transparent;
|
|
|
|
|
|
|
|
</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="blackListTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>黑名单</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTableView" name="bnameview">
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="QWidget" name="whiteListTab">
|
|
|
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
|
|
|
<string>白名单</string>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QTableView" name="wnameview">
|
|
|
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>320</width>
|
|
|
|
|
|
|
|
<height>275</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
|
|
|
<height>300</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p><br/></p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="title">
|
|
|
|
|
|
|
|
<string>设备详情</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
|
|
|
<number>10</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
|
|
<number>6</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
|
|
|
<number>6</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
|
|
<widget class="QTableWidget" name="deviceDetail">
|
|
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
|
|
<height>240</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="font">
|
|
|
|
|
|
|
|
<font>
|
|
|
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
|
|
|
</font>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
|
|
|
<string><html><head/><body><p>Ctrl + C 可复制单元格内容</p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
|
|
|
<number>1</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
|
|
|
|
|
|
<number>40</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
|
|
|
|
<number>160</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderCascadingSectionResizes">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderMinimumSectionSize">
|
|
|
|
|
|
|
|
<number>25</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderDefaultSectionSize">
|
|
|
|
|
|
|
|
<number>30</number>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<attribute name="verticalHeaderStretchLastSection">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</attribute>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>设备IMSI</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>运营商</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>经度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>纬度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>海拔高度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>频点</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>强度</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>时间</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<column/>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="enabled">
|
|
|
|
<property name="enabled">
|
|
|
@ -577,6 +584,9 @@ background-color:transparent;
|
|
|
|
<property name="topMargin">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>12</number>
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
|
|
<number>9</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
@ -703,8 +713,11 @@ background-color:transparent;
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="acceptDrops">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>点击输入IMSI,或选择右侧列表项导入</p></body></html></string>
|
|
|
|
<string><html><head/><body><p><span style=" color:#000000;">点击输入IMSI,或选择右侧列表项导入</span></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color:white;
|
|
|
|
<string notr="true">color:white;
|
|
|
|