xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ui/videowidget.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>videoWidget</class>
4 <widget class="QDialog" name="videoWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>761</width>
10    <height>551</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <property name="leftMargin">
18    <number>0</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <property name="spacing">
30    <number>0</number>
31   </property>
32   <item row="0" column="0">
33    <widget class="QListWidget" name="listWidget_file">
34     <property name="styleSheet">
35      <string notr="true">QListWidget::scrollbar:vertical
36{
37    width:8px;
38    background:rgba(0,0,0,0%);
39    margin:0px,0px,0px,0px;
40    padding-top:9px;
41    padding-bottom:9px;
42};
43QListWidget::scrollbar::handle:vertical
44{
45    width:8px;
46    background:rgba(0,0,0,25%);
47    border-radius:4px;
48    min-height:20;
49};
50QListWidget::scrollbar::handle:vertical:hover
51{
52    width:8px;
53    background:rgba(0,0,0,50%);
54    border-radius:4px;
55    min-height:20;
56};
57QListWidget::scrollbar::add-line:vertical
58{
59    height:9px;width:8px;
60    border-image:url(:/images/a/3.png);
61    subcontrol-position:bottom;
62};
63QListWidget::scrollbar::sub-line:vertical
64{
65    height:9px;width:8px;
66    border-image:url(:/images/a/1.png);
67    subcontrol-position:top;
68};
69QListWidget::scrollbar::add-line:vertical:hover
70{
71    height:9px;width:8px;
72    border-image:url(:/images/a/4.png);
73    subcontrol-position:bottom;
74};
75QListWidget::scrollbar::sub-line:vertical:hover
76{
77    height:9px;width:8px;
78    border-image:url(:/images/a/2.png);
79    subcontrol-position:top;
80};
81QListWidget::scrollbar::sub-page:vertical
82{
83    background:rgba(0,0,0,10%);
84    border-radius:4px;
85};
86QListWidget::scrollbar::add-page:vertical
87{
88	background:rgba(0,0,0,10%);
89    border-radius:4px;
90}</string>
91     </property>
92    </widget>
93   </item>
94  </layout>
95 </widget>
96 <resources/>
97 <connections/>
98</ui>
99