~etulfetulf/aubrowser/test2

« back to all changes in this revision

Viewing changes to resource/CMainWindow.ui

  • Committer: Nathan Osman
  • Date: 2010-11-13 04:41:57 UTC
  • Revision ID: admin@quickmediasolutions.com-20101113044157-8ck4patetw9umd09
Added more skeleton code and license information.

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>CMainWindow</class>
 
4
 <widget class="QMainWindow" name="MainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>800</width>
 
10
    <height>600</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>AskUbuntu Browser</string>
 
15
  </property>
 
16
  <widget class="QWidget" name="centralwidget">
 
17
   <layout class="QVBoxLayout" name="verticalLayout">
 
18
    <item>
 
19
     <widget class="QWebView" name="webView" native="true">
 
20
      <property name="url" stdset="0">
 
21
       <url>
 
22
        <string>about:blank</string>
 
23
       </url>
 
24
      </property>
 
25
     </widget>
 
26
    </item>
 
27
   </layout>
 
28
  </widget>
 
29
  <widget class="QMenuBar" name="menuBar">
 
30
   <property name="geometry">
 
31
    <rect>
 
32
     <x>0</x>
 
33
     <y>0</y>
 
34
     <width>800</width>
 
35
     <height>25</height>
 
36
    </rect>
 
37
   </property>
 
38
   <widget class="QMenu" name="menu_File">
 
39
    <property name="title">
 
40
     <string>&amp;File</string>
 
41
    </property>
 
42
    <addaction name="actionE_xit"/>
 
43
   </widget>
 
44
   <addaction name="menu_File"/>
 
45
  </widget>
 
46
  <action name="actionE_xit">
 
47
   <property name="text">
 
48
    <string>E&amp;xit</string>
 
49
   </property>
 
50
  </action>
 
51
 </widget>
 
52
 <customwidgets>
 
53
  <customwidget>
 
54
   <class>QWebView</class>
 
55
   <extends>QWidget</extends>
 
56
   <header>QtWebKit/QWebView</header>
 
57
  </customwidget>
 
58
 </customwidgets>
 
59
 <resources/>
 
60
 <connections/>
 
61
</ui>