Subversion Repositories svn1

Rev

Rev 377 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
156 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmReportWindow</class>
4
 <widget class="QTabWidget" name="QmReportWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>754</width>
10
    <height>587</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>TabWidget</string>
15
  </property>
168 david 16
  <property name="currentIndex">
17
   <number>0</number>
18
  </property>
156 - 19
  <widget class="QWidget" name="tab">
20
   <attribute name="title">
21
    <string>Tab 1</string>
22
   </attribute>
168 david 23
   <widget class="QWebView" name="webView">
24
    <property name="geometry">
25
     <rect>
26
      <x>0</x>
27
      <y>0</y>
28
      <width>751</width>
29
      <height>561</height>
30
     </rect>
31
    </property>
32
    <property name="url">
33
     <url>
34
      <string>file:///C:/tmp/Mara/MaraQt3/brmr2009_index.html</string>
35
     </url>
36
    </property>
37
   </widget>
156 - 38
  </widget>
39
  <widget class="QWidget" name="tab">
40
   <attribute name="title">
41
    <string>Tab 2</string>
42
   </attribute>
43
  </widget>
44
 </widget>
168 david 45
 <customwidgets>
46
  <customwidget>
47
   <class>QWebView</class>
48
   <extends>QWidget</extends>
49
   <header>QtWebKit/QWebView</header>
50
  </customwidget>
51
 </customwidgets>
156 - 52
 <resources/>
53
 <connections/>
54
</ui>