/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/DataDirsDlg.ui
169 строк
5 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>ezQtDataDirsDlg</class> <widget class="QDialog" name="ezQtDataDirsDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>673</width> <height>497</height> </rect> </property> <property name="windowTitle"> <string>Data Directory Configuration</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/DataDirectory.svg</normaloff>:/EditorFramework/Icons/DataDirectory.svg</iconset> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>The list of mounted data directories in this project. Directories are mounted in the order given below. Directories at the bottom therefore have higher priority than directories at the top.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QListWidget" name="ListDataDirs"> <property name="sortingEnabled"> <bool>false</bool> </property> </widget> </item> <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="ButtonOpenFolder"> <property name="toolTip"> <string>Show the selected directory on disk</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/OpenFolder.svg</normaloff>:/GuiFoundation/Icons/OpenFolder.svg</iconset> </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="ButtonOK"> <property name="text"> <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="ButtonCancel"> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </item> <item row="1" column="1"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="ButtonAdd"> <property name="toolTip"> <string>Add another folder as a data directory</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/FolderAdd.svg</normaloff>:/GuiFoundation/Icons/FolderAdd.svg</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="ButtonRemove"> <property name="toolTip"> <string>Remove the selected data directory</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Delete.svg</normaloff>:/GuiFoundation/Icons/Delete.svg</iconset> </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> <item> <widget class="QPushButton" name="ButtonUp"> <property name="toolTip"> <string>Move the selected directoy up (it gets lower priority)</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/MoveUp.svg</normaloff>:/GuiFoundation/Icons/MoveUp.svg</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="ButtonDown"> <property name="toolTip"> <string>Move the selected directoy down (it gets higher priority)</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/MoveDown.svg</normaloff>:/GuiFoundation/Icons/MoveDown.svg</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>