/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/RemoteConnectionDlg.ui
374 строки
10 KB
Jan Krassnigg
New color design for the editor user interface (#1024)
08 авг 2023, 08:42
Не верифицирован
08 авг 2023, 08:42
b7bf6f5
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ezQtRemoteConnectionDlg</class> <widget class="QDialog" name="ezQtRemoteConnectionDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>274</width> <height>207</height> </rect> </property> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>353</width> <height>300</height> </size> </property> <property name="windowTitle"> <string>Remote Connection</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/Connection.svg</normaloff>:/EditorFramework/Icons/Connection.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="toolTip"> <string>The IP address of the device on which the remote engine process is running.</string> </property> <property name="text"> <string>Device IP Address:</string> </property> </widget> </item> <item> <widget class="QFrame" name="frame"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>350</width> <height>16777215</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>2</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>2</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="IP1"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="IP2"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="IP3"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="IP4"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="LabelPort"> <property name="text"> <string>:1050</string> </property> </widget> </item> <item> <widget class="QToolButton" name="RecentIPs"> <property name="text"> <string>...</string> </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> <property name="arrowType"> <enum>Qt::DownArrow</enum> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="LabelFileserveCmd_2"> <property name="toolTip"> <string>The IP address that the remote engine process should use to connect to the file server. Typically the IP through which the device can reach this PC.</string> </property> <property name="text"> <string>File Server IP Address:</string> </property> </widget> </item> <item> <widget class="QFrame" name="frame_2"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>350</width> <height>16777215</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>2</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>2</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="FsIP1"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="FsIP2"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="FsIP3"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>.</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="FsIP4"> <property name="inputMask"> <string>000</string> </property> <property name="maxLength"> <number>3</number> </property> </widget> </item> <item> <widget class="QLabel" name="LabelPort_2"> <property name="text"> <string>:1042</string> </property> </widget> </item> <item> <widget class="QToolButton" name="RecentFsIPs"> <property name="text"> <string>...</string> </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> <property name="arrowType"> <enum>Qt::DownArrow</enum> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>55</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="ButtonLaunchFS"> <property name="text"> <string>Launch Fileserve</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="ButtonConnect"> <property name="text"> <string>Connect</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>