A142_Desktop/ipsettings.ui

145 lines
3.1 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ipSettings</class>
<widget class="QDialog" name="ipSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>458</width>
<height>146</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLineEdit" name="lineEditOldIp">
<property name="geometry">
<rect>
<x>140</x>
<y>60</y>
<width>161</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEditNewIp">
<property name="geometry">
<rect>
<x>140</x>
<y>90</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
2023-12-14 17:04:09 +03:00
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Текущий адрес</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Новый адрес</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>310</x>
<y>60</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>:7000</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>310</x>
<y>90</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>:7000</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>350</x>
<y>54</y>
<width>81</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Сменить
адрес</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>411</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Данный режим предназначен для смены адреса A142. </string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>411</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Текущий адрес можно узнать на экране включения A142</string>
</property>
</widget>
<widget class="QLabel" name="labelResult">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>411</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>