/
MaximU
/
arraywidget
Обзор
Документация
Войти
/
MaximU
/
arraywidget
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
plotsetwidget.ui
221 строка
5 KB
user
Изменен каталог ресурсов с Resources на resources.
04 сен 2025, 13:02
04 сен 2025, 13:02
0555dcf
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PlotSetWidgetClass</class> <widget class="QWidget" name="PlotSetWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>755</width> <height>580</height> </rect> </property> <property name="windowTitle"> <string>PlotSetWidget</string> </property> <widget class="QwtPlotExt" name="bottomPlot"> <property name="geometry"> <rect> <x>430</x> <y>300</y> <width>301</width> <height>265</height> </rect> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QwtPlotExt" name="leftPlot"> <property name="geometry"> <rect> <x>30</x> <y>10</y> <width>301</width> <height>264</height> </rect> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QToolButton" name="buttonResize"> <property name="geometry"> <rect> <x>377</x> <y>285</y> <width>16</width> <height>16</height> </rect> </property> <property name="cursor"> <cursorShape>SizeAllCursor</cursorShape> </property> <property name="iconSize"> <size> <width>8</width> <height>8</height> </size> </property> <property name="checked"> <bool>false</bool> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonIconOnly</enum> </property> </widget> <widget class="QwtPlotExt" name="centralPlot"> <property name="geometry"> <rect> <x>430</x> <y>20</y> <width>301</width> <height>264</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>18</width> <height>371</height> </rect> </property> <layout class="QVBoxLayout"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QToolButton" name="buttonClose"> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="icon"> <iconset resource="plotsetwidget.qrc"> <normaloff>:/PlotSetWidget/resources/close.png</normaloff>:/PlotSetWidget/resources/close.png</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QWidget" name="widgetTitle" native="true"> <property name="maximumSize"> <size> <width>16</width> <height>16777215</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="autoFillBackground"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>QwtPlot</class> <extends>QFrame</extends> <header>qwt_plot.h</header> <container>1</container> </customwidget> <customwidget> <class>QwtPlotExt</class> <extends>QwtPlot</extends> <header>qwtplotext.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="plotsetwidget.qrc"/> </resources> <connections/> </ui>