FemaLocalSoftware/form.ui
LopataPC fe614284de background task done
need to do:
1)style blocks
2)connect api
3)some test
2024-11-25 00:46:29 +03:00

194 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1537</width>
<height>859</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>230</x>
<y>220</y>
<width>778</width>
<height>98</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_9">
<property name="sizeConstraint">
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="1" column="2">
<widget class="QComboBox" name="comboBox_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>275</width>
<height>60</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QComboBox::drop-down {
border: 0px;
}
QComboBox::down-arrow {
image: url(:/visual/res/svg/chevron-down.png);
}
QComboBox {
border: 2px solid #DCD174;
background: transparent;
}</string>
</property>
</widget>
</item>
<item row="1" column="1">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Ignored</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QComboBox" name="comboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>488</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>488</width>
<height>60</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QComboBox::drop-down {
border: 0px;
}
QComboBox::down-arrow {
image: url(:/visual/res/svg/chevron-down.png);
}
QComboBox {
border: 2px solid #DCD174;
background: transparent;
}</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>111</width>
<height>36</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>111</width>
<height>36</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font-family: Inter;
font-size: 30px;
font-weight: 400;
line-height: 36.31px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #13385F;
background: transparent;
</string>
</property>
<property name="text">
<string>Группа:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>274</width>
<height>36</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>274</width>
<height>36</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font-family: Inter;
font-size: 30px;
font-weight: 400;
line-height: 36.31px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #13385F;
background: transparent;
</string>
</property>
<property name="text">
<string>Показать скрытые</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>