/
MaximU
/
arraywidget
Обзор
Документация
Войти
/
MaximU
/
arraywidget
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
arraywidget.ui
699 строк
18 KB
user
Установлен моноширинный шрифт в панели информации.
22 июн 2026, 15:16
22 июн 2026, 15:16
aa5da38
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ArrayWidgetClass</class> <widget class="QWidget" name="ArrayWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>500</height> </rect> </property> <property name="minimumSize"> <size> <width>50</width> <height>50</height> </size> </property> <property name="windowTitle"> <string>ArrayWidget</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QWidget" name="widget" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="buttonHideInfo"> <property name="maximumSize"> <size> <width>24</width> <height>16777215</height> </size> </property> <property name="text"> <string>▲</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="labelInformation"> <property name="minimumSize"> <size> <width>0</width> <height>70</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>70</height> </size> </property> <property name="font"> <font> <family>DejaVu Sans Mono</family> <pointsize>9</pointsize> </font> </property> <property name="text"> <string/> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="buttonShowInfo"> <property name="maximumSize"> <size> <width>24</width> <height>16777215</height> </size> </property> <property name="text"> <string>▼</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <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> </layout> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="_1"> <property name="spacing"> <number>2</number> </property> <item> <widget class="QComboBox" name="comboboxProviders"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="_2"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QToolButton" name="buttonShowDimension2Plot"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/showleftleftplot.png</normaloff>:/ArrayWidget/resources/showleftleftplot.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="buttonShowLeftPlot"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/showleftplot.png</normaloff>:/ArrayWidget/resources/showleftplot.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="buttonShowTopPlot"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/showbottomplot.png</normaloff>:/ArrayWidget/resources/showbottomplot.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="buttonRotate"> <property name="minimumSize"> <size> <width>48</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>48</width> <height>16777215</height> </size> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/rotate.png</normaloff>:/ArrayWidget/resources/rotate.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <property name="popupMode"> <enum>QToolButton::MenuButtonPopup</enum> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="lineButtons"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelDimension1"> <property name="text"> <string>???</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinboxIndex1"> <property name="keyboardTracking"> <bool>false</bool> </property> </widget> </item> <item> <widget class="Line" name="line1"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelDimension2"> <property name="text"> <string>???</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="spinboxDimension2Count"> <property name="keyboardTracking"> <bool>false</bool> </property> </widget> </item> <item> <widget class="TextSpinBox" name="spinboxIndexes2"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>120</width> <height>16777215</height> </size> </property> <property name="keyboardTracking"> <bool>false</bool> </property> </widget> </item> <item> <widget class="Line" name="line2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <widget class="QToolButton" name="buttonAuto"> <property name="minimumSize"> <size> <width>75</width> <height>23</height> </size> </property> <property name="text"> <string>Авто</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkboxDB"> <property name="text"> <string>дБ</string> </property> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>71</width> <height>32</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="buttonLegend"> <property name="text"> <string>Легенда</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="_3"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QToolButton" name="buttonWiden"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/widen.png</normaloff>:/ArrayWidget/resources/widen.png</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="buttonNarrow"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/narrow.png</normaloff>:/ArrayWidget/resources/narrow.png</iconset> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QSplitter" name="splitter"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>50</width> <height>16</height> </size> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="childrenCollapsible"> <bool>false</bool> </property> <widget class="QwtPlotExt" name="plotDimension2"/> <widget class="PlotSetContainerWidget" name="plotsetContainer" native="true"/> </widget> </item> <item> <widget class="ArrayLegendWidget" name="widgetLegend" native="true"/> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="_5"> <property name="spacing"> <number>1</number> </property> <item> <widget class="QLabel" name="labelIndex1"> <property name="minimumSize"> <size> <width>100</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="labelIndex2"> <property name="minimumSize"> <size> <width>100</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelIndex3"> <property name="minimumSize"> <size> <width>100</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelIndex4"> <property name="minimumSize"> <size> <width>100</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>20</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelValue"> <property name="minimumSize"> <size> <width>90</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>90</width> <height>20</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> </widget> </item> <item> <widget class="QLabel" name="labelText"> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>6</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> <action name="actionAutoIndividual"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Для каждого графика</string> </property> <property name="autoRepeat"> <bool>false</bool> </property> </action> <action name="actionAutoCommon"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Для всех графиков</string> </property> <property name="autoRepeat"> <bool>false</bool> </property> </action> <action name="actionRotate2"> <property name="icon"> <iconset resource="arraywidget.qrc"> <normaloff>:/ArrayWidget/resources/rotate2.png</normaloff>:/ArrayWidget/resources/rotate2.png</iconset> </property> <property name="text"> <string>Вращение графика</string> </property> <property name="toolTip"> <string>Вращение гпафика</string> </property> </action> <action name="actionRotateReset"> <property name="text"> <string>Сброс вращения</string> </property> <property name="toolTip"> <string>Сброс вращения</string> </property> </action> </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>PlotSetContainerWidget</class> <extends>QWidget</extends> <header>plotsetcontainerwidget.h</header> <container>1</container> </customwidget> <customwidget> <class>ArrayLegendWidget</class> <extends>QWidget</extends> <header>arraylegendwidget.h</header> <container>1</container> </customwidget> <customwidget> <class>TextSpinBox</class> <extends>QSpinBox</extends> <header>textspinbox.h</header> </customwidget> <customwidget> <class>QwtPlotExt</class> <extends>QwtPlot</extends> <header>qwtplotext.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="arraywidget.qrc"/> </resources> <connections> <connection> <sender>buttonLegend</sender> <signal>toggled(bool)</signal> <receiver>widgetLegend</receiver> <slot>setVisible(bool)</slot> <hints> <hint type="sourcelabel"> <x>598</x> <y>68</y> </hint> <hint type="destinationlabel"> <x>648</x> <y>200</y> </hint> </hints> </connection> <connection> <sender>buttonShowDimension2Plot</sender> <signal>toggled(bool)</signal> <receiver>plotDimension2</receiver> <slot>setVisible(bool)</slot> <hints> <hint type="sourcelabel"> <x>23</x> <y>68</y> </hint> <hint type="destinationlabel"> <x>75</x> <y>200</y> </hint> </hints> </connection> </connections> </ui>