/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Inspector/StatVisWidget.ui
203 строки
6 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>StatVisWidget</class> <widget class="QWidget" name="StatVisWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>865</width> <height>322</height> </rect> </property> <property name="windowTitle"> <string>Stat History</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QFrame" name="StatVisWidgetFrame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="1"> <widget class="QGraphicsView" name="StatHistoryView"/> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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> </layout> </item> <item row="1" column="2"> <widget class="QListWidget" name="ListStats"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> </widget> </item> <item row="0" column="2"> <widget class="QComboBox" name="ComboTimeframe"/> </item> <item row="1" column="0"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QDoubleSpinBox" name="SpinMax"> <property name="decimals"> <number>4</number> </property> <property name="minimum"> <double>-1000000.000000000000000</double> </property> <property name="maximum"> <double>1000000.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>17</width> <height>88</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QDoubleSpinBox" name="SpinMin"> <property name="decimals"> <number>4</number> </property> <property name="minimum"> <double>-1000000.000000000000000</double> </property> <property name="maximum"> <double>1000000.000000000000000</double> </property> </widget> </item> </layout> </item> </layout> </item> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label"> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/Icons/Icons/StatHistory.svg</pixmap> </property> </widget> </item> <item> <widget class="QLineEdit" name="LineName"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item row="1" column="3"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="ButtonRemove"> <property name="toolTip"> <string>Remove the selected Stat variable.</string> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/ClearList.svg</normaloff>:/Icons/Icons/ClearList.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> </layout> </item> </layout> </item> </layout> </widget> </item> </layout> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>