|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>VideoWidgetClass</class>
- <widget class="QWidget" name="VideoWidgetClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>802</width>
- <height>600</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>VideoWidget</string>
- </property>
- <widget class="QWidget" name="wgt_video" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QWidget" name="wgt_control" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>550</y>
- <width>800</width>
- <height>50</height>
- </rect>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(86, 86, 86);</string>
- </property>
- <widget class="QPushButton" name="pb_videoPlayer">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>5</y>
- <width>40</width>
- <height>40</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>播放</string>
- </property>
- </widget>
- <widget class="QSlider" name="hs_videoPlayer">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>15</y>
- <width>601</width>
- <height>20</height>
- </rect>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>681</x>
- <y>15</y>
- <width>100</width>
- <height>22</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="hl_videoSpeed">
- <item>
- <widget class="QLabel" name="lb_videoSpeed">
- <property name="minimumSize">
- <size>
- <width>32</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>速率:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="cb_videoSpeed">
- <property name="minimumSize">
- <size>
- <width>60</width>
- <height>0</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <item>
- <property name="text">
- <string>x1</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>x2</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>x5</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>x10</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QWidget" name="wgt_menu" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>30</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(86, 86, 86);</string>
- </property>
- <widget class="QWidget" name="wgt_resize" native="true">
- <property name="geometry">
- <rect>
- <x>715</x>
- <y>3</y>
- <width>84</width>
- <height>24</height>
- </rect>
- </property>
- <widget class="QPushButton" name="pb_hide">
- <property name="geometry">
- <rect>
- <x>56</x>
- <y>0</y>
- <width>28</width>
- <height>24</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>关闭</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QPushButton:hover{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/quit_pressed.png);
- border:0px;}
- QPushButton:pressed{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/quit_pressed.png);
- border:0px;}
- QPushButton {
- background-corlor:transparent;
- background-image: url(:/VideoWidget/UI/quit.png);
- border:0px;
- }</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pb_resize">
- <property name="geometry">
- <rect>
- <x>28</x>
- <y>0</y>
- <width>28</width>
- <height>24</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>最大化</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QPushButton:hover{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/max_pressed.png);
- border:0px;}
- QPushButton:pressed{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/max_pressed.png);
- border:0px;}
- QPushButton {
- background-corlor:transparent;
- background-image: url(:/VideoWidget/UI/max.png);
- border:0px;
- }</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pb_minimize">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>28</width>
- <height>24</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>最小化</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QPushButton:hover{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/min_pressed.png);
- border:0px;}
- QPushButton:pressed{
- background-corlor:transparent;
- background-image:url(:/VideoWidget/UI/min_pressed.png);
- border:0px;}
- QPushButton {
- background-corlor:transparent;
- background-image: url(:/VideoWidget/UI/min.png);
- border:0px;
- }</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="lb_videoTitle">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>5</y>
- <width>100</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pb_popup">
- <property name="geometry">
- <rect>
- <x>650</x>
- <y>3</y>
- <width>50</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>弹出</string>
- </property>
- </widget>
- </widget>
- <widget class="QGraphicsView" name="gv_videoPlayer">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>800</width>
- <height>520</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(25, 27, 32);</string>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|