/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Libs/GuiFoundation/Dialogs/ModifiedDocumentsDlg.ui
160 строк
4 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>DocumentList</class> <widget class="QDialog" name="DocumentList"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string>Modified Documents</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/EZ-logo.svg</normaloff>:/GuiFoundation/EZ-logo.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <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 following documents are modified:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QTableWidget" name="TableDocuments"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <property name="rowCount"> <number>2</number> </property> <property name="columnCount"> <number>4</number> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <row/> <row/> <column> <property name="text"> <string>Document</string> </property> </column> <column> <property name="text"> <string>Type</string> </property> </column> <column/> <column/> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="ButtonDontSave"> <property name="toolTip"> <string>Shortcut: Ctrl+Q</string> </property> <property name="text"> <string>Don't Save</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Delete.svg</normaloff>:/GuiFoundation/Icons/Delete.svg</iconset> </property> <property name="shortcut"> <string>Ctrl+Q</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="ButtonSaveSelected"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="toolTip"> <string>Shortcut: Ctrl+Shift+S</string> </property> <property name="text"> <string>Save All</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/SaveAll.svg</normaloff>:/GuiFoundation/Icons/SaveAll.svg</iconset> </property> <property name="shortcut"> <string>Ctrl+Shift+S</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>