449 lines
9.7 KiB
XML
449 lines
9.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogSettingTable</class>
|
|
<widget class="QDialog" name="DialogSettingTable">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1583</width>
|
|
<height>818</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDialog
|
|
{
|
|
background: #A6B1C2;
|
|
}</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame_choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>52</x>
|
|
<y>52</y>
|
|
<width>616</width>
|
|
<height>724</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: white;
|
|
border-radius: 10px;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QFrame" name="frame_line_choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>616</width>
|
|
<height>2</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: gray;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>616</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
background: none;
|
|
font-family: 'Roboto';
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
qproperty-alignment: 'AlignCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>CHOOSE</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_verticalScrollBar_Choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>570</x>
|
|
<y>50</y>
|
|
<width>25</width>
|
|
<height>671</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: none;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="SSlideBar" name="verticalScrollBar_Choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>671</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QScrollBar
|
|
{
|
|
background: none;
|
|
border: none;
|
|
|
|
}
|
|
|
|
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;
|
|
height: 0px;
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
height: 0px;
|
|
}</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="SListWidgetSetting" name="listWidget_choose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>60</y>
|
|
<width>501</width>
|
|
<height>651</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QListWidget::item
|
|
{
|
|
background: none;
|
|
}
|
|
|
|
QListWidget::item:selected
|
|
{
|
|
background: none;
|
|
}</string>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>814</x>
|
|
<y>52</y>
|
|
<width>616</width>
|
|
<height>724</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: white;
|
|
border-radius: 10px;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QFrame" name="frame_line_selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>616</width>
|
|
<height>2</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: gray;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>616</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
background: none;
|
|
font-family: 'Roboto';
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
qproperty-alignment: 'AlignCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>SELECT</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="SListWidgetSetting" name="listWidget_Selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>60</y>
|
|
<width>501</width>
|
|
<height>651</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QListWidget::item
|
|
{
|
|
background: none;
|
|
}
|
|
|
|
QListWidget::item:selected
|
|
{
|
|
background: none;
|
|
}</string>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_verticalScrollBar_Selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>570</x>
|
|
<y>50</y>
|
|
<width>25</width>
|
|
<height>671</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: none;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="SSlideBar" name="verticalScrollBar_Selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>671</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QScrollBar
|
|
{
|
|
background: none;
|
|
border: none;
|
|
|
|
}
|
|
|
|
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;
|
|
height: 0px;
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical {
|
|
border: none;
|
|
background: none;
|
|
height: 0px;
|
|
}</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>
|
|
<widget class="QPushButton" name="pushButton_Save">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1470</x>
|
|
<y>720</y>
|
|
<width>89</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>SAVE</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Active">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>700</x>
|
|
<y>290</y>
|
|
<width>89</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>--></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Inactive">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>700</x>
|
|
<y>390</y>
|
|
<width>89</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><--</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Up">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1470</x>
|
|
<y>60</y>
|
|
<width>89</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>UP</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Down">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1470</x>
|
|
<y>120</y>
|
|
<width>89</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Down</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SSlideBar</class>
|
|
<extends>QScrollBar</extends>
|
|
<header location="global">sslidebar.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SListWidgetSetting</class>
|
|
<extends>QListWidget</extends>
|
|
<header location="global">slistwidgetsetting.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|