/
MaximU
/
arraywidget
Обзор
Документация
Войти
/
MaximU
/
arraywidget
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
arraylegendwidget.ui
120 строк
3 KB
user
Увеличена ширина виджета легенды.
06 сен 2025, 14:45
06 сен 2025, 14:45
58e5b8d
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ArrayLegendWidgetClass</class> <widget class="QWidget" name="ArrayLegendWidgetClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>125</width> <height>636</height> </rect> </property> <property name="minimumSize"> <size> <width>125</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>125</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>ArrayLegendWidget</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QWidget" name="widget" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>150</height> </size> </property> <widget class="QWidget" name="widgetGradient" native="true"> <property name="geometry"> <rect> <x>0</x> <y>26</y> <width>20</width> <height>100</height> </rect> </property> </widget> <widget class="QLabel" name="label1"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>28</width> <height>20</height> </rect> </property> <property name="text"> <string>max</string> </property> </widget> <widget class="QLabel" name="label2"> <property name="geometry"> <rect> <x>0</x> <y>130</y> <width>28</width> <height>20</height> </rect> </property> <property name="text"> <string>min</string> </property> </widget> <widget class="QLineEdit" name="lineeditMin"> <property name="geometry"> <rect> <x>40</x> <y>130</y> <width>70</width> <height>20</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineeditMax"> <property name="geometry"> <rect> <x>40</x> <y>0</y> <width>70</width> <height>20</height> </rect> </property> </widget> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </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> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>