~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to htmlViewer.ui

  • Committer: Philip Greggory Lee
  • Date: 2009-08-23 16:53:43 UTC
  • Revision ID: git-v1:f8d1a25135bd92f06c46c562293800e4faa42c61
Made a src/ and ui/ directory and moved everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>htmlViewer</class>
4
 
 <widget class="QDialog" name="htmlViewer">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>400</width>
10
 
    <height>300</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Html Viewer</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <widget class="QWebView" name="webView">
19
 
     <property name="url">
20
 
      <url>
21
 
       <string>about:blank</string>
22
 
      </url>
23
 
     </property>
24
 
    </widget>
25
 
   </item>
26
 
  </layout>
27
 
 </widget>
28
 
 <customwidgets>
29
 
  <customwidget>
30
 
   <class>QWebView</class>
31
 
   <extends>QWidget</extends>
32
 
   <header>QtWebKit/QWebView</header>
33
 
  </customwidget>
34
 
 </customwidgets>
35
 
 <resources/>
36
 
 <connections/>
37
 
</ui>