~aaronhoneycutt/ubiquity-slideshow-ubuntu/yakkety

181.1.1 by Roman Shtylman
reorganized to support multiple "distro" slides, icons, and translations
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Form</class>
4
 <widget class="QWidget" name="Form">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>625</width>
10
    <height>458</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QProgressBar" name="progressBar">
19
     <property name="value">
20
      <number>24</number>
21
     </property>
22
    </widget>
23
   </item>
24
   <item>
25
    <widget class="QFrame" name="frame">
26
     <property name="frameShape">
27
      <enum>QFrame::StyledPanel</enum>
28
     </property>
29
     <property name="frameShadow">
213.1.1 by Roman Shtylman
updated the appearence of the kubuntu slideshow
30
      <enum>QFrame::Raised</enum>
181.1.1 by Roman Shtylman
reorganized to support multiple "distro" slides, icons, and translations
31
     </property>
32
     <layout class="QVBoxLayout" name="verticalLayout_2">
33
      <property name="margin">
34
       <number>0</number>
35
      </property>
36
      <item>
37
       <widget class="QWebView" name="webView">
38
        <property name="url">
39
         <url>
40
          <string>about:blank</string>
41
         </url>
42
        </property>
43
       </widget>
44
      </item>
45
     </layout>
46
    </widget>
47
   </item>
48
  </layout>
49
 </widget>
50
 <customwidgets>
51
  <customwidget>
52
   <class>QWebView</class>
53
   <extends>QWidget</extends>
54
   <header>QtWebKit/QWebView</header>
55
  </customwidget>
56
 </customwidgets>
57
 <resources/>
58
 <connections/>
59
</ui>