1005 lines
23 KiB
XML
1005 lines
23 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FormCapture</class>
|
|
<widget class="QWidget" name="FormCapture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget
|
|
{
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame_background">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_background
|
|
{
|
|
background: rgb(39, 102, 120);
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_capture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>36</y>
|
|
<width>1855</width>
|
|
<height>1028</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_capture
|
|
{
|
|
background: #A6B1C2;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QFrame" name="frame_top">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1855</width>
|
|
<height>133</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_Capture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>30</y>
|
|
<width>200</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>CAPTURE</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_EXIT">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1580</x>
|
|
<y>27</y>
|
|
<width>161</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #FFFFFF;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: black;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #D8D8D8;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>EXIT</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_Line">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>80</y>
|
|
<width>1749</width>
|
|
<height>53</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QFrame" name="display_line">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>26</y>
|
|
<width>1749</width>
|
|
<height>1</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
border: none;
|
|
background: black;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QSlider" name="horizontalSlider_Hue">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>40</y>
|
|
<width>451</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSlider" name="horizontalSlider_Saturation">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>970</x>
|
|
<y>40</y>
|
|
<width>451</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_LastCapture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>40</y>
|
|
<width>220</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 20px;
|
|
font-weight: thin;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignLeft | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Last Capture: 12:33:44</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_StudyDescription">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>24</y>
|
|
<width>400</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignHCenter | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>StudyDescription</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_Detection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1260</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_Detection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>120</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Detection: </string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_Detection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>14</y>
|
|
<width>30</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QCheckBox::indicator
|
|
{
|
|
width: 30px;
|
|
height: 30px;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_Info">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>133</y>
|
|
<width>1855</width>
|
|
<height>96</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_ACQ">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1399</x>
|
|
<y>0</y>
|
|
<width>153</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #153B44;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #1B4C54;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>ACQ</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="SingleButton" name="pushButton_VID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1591</x>
|
|
<y>0</y>
|
|
<width>153</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #153B44;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: white;
|
|
qproperty-checkable: true;
|
|
qproperty-checked: true;
|
|
qproperty-enabled: true;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #1B4C54;
|
|
}
|
|
|
|
QPushButton:checked
|
|
{
|
|
background: red;
|
|
}
|
|
|
|
QPushButton:disabled
|
|
{
|
|
background: blue;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>VID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_InfoString">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_ID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>30</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="info_ID">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>0</y>
|
|
<width>161</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>12345678</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="info_Name">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>0</y>
|
|
<width>161</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TEST1234</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Name">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>0</y>
|
|
<width>70</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>NAME:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Birth">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>0</y>
|
|
<width>70</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>BIRTH:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="info_Birth">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>570</x>
|
|
<y>0</y>
|
|
<width>161</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>1999/01/01</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QVideoWidget_UYVY" name="widget_Video" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>230</y>
|
|
<width>1280</width>
|
|
<height>720</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget
|
|
{
|
|
background: #8090d0;
|
|
}</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_SEND">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1398</x>
|
|
<y>940</y>
|
|
<width>161</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #153B44;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #1B4C54;
|
|
}
|
|
|
|
QPushButton:disabled
|
|
{
|
|
background: blue;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>SEND</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_DELETE">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1582</x>
|
|
<y>940</y>
|
|
<width>161</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background: #FFFFFF;
|
|
font-family: 'Roboto';
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
border-radius: 8px;
|
|
color: black;
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
background: #D8D8D8;
|
|
}
|
|
|
|
QPushButton:disabled
|
|
{
|
|
background: blue;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>DELETE</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_verticalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1750</x>
|
|
<y>230</y>
|
|
<width>25</width>
|
|
<height>671</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>671</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_Viewer_Vertical">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1350</x>
|
|
<y>230</y>
|
|
<width>370</width>
|
|
<height>670</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>370</width>
|
|
<height>670</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>20</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_Viewer_Horizontal">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>950</y>
|
|
<width>351</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame
|
|
{
|
|
background: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QWidget" name="horizontalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>0</y>
|
|
<width>251</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout"/>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_horizontalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>960</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>896</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 class="QFrame" name="frame_connect_check">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>230</y>
|
|
<width>1280</width>
|
|
<height>720</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Roboto</family>
|
|
<pointsize>24</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_connect_check
|
|
{
|
|
border: 0px solid black;
|
|
background-color: #000000;
|
|
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_connect_check">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>330</y>
|
|
<width>400</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Roboto</family>
|
|
<pointsize>-1</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 32px;
|
|
font-weight: thin;
|
|
color: #FFFFFF;
|
|
qproperty-alignment: 'AlignHCenter | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Video Input Checking...</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>frame_top</zorder>
|
|
<zorder>frame_Info</zorder>
|
|
<zorder>pushButton_SEND</zorder>
|
|
<zorder>pushButton_DELETE</zorder>
|
|
<zorder>frame_verticalScrollBar</zorder>
|
|
<zorder>frame_Viewer_Vertical</zorder>
|
|
<zorder>frame_Viewer_Horizontal</zorder>
|
|
<zorder>frame_horizontalScrollBar</zorder>
|
|
<zorder>widget_Video</zorder>
|
|
<zorder>frame_connect_check</zorder>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_SelectBackground">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="FormCheckCaptureSelect" name="widget_SelectImage" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>36</x>
|
|
<y>36</y>
|
|
<width>1855</width>
|
|
<height>820</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SSlideBar</class>
|
|
<extends>QScrollBar</extends>
|
|
<header location="global">sslidebar.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SSlideBarHorizontal</class>
|
|
<extends>QScrollBar</extends>
|
|
<header location="global">sslidebarhorizontal.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>QVideoWidget_UYVY</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">qvideowidget_uyvy.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>FormCheckCaptureSelect</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">formcheckcaptureselect.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>SingleButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header location="global">singlebutton.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|