Subversion Repositories svn1

Rev

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

Rev 383 Rev 384
Line 12... Line 12...
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">
16
  <property name="currentIndex">
17
   <number>0</number>
17
   <number>1</number>
18
  </property>
18
  </property>
19
  <widget class="QWidget" name="tab">
19
  <widget class="QWidget" name="tab1">
20
   <attribute name="title">
20
   <attribute name="title">
21
    <string>Tab 1</string>
21
    <string>Tab 1</string>
22
   </attribute>
22
   </attribute>
23
   <widget class="QWebView" name="webView">
23
   <widget class="QWebView" name="webView" native="true">
24
    <property name="geometry">
24
    <property name="geometry">
25
     <rect>
25
     <rect>
26
      <x>0</x>
26
      <x>0</x>
27
      <y>0</y>
27
      <y>0</y>
28
      <width>751</width>
28
      <width>751</width>
29
      <height>561</height>
29
      <height>561</height>
30
     </rect>
30
     </rect>
31
    </property>
31
    </property>
32
    <property name="url">
32
    <property name="url" stdset="0">
33
     <url>
33
     <url>
34
      <string>file:///C:/tmp/Mara/MaraQt3/brmr2009_index.html</string>
34
      <string>file:///C:/tmp/Mara/MaraQt3/brmr2009_index.html</string>
35
     </url>
35
     </url>
36
    </property>
36
    </property>
37
   </widget>
37
   </widget>