1<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2<class>TabbedBrowser</class>
3<comment>*********************************************************************
4**
5** Copyright (C) 2015 The Qt Company Ltd.
6** Contact: http://www.qt.io/licensing/
7**
8** This file is part of the autotests of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial License Usage
12** Licensees holding valid commercial Qt licenses may use this file in
13** accordance with the commercial license agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and The Qt Company. For licensing terms
16** and conditions see http://www.qt.io/terms-conditions. For further
17** information use the contact form at http://www.qt.io/contact-us.
18**
19** GNU Lesser General Public License Usage
20** Alternatively, this file may be used under the terms of the GNU Lesser
21** General Public License version 2.1 or version 3 as published by the Free
22** Software Foundation and appearing in the file LICENSE.LGPLv21 and
23** LICENSE.LGPLv3 included in the packaging of this file. Please review the
24** following information to ensure the GNU Lesser General Public License
25** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
26** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
27**
28** As a special exception, The Qt Company gives you certain additional
29** rights. These rights are described in The Qt Company LGPL Exception
30** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
31**
32** GNU General Public License Usage
33** Alternatively, this file may be used under the terms of the GNU
34** General Public License version 3.0 as published by the Free Software
35** Foundation and appearing in the file LICENSE.GPL included in the
36** packaging of this file.  Please review the following information to
37** ensure the GNU General Public License version 3.0 requirements will be
38** met: http://www.gnu.org/copyleft/gpl.html.
39**
40** $QT_END_LICENSE$
41**
42*********************************************************************</comment>
43<widget class="QWidget">
44    <property name="name">
45        <cstring>TabbedBrowser</cstring>
46    </property>
47    <property name="geometry">
48        <rect>
49            <x>0</x>
50            <y>0</y>
51            <width>710</width>
52            <height>681</height>
53        </rect>
54    </property>
55    <property name="caption">
56        <string>TabbedBrowser</string>
57    </property>
58    <grid>
59        <property name="name">
60            <cstring>unnamed</cstring>
61        </property>
62        <property name="margin">
63            <number>0</number>
64        </property>
65        <property name="spacing">
66            <number>0</number>
67        </property>
68        <widget class="QTabWidget" row="0" column="0">
69            <property name="name">
70                <cstring>tab</cstring>
71            </property>
72            <widget class="QWidget">
73                <property name="name">
74                    <cstring>frontpage</cstring>
75                </property>
76                <attribute name="title">
77                    <string>Untitled</string>
78                </attribute>
79                <grid>
80                    <property name="name">
81                        <cstring>unnamed</cstring>
82                    </property>
83                </grid>
84            </widget>
85        </widget>
86    </grid>
87</widget>
88<includes>
89    <include location="global" impldecl="in declaration">qsettings.h</include>
90    <include location="local" impldecl="in implementation">helpwindow.h</include>
91    <include location="local" impldecl="in implementation">mainwindow.h</include>
92    <include location="global" impldecl="in implementation">qstylesheet.h</include>
93    <include location="global" impldecl="in implementation">qmime.h</include>
94    <include location="local" impldecl="in implementation">tabbedbrowser.ui.h</include>
95</includes>
96<forwards>
97    <forward>class HelpWindow;</forward>
98    <forward>class MainWindow;</forward>
99    <forward>class QStyleSheet;</forward>
100    <forward>class QMimeSourceFactory;</forward>
101</forwards>
102<variables>
103    <variable access="private">QStyleSheet *tabStyleSheet;</variable>
104    <variable access="private">bool tabLinkUnderline;</variable>
105    <variable access="private">QMimeSourceFactory *mimeSourceFactory;</variable>
106    <variable access="private">QWidget *lastCurrentTab;</variable>
107    <variable access="private">QFont tabFont;</variable>
108</variables>
109<slots>
110    <slot>forward()</slot>
111    <slot>backward()</slot>
112    <slot>setSource( const QString &amp; ref )</slot>
113    <slot>reload()</slot>
114    <slot>home()</slot>
115    <slot>nextTab()</slot>
116    <slot>previousTab()</slot>
117    <slot>newTab( const QString &amp; lnk )</slot>
118    <slot>zoomIn()</slot>
119    <slot>zoomOut()</slot>
120    <slot>updateTitle( const QString &amp; title )</slot>
121    <slot>newTab()</slot>
122    <slot>transferFocus()</slot>
123    <slot>initHelpWindow( HelpWindow * win )</slot>
124    <slot>setup()</slot>
125    <slot>setLinkUnderline( bool uline )</slot>
126    <slot>setPalette( const QPalette &amp; pal )</slot>
127    <slot>copy()</slot>
128    <slot>closeTab()</slot>
129    <slot>sourceChanged()</slot>
130</slots>
131<functions>
132    <function returnType="HelpWindow *">currentBrowser()</function>
133    <function access="private">init()</function>
134    <function returnType="MainWindow *">mainWindow()</function>
135    <function specifier="non virtual" returnType="QStyleSheet *">styleSheet()</function>
136    <function specifier="non virtual" returnType="bool">linkUnderline()</function>
137    <function specifier="non virtual" returnType="QStringList">sources()</function>
138    <function specifier="non virtual">setMimePath( QStringList lst )</function>
139    <function specifier="non virtual">setMimeExtension( const QString &amp; ext )</function>
140    <function specifier="non virtual">setBrowserFont( const QFont &amp; fnt )</function>
141    <function specifier="non virtual" returnType="QFont">browserFont()</function>
142    <function specifier="non virtual" returnType="QPtrList&lt;HelpWindow&gt;">browsers() const</function>
143    <function returnType="HelpWindow*">newBackgroundTab( const QString &amp; url )</function>
144    <function returnType="HelpWindow*" access="private">createHelpWindow(const QString &amp;)</function>
145    <function>setTitle(HelpWindow*, const QString &amp;)</function>
146</functions>
147<pixmapinproject/>
148<layoutdefaults spacing="6" margin="11"/>
149</UI>
150