<?xml version=“1.0” encoding=“UTF-8”?>
<ui version=“4.0”>
<class>Form</class>
<widget class=“QWidget” name=“Form”>
<property name=“geometry”>
<rect>
<x>0</x>
<y>0</y>
<width>145</width>
<height>25</height>
</rect>
</property>
<property name=“windowTitle”>
<string>Form</string>
</property>
<widget class=“QLineEdit” name=“IpSend”>
<property name=“geometry”>
<rect>
<x>21</x>
<y>0</y>
<width>81</width>
<height>25</height>
</rect>
</property>
<property name=“inputMask”>
<string>xxx.xxx.xxx.xxx; </string>
</property>
<property name=“text”>
<string>192.168.1.1.</string>
</property>
<property name=“maxLength”>
<number>15</number>
</property>
<property name=“alignment”>
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class=“QPushButton” name=“AcceptSend”>
<property name=“geometry”>
<rect>
<x>98</x>
<y>0</y>
<width>24</width>
<height>24</height>
</rect>
</property>
<property name=“autoFillBackground”>
<bool>false</bool>
</property>
<property name=“text”>
<string/>
</property>
<property name=“icon”>
<iconset>
<normaloff>../../images/accept.png</normaloff>../../images/accept.png</iconset>
</property>
<property name=“iconSize”>
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name=“flat”>
<bool>false</bool>
</property>
</widget>
<widget class=“QPushButton” name=“DiscardSend”>
<property name=“geometry”>
<rect>
<x>120</x>
<y>0</y>
<width>24</width>
<height>24</height>
</rect>
</property>
<property name=“text”>
<string/>
</property>
<property name=“icon”>
<iconset>
<normaloff>../../images/cancel.png</normaloff>../../images/cancel.png</iconset>
</property>
</widget>
<widget class=“QPushButton” name=“ShareSend”>
<property name=“geometry”>
<rect>
<x>0</x>
<y>0</y>
<width>24</width>
<height>20</height>
</rect>
</property>
<property name=“text”>
<string/>
</property>
<property name=“icon”>
<iconset>
<normaloff>../../images/key.png</normaloff>../../images/key.png</iconset>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>