321 lines
7.7 KiB
XML
321 lines
7.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FormListWidget</class>
|
|
<widget class="QWidget" name="FormListWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1253</width>
|
|
<height>530</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="SListWidget" name="tableWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>50</y>
|
|
<width>600</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QScrollBar
|
|
{
|
|
background: none;
|
|
border: none;
|
|
border-image: url(://image/scrollbar_horizontal_bg.png);
|
|
}
|
|
|
|
QScrollBar:horizontal {
|
|
background: white;
|
|
height: 26px;
|
|
margin: 0px 26px 0px 26px;
|
|
}
|
|
QScrollBar::handle:horizontal {
|
|
background: none;
|
|
margin: 4px;
|
|
height: 18px;
|
|
min-width: 36px;
|
|
max-width: 36px;
|
|
width: 36px;
|
|
border-image: url(://image/ScrollBar_Horizontal_Icon.png);
|
|
}
|
|
QScrollBar::add-line:horizontal {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_right.png);
|
|
width: 26px;
|
|
margin: 0px 0px;
|
|
subcontrol-position: right;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar::sub-line:horizontal {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_left.png);
|
|
width: 26px;
|
|
subcontrol-position: left;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar:vertical {
|
|
background: white;
|
|
width: 26px;
|
|
margin: 26px 0px 26px 0px;
|
|
}
|
|
QScrollBar::handle:vertical {
|
|
background: none;
|
|
margin: 4px;
|
|
width: 18px;
|
|
min-height: 36px;
|
|
max-height: 36px;
|
|
height: 36px;
|
|
border-image: url(://image/ScrollBar_Vertical_Icon.png);
|
|
}
|
|
QScrollBar::add-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_down.png);
|
|
height: 26px;
|
|
margin: 0px 0px;
|
|
subcontrol-position: bottom;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_up.png);
|
|
height: 26px;
|
|
subcontrol-position: top;
|
|
subcontrol-origin: margin;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="verticalScrollMode">
|
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
|
</property>
|
|
<property name="horizontalScrollMode">
|
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_verticalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>30</y>
|
|
<width>25</width>
|
|
<height>331</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame
|
|
{
|
|
border: 1px solid black;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="SSlideBar" name="verticalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>331</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QScrollBar
|
|
{
|
|
background: none;
|
|
border: none;
|
|
border-image: url(://image/scrollbar_vertical_bg.png);
|
|
}
|
|
|
|
QScrollBar:vertical {
|
|
background: white;
|
|
width: 26px;
|
|
margin: 26px 0px 26px 0px;
|
|
}
|
|
QScrollBar::handle:vertical {
|
|
background: none;
|
|
margin: 4px;
|
|
width: 18px;
|
|
min-height: 36px;
|
|
max-height: 36px;
|
|
height: 36px;
|
|
border-image: url(://image/ScrollBar_Vertical_Icon.png);
|
|
}
|
|
QScrollBar::add-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_down.png);
|
|
height: 26px;
|
|
margin: 0px 0px;
|
|
subcontrol-position: bottom;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_up.png);
|
|
height: 26px;
|
|
subcontrol-position: top;
|
|
subcontrol-origin: margin;
|
|
}</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>99</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="invertedControls">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_horizontalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>500</y>
|
|
<width>911</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame
|
|
{
|
|
border: 1px solid black;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="SSlideBarHorizontal" name="horizontalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>911</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QScrollBar
|
|
{
|
|
background: none;
|
|
border: none;
|
|
border-image: url(://image/scrollbar_horizontal_bg.png);
|
|
}
|
|
|
|
QScrollBar:horizontal {
|
|
background: white;
|
|
height: 26px;
|
|
margin: 0px 26px 0px 26px;
|
|
}
|
|
QScrollBar::handle:horizontal {
|
|
background: none;
|
|
margin: 4px;
|
|
height: 18px;
|
|
min-width: 36px;
|
|
max-width: 36px;
|
|
width: 36px;
|
|
border-image: url(://image/ScrollBar_Horizontal_Icon.png);
|
|
}
|
|
QScrollBar::add-line:horizontal {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_right.png);
|
|
width: 26px;
|
|
margin: 0px 0px;
|
|
subcontrol-position: right;
|
|
subcontrol-origin: margin;
|
|
}
|
|
|
|
QScrollBar::sub-line:horizontal {
|
|
border: none;
|
|
background: none;
|
|
border-image: url(://image/scrollbar_left.png);
|
|
width: 26px;
|
|
subcontrol-position: left;
|
|
subcontrol-origin: margin;
|
|
}</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1808</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="invertedControls">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SSlideBar</class>
|
|
<extends>QScrollBar</extends>
|
|
<header location="global">sslidebar.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SListWidget</class>
|
|
<extends>QTableWidget</extends>
|
|
<header location="global">slistwidget.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SSlideBarHorizontal</class>
|
|
<extends>QScrollBar</extends>
|
|
<header location="global">sslidebarhorizontal.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|