source: trunk/tools/assistant/tabbedbrowser.ui@ 198

Last change on this file since 198 was 191, checked in by rudi, 14 years ago

Qt Assistant added

File size: 5.6 KB
Line 
1<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2<class>TabbedBrowser</class>
3<comment>*********************************************************************
4** Copyright (C) 2003-2007 Trolltech ASA. All rights reserved.
5**
6** This file is part of Qt Assistant.
7**
8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file.
12**
13** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
14** licenses may use this file in accordance with the Qt Commercial License
15** Agreement provided with the Software.
16**
17** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
18** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19**
20** See http://www.trolltech.com/gpl/ for GPL licensing information.
21** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
22** information about Qt Commercial License Agreements.
23**
24** Contact info@trolltech.com if any conditions of this licensing are
25** not clear to you.
26**
27*********************************************************************</comment>
28<widget class="QWidget">
29 <property name="name">
30 <cstring>TabbedBrowser</cstring>
31 </property>
32 <property name="geometry">
33 <rect>
34 <x>0</x>
35 <y>0</y>
36 <width>710</width>
37 <height>681</height>
38 </rect>
39 </property>
40 <property name="caption">
41 <string>TabbedBrowser</string>
42 </property>
43 <grid>
44 <property name="name">
45 <cstring>unnamed</cstring>
46 </property>
47 <property name="margin">
48 <number>0</number>
49 </property>
50 <property name="spacing">
51 <number>0</number>
52 </property>
53 <widget class="QTabWidget" row="0" column="0">
54 <property name="name">
55 <cstring>tab</cstring>
56 </property>
57 <widget class="QWidget">
58 <property name="name">
59 <cstring>frontpage</cstring>
60 </property>
61 <attribute name="title">
62 <string>Untitled</string>
63 </attribute>
64 <grid>
65 <property name="name">
66 <cstring>unnamed</cstring>
67 </property>
68 </grid>
69 </widget>
70 </widget>
71 </grid>
72</widget>
73<includes>
74 <include location="global" impldecl="in declaration">qsettings.h</include>
75 <include location="local" impldecl="in implementation">helpwindow.h</include>
76 <include location="local" impldecl="in implementation">mainwindow.h</include>
77 <include location="global" impldecl="in implementation">qstylesheet.h</include>
78 <include location="global" impldecl="in implementation">qmime.h</include>
79 <include location="local" impldecl="in implementation">tabbedbrowser.ui.h</include>
80</includes>
81<forwards>
82 <forward>class HelpWindow;</forward>
83 <forward>class MainWindow;</forward>
84 <forward>class QStyleSheet;</forward>
85 <forward>class QMimeSourceFactory;</forward>
86</forwards>
87<variables>
88 <variable access="private">QStyleSheet *tabStyleSheet;</variable>
89 <variable access="private">bool tabLinkUnderline;</variable>
90 <variable access="private">QMimeSourceFactory *mimeSourceFactory;</variable>
91 <variable access="private">QWidget *lastCurrentTab;</variable>
92 <variable access="private">QFont tabFont;</variable>
93</variables>
94<slots>
95 <slot>forward()</slot>
96 <slot>backward()</slot>
97 <slot>setSource( const QString &amp; ref )</slot>
98 <slot>reload()</slot>
99 <slot>home()</slot>
100 <slot>nextTab()</slot>
101 <slot>previousTab()</slot>
102 <slot>newTab( const QString &amp; lnk )</slot>
103 <slot>zoomIn()</slot>
104 <slot>zoomOut()</slot>
105 <slot>updateTitle( const QString &amp; title )</slot>
106 <slot>newTab()</slot>
107 <slot>transferFocus()</slot>
108 <slot>initHelpWindow( HelpWindow * win )</slot>
109 <slot>setup()</slot>
110 <slot>setLinkUnderline( bool uline )</slot>
111 <slot>setPalette( const QPalette &amp; pal )</slot>
112 <slot>copy()</slot>
113 <slot>closeTab()</slot>
114 <slot>sourceChanged()</slot>
115</slots>
116<functions>
117 <function returnType="HelpWindow *">currentBrowser()</function>
118 <function access="private">init()</function>
119 <function returnType="MainWindow *">mainWindow()</function>
120 <function specifier="non virtual" returnType="QStyleSheet *">styleSheet()</function>
121 <function specifier="non virtual" returnType="bool">linkUnderline()</function>
122 <function specifier="non virtual" returnType="QStringList">sources()</function>
123 <function specifier="non virtual">setMimePath( QStringList lst )</function>
124 <function specifier="non virtual">setMimeExtension( const QString &amp; ext )</function>
125 <function specifier="non virtual">setBrowserFont( const QFont &amp; fnt )</function>
126 <function specifier="non virtual" returnType="QFont">browserFont()</function>
127 <function specifier="non virtual" returnType="QPtrList&lt;HelpWindow&gt;">browsers() const</function>
128 <function returnType="HelpWindow*">newBackgroundTab( const QString &amp; url )</function>
129 <function returnType="HelpWindow*" access="private">createHelpWindow(const QString &amp;)</function>
130 <function>setTitle(HelpWindow*, const QString &amp;)</function>
131</functions>
132<pixmapinproject/>
133<layoutdefaults spacing="6" margin="11"/>
134</UI>
Note: See TracBrowser for help on using the repository browser.