115 lines
2.4 KiB
XML
115 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogMissCapture</class>
|
|
<widget class="QDialog" name="DialogMissCapture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDialog
|
|
{
|
|
background: transparent;
|
|
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: #40202020;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_info">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>400</y>
|
|
<width>1720</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: white;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>1720</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
qproperty-alignment: 'AlignVCenter | AlignHCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Check Patient Selection!!</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>728</x>
|
|
<y>124</y>
|
|
<width>271</width>
|
|
<height>61</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>OK</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|