/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Fileserve/EditorPluginFileserve/FileserveUI/FileserveWidget.ui
315 строк
9 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>ezQtFileserveWidget</class> <widget class="QWidget" name="ezQtFileserveWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>836</width> <height>701</height> </rect> </property> <property name="windowTitle"> <string>Fileserve</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/Icons/Fileserve.svg</normaloff>:/Icons/Fileserve.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,1,4,0"> <item> <widget class="QLabel" name="IpLabel"> <property name="text"> <string>IP:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0"> <item> <widget class="QTableWidget" name="SpecialDirList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>2</verstretch> </sizepolicy> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="SpecialDirAddButton"> <property name="text"> <string>Add</string> </property> </widget> </item> <item> <widget class="QPushButton" name="SpecialDirRemoveButton"> <property name="text"> <string>Remove</string> </property> </widget> </item> <item> <widget class="QPushButton" name="SpecialDirBrowseButton"> <property name="text"> <string>Browse</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </item> <item> <widget class="QTabWidget" name="TabWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>6</verstretch> </sizepolicy> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Activity</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="ReloadResourcesButton"> <property name="text"> <string>Trigger Reload Resources</string> </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="ClearActivityButton"> <property name="text"> <string>Clear</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableView" name="ActivityList"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="showGrid"> <bool>false</bool> </property> <property name="wordWrap"> <bool>false</bool> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>Files</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_2"> <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="ClearAllFilesButton"> <property name="text"> <string>Clear</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableView" name="AllFilesList"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="showGrid"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>Clients</string> </attribute> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QTreeWidget" name="ClientsList"> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">1</string> </property> </column> <column> <property name="text"> <string notr="true">2</string> </property> </column> </widget> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QProgressBar" name="Progress"> <property name="maximumSize"> <size> <width>150</width> <height>16777215</height> </size> </property> <property name="value"> <number>0</number> </property> <property name="textVisible"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="TransferLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QPushButton" name="ConnectClient"> <property name="text"> <string>Connect To Client</string> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Port:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="PortLineEdit"> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="placeholderText"> <string>port</string> </property> </widget> </item> <item> <widget class="QPushButton" name="StartServerButton"> <property name="text"> <string>Start Server</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>