Subversion Repositories svn1

Rev

Rev 156 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 168
Line 11... Line 11...
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>TabWidget</string>
14
   <string>TabWidget</string>
15
  </property>
15
  </property>
-
 
16
  <property name="currentIndex">
-
 
17
   <number>0</number>
-
 
18
  </property>
16
  <widget class="QWidget" name="tab">
19
  <widget class="QWidget" name="tab">
17
   <attribute name="title">
20
   <attribute name="title">
18
    <string>Tab 1</string>
21
    <string>Tab 1</string>
19
   </attribute>
22
   </attribute>
-
 
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>
20
  </widget>
38
  </widget>
21
  <widget class="QWidget" name="tab">
39
  <widget class="QWidget" name="tab">
22
   <attribute name="title">
40
   <attribute name="title">
23
    <string>Tab 2</string>
41
    <string>Tab 2</string>
24
   </attribute>
42
   </attribute>
25
  </widget>
43
  </widget>
26
 </widget>
44
 </widget>
-
 
45
 <customwidgets>
-
 
46
  <customwidget>
-
 
47
   <class>QWebView</class>
-
 
48
   <extends>QWidget</extends>
-
 
49
   <header>QtWebKit/QWebView</header>
-
 
50
  </customwidget>
-
 
51
 </customwidgets>
27
 <resources/>
52
 <resources/>
28
 <connections/>
53
 <connections/>
29
</ui>
54
</ui>