2019-10-10 05:42:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>frmIPAddress</class>
|
|
|
|
<widget class="QWidget" name="frmIPAddress">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-09-20 04:45:58 +00:00
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
2019-10-10 05:42:12 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2021-09-20 04:45:58 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2019-10-10 05:42:12 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2021-09-20 04:45:58 +00:00
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>281</width>
|
2019-10-10 05:42:12 +00:00
|
|
|
<height>71</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="3">
|
|
|
|
<widget class="IPAddress" name="widgetIP" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="btnSetIP">
|
|
|
|
<property name="text">
|
2021-09-20 04:45:58 +00:00
|
|
|
<string>填入IP</string>
|
2019-10-10 05:42:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="btnGetIP">
|
|
|
|
<property name="text">
|
|
|
|
<string>获取IP</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="btnClear">
|
|
|
|
<property name="text">
|
|
|
|
<string>清空</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>IPAddress</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>ipaddress.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|