<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainDlg</class> <widget class="QMainWindow" name="MainDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1280</width> <height>786</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>1280</width> <height>768</height> </size> </property> <property name="windowTitle"> <string>声波定位系统网管软件 IPS8000GUI-D V2.0.00</string> </property> <property name="styleSheet"> <string notr="true">title:{background-color:rgb(255,0,0);}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>设备类型</string> </property> </widget> </item> <item> <widget class="QComboBox" name="comboBoxDeviceType"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </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="QLabel" name="label"> <property name="text"> <string>串口编号</string> </property> </widget> </item> <item> <widget class="QComboBox" name="comboBoxUart"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonOpenUart"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="text"> <string>打开</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonCloseUart"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">background-color:rgb(255, 0, 0); border-color: rgb(255, 0, 0); color:rgb(255,255,255);</string> </property> <property name="text"> <string>关闭</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonRefresh"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <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>80</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>项目编号:</string> </property> </widget> </item> <item> <widget class="QLabel" name="labelPorjectId"> <property name="text"> <string>请配置</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>80</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>基站编号:</string> </property> </widget> </item> <item> <widget class="QLabel" name="labelBtsId"> <property name="text"> <string>请配置</string> </property> </widget> </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>80</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonSaveParam"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="text"> <string>保存参数</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonRestart"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="text"> <string>重启设备</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonResetParam"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="text"> <string>重置参数</string> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QTabWidget" name="tabWidgetOamItem"> <property name="minimumSize"> <size> <width>1255</width> <height>700</height> </size> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tabBaseParameter"> <attribute name="title"> <string>基本参数</string> </attribute> </widget> <widget class="QWidget" name="tabNetworParameter"> <attribute name="title"> <string>网管参数</string> </attribute> </widget> <widget class="QWidget" name="tabInstallParameter"> <attribute name="title"> <string>安装参数</string> </attribute> </widget> </widget> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>