ai-adventure-labs/src/connect-window.ui

78 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConnectWindow</class>
<widget class="QWidget" name="ConnectWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>408</width>
<height>491</height>
</rect>
</property>
<property name="windowTitle">
<string>AI Adventure Lab</string>
</property>
<property name="windowIcon">
<iconset resource="source.qrc">
<normaloff>:/general/static/favicon_512.png</normaloff>:/general/static/favicon_512.png</iconset>
</property>
<widget class="QLineEdit" name="enterAddress">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>381</width>
<height>32</height>
</rect>
</property>
<property name="placeholderText">
<string>Введите адрес сервера</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>7</y>
<width>381</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Адрес сервера</string>
</property>
</widget>
<widget class="QLineEdit" name="enterAddress_2">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>381</width>
<height>32</height>
</rect>
</property>
<property name="placeholderText">
<string>1223</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>67</y>
<width>381</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Порт сервера</string>
</property>
</widget>
</widget>
<resources>
<include location="source.qrc"/>
</resources>
<connections/>
</ui>