FormViewer
0
0
1920
1080
Form
QWidget
{
border: none;
}
0
0
1920
1080
QFrame#frame_background
{
background: rgb(39, 102, 120);
}
QFrame::StyledPanel
QFrame::Raised
36
36
1855
1028
QFrame#frame_capture
{
background: #A6B1C2;
}
QFrame::StyledPanel
QFrame::Raised
1420
10
211
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
qproperty-alignment: 'AlignRight | AlignVCenter';
}
INDEX: 2/21
0
0
1855
91
QFrame::StyledPanel
QFrame::Raised
30
20
200
40
QLabel
{
font-family: 'Roboto';
font-size: 30px;
font-weight: bold;
color: #000000;
}
VIEWER
30
60
1811
31
QFrame::StyledPanel
QFrame::Raised
0
10
1811
1
QFrame
{
border: none;
background: black;
}
QFrame::StyledPanel
QFrame::Raised
255
10
1071
63
QFrame::StyledPanel
QFrame::Raised
340
0
30
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
ID:
380
0
161
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
12345678
620
0
181
61
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
TEST1234
540
0
70
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
NAME:
830
0
70
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
BIRTH:
910
0
161
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
1999/01/01
0
0
141
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
STUDY_DATE:
150
0
161
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
12345678
1660
10
181
63
QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}
IMG: 20, VID: 2
1670
90
161
51
QPushButton
{
background: #153B44;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: white;
}
QPushButton:pressed
{
background: #1B4C54;
}
SEND
1670
160
161
51
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
DELETE
1622
90
26
911
QFrame
{
border: 1px solid black;
border-radius: 8px;
}
QFrame::StyledPanel
QFrame::Raised
0
0
26
911
Qt::WheelFocus
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: solid 1px black;
background: none;
border-image: url(://image/scrollbar_down.png);
height: 26px;
margin: 0px 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
}
QScrollBar::sub-line:vertical {
border: none;
background: none;
border-image: url(://image/scrollbar_up.png);
height: 26px;
subcontrol-position: top;
subcontrol-origin: margin;
}
99
Qt::Vertical
true
1670
950
161
51
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
EXIT
1680
310
151
31
QComboBox {
border: 1px solid gray;
border-radius: 3px;
padding: 1px 18px 1px 3px;
min-width: 6em;
}
QComboBox:editable {
background: white;
}
QComboBox:!editable, QComboBox::drop-down:editable {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
}
/* QComboBox gets the "on" state when the popup is open */
QComboBox:!editable:on, QComboBox::drop-down:editable:on {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #D3D3D3, stop: 0.4 #D8D8D8,
stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1);
}
QComboBox:on { /* shift the text when the popup opens */
padding-top: 3px;
padding-left: 4px;
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 30px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid; /* just a single line */
border-top-right-radius: 3px; /* same radius as the QComboBox */
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow {
border-image: url(://image/Arrow_under_3.png);
}
QComboBox::down-arrow:on { /* shift the arrow when popup is open */
top: 1px;
left: 1px;
}
QComboBox QAbstractItemView {
border: 2px solid darkgray;
selection-background-color: red;
}
QComboBox QListView::item
{
border: 2px solid darkgray;
}
QComboBox::item
{
border: 2px solid darkgray;
height: 40px;
selection-background-color: red;
}
QComboBox::item:selected
{
background: red;
}
32
32
-
1X1
-
2X2
-
3X3
1680
280
151
31
View Mode
30
90
1618
911
10
1680
390
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 18px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
Rotate
1680
470
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 18px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
Flip Horizontal
1680
620
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 18px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
Zoom - In/Out
1680
540
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 18px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
Flip Vertical
1680
690
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 18px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
Move
1680
780
151
41
QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 16px;
font-weight: normal;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}
ADD Capture
info_DisplayIndex
frame_top
pushButton_SEND
pushButton_DELETE
pushButton_EXIT
comboBox_ViewerMode
label
gridLayoutWidget
pushButton_Rotate
pushButton_FlipHorizontal
pushButton_ZoomInOut
pushButton_FlipVertical
pushButton_Move
frame_verticalScrollBar
pushButton_AddCapture
SSlideBar
QScrollBar