~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/qsplitter-qt3.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/src/gui/widgets/qsplitter.cpp -->
 
6
<head>
 
7
    <title>Qt 4.0: Qt 3 Support Members for QSplitter</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
</head>
 
15
<body>
 
16
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
17
<tr>
 
18
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
19
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
20
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">Qt 3 Support Members for QSplitter</h1>
 
21
<p><b>The following class members are part of the Qt 3 support layer.</b> They are provided to help you port old code to Qt 4. We advise against using them in new code.</p>
 
22
<p><ul><li><a href="qsplitter.html">QSplitter class reference</a></li></ul></p>
 
23
<h3>Public Types</h3>
 
24
<ul>
 
25
<li><div class="fn"/>enum <b><a href="qsplitter-qt3.html#ResizeMode-enum">ResizeMode</a></b> { Auto, Stretch, KeepSize, FollowSizeHint }</li>
 
26
</ul>
 
27
<h3>Public Functions</h3>
 
28
<ul>
 
29
<li><div class="fn"/><b><a href="qsplitter-qt3.html#QSplitter-3">QSplitter</a></b> ( QWidget * <i>parent</i>, const char * <i>name</i> )</li>
 
30
<li><div class="fn"/><b><a href="qsplitter-qt3.html#QSplitter-4">QSplitter</a></b> ( Qt::Orientation <i>orientation</i>, QWidget * <i>parent</i>, const char * <i>name</i> )</li>
 
31
<li><div class="fn"/>void <b><a href="qsplitter-qt3.html#moveToFirst">moveToFirst</a></b> ( QWidget * <i>widget</i> )</li>
 
32
<li><div class="fn"/>void <b><a href="qsplitter-qt3.html#moveToLast">moveToLast</a></b> ( QWidget * <i>widget</i> )</li>
 
33
<li><div class="fn"/>void <b><a href="qsplitter-qt3.html#setCollapsible-2">setCollapsible</a></b> ( QWidget * <i>widget</i>, bool <i>collapsible</i> )</li>
 
34
<li><div class="fn"/>void <b><a href="qsplitter-qt3.html#setResizeMode">setResizeMode</a></b> ( QWidget * <i>widget</i>, ResizeMode <i>mode</i> )</li>
 
35
</ul>
 
36
<ul>
 
37
<li><div class="fn"/>60 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li>
 
38
<li><div class="fn"/>8 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
 
39
<li><div class="fn"/>8 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li>
 
40
</ul>
 
41
<hr />
 
42
<h2>Member Type Documentation</h2>
 
43
<h3 class="fn"><a name="ResizeMode-enum"></a>enum QSplitter::ResizeMode</h3>
 
44
<p>This enum describes the different resizing behaviors child widgets can have:</p>
 
45
<table border="1" cellpadding="2" cellspacing="1" width="100%">
 
46
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
 
47
<tr><td valign="top"><tt>QSplitter::Auto</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">The widget will be resized according to the stretch factors set in its <a href="qwidget.html#sizePolicy-prop">sizePolicy</a>().</td></tr>
 
48
<tr><td valign="top"><tt>QSplitter::Stretch</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The widget will be resized when the splitter itself is resized.</td></tr>
 
49
<tr><td valign="top"><tt>QSplitter::KeepSize</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top"><a href="qsplitter.html">QSplitter</a> will try to keep the widget's size unchanged.</td></tr>
 
50
<tr><td valign="top"><tt>QSplitter::FollowSizeHint</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top"><a href="qsplitter.html">QSplitter</a> will resize the widget when the widget's size hint changes.</td></tr>
 
51
</table>
 
52
<p>Use <a href="qsplitter.html#setStretchFactor">setStretchFactor</a>() instead.</p>
 
53
<hr />
 
54
<h2>Member Function Documentation</h2>
 
55
<h3 class="fn"><a name="QSplitter-3"></a>QSplitter::QSplitter ( <a href="qwidget.html">QWidget</a> * <i>parent</i>, const char * <i>name</i> )</h3>
 
56
<p>Use one of the constructors that doesn't take the <i>name</i> argument and then use <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p>
 
57
<h3 class="fn"><a name="QSplitter-4"></a>QSplitter::QSplitter ( <a href="qt.html#Orientation-enum">Qt::Orientation</a> <i>orientation</i>, <a href="qwidget.html">QWidget</a> * <i>parent</i>, const char * <i>name</i> )</h3>
 
58
<p>Use one of the constructors that don't take the <i>name</i> argument and then use <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p>
 
59
<h3 class="fn"><a name="moveToFirst"></a>void QSplitter::moveToFirst ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )</h3>
 
60
<p>Use insertWidget(0, <i>widget</i>) instead.</p>
 
61
<h3 class="fn"><a name="moveToLast"></a>void QSplitter::moveToLast ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )</h3>
 
62
<p>Use addWidget(<i>widget</i>) instead.</p>
 
63
<h3 class="fn"><a name="setCollapsible-2"></a>void QSplitter::setCollapsible ( <a href="qwidget.html">QWidget</a> * <i>widget</i>, bool <i>collapsible</i> )</h3>
 
64
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
65
<p>Use setCollapsible(indexOf(<i>widget</i>, <i>collapsible</i>)) instead.</p>
 
66
<h3 class="fn"><a name="setResizeMode"></a>void QSplitter::setResizeMode ( <a href="qwidget.html">QWidget</a> * <i>widget</i>, <a href="qsplitter-qt3.html#ResizeMode-enum">ResizeMode</a> <i>mode</i> )</h3>
 
67
<p>Use <a href="qsplitter.html#setStretchFactor">setStretchFactor</a>() instead.</p>
 
68
<p>For example, if you have code like</p>
 
69
<pre><font color="#404040">    splitter-&gt;setResizeMode(firstChild, QSplitter::KeepSize);
 
70
    splitter-&gt;setResizeMode(secondChild, QSplitter::Stretch);</font></pre>
 
71
<p>you can rewrite it as</p>
 
72
<pre>    splitter-&gt;setStretchFactor(firstChild, 0);
 
73
    splitter-&gt;setStretchFactor(secondChild, 1);</pre>
 
74
<p /><address><hr /><div align="center">
 
75
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
76
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
77
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
78
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
79
</tr></table></div></address></body>
 
80
</html>