1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- q3boxlayout.cpp -->
<title>Qt 4.8: Q3VBoxLayout Class Reference</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li>Qt3SupportLight</li>
<li>Q3VBoxLayout</li>
</ul>
</div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">Q3VBoxLayout Class Reference</h1>
<!-- $$$Q3VBoxLayout-brief -->
<p>The Q3VBoxLayout class lines up widgets vertically. <a href="#details">More...</a></p>
<!-- @@@Q3VBoxLayout -->
<pre class="cpp"> <span class="preprocessor">#include <Q3VBoxLayout></span></pre><p><b>This class is part of the Qt 3 support library.</b> It is provided to keep old source code working. We strongly advise against using it in new code. See <a href="porting4.html">Porting to Qt 4</a> for more information.</p>
<p><b>Inherits: </b><a href="qboxlayout.html">QBoxLayout</a>.</p>
<ul>
<li><a href="q3vboxlayout-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3vboxlayout.html#Q3VBoxLayout">Q3VBoxLayout</a></b> ( QWidget * <i>parent</i>, int <i>margin</i>, int <i>spacing</i> = -1, const char * <i>name</i> = 0 )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3vboxlayout.html#Q3VBoxLayout-4">Q3VBoxLayout</a></b> ( QLayout * <i>parentLayout</i>, int <i>spacing</i> = -1, const char * <i>name</i> = 0 )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3vboxlayout.html#Q3VBoxLayout-5">Q3VBoxLayout</a></b> ( int <i>spacing</i>, const char * <i>name</i> = 0 )</td></tr>
</table>
<ul>
<li class="fn">32 public functions inherited from <a href="qboxlayout.html#public-functions">QBoxLayout</a></li>
<li class="fn">35 public functions inherited from <a href="qlayout.html#public-functions">QLayout</a></li>
<li class="fn">29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
<li class="fn">17 public functions inherited from <a href="qlayoutitem.html#public-functions">QLayoutItem</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li class="fn">2 properties inherited from <a href="qlayout.html#properties">QLayout</a></li>
<li class="fn">1 property inherited from <a href="qobject.html#properties">QObject</a></li>
<li class="fn">1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
<li class="fn">1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
<li class="fn">1 static public member inherited from <a href="qlayout.html#static-public-members">QLayout</a></li>
<li class="fn">7 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
<li class="fn">1 protected function inherited from <a href="qboxlayout.html#protected-functions">QBoxLayout</a></li>
<li class="fn">4 protected functions inherited from <a href="qlayout.html#protected-functions">QLayout</a></li>
<li class="fn">8 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
</ul>
<a name="details"></a>
<!-- $$$Q3VBoxLayout-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The Q3VBoxLayout class lines up widgets vertically.</p>
</div>
<p><b>See also </b><a href="q3hboxlayout.html">Q3HBoxLayout</a>.</p>
<!-- @@@Q3VBoxLayout -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$Q3VBoxLayout[overload1]$$$Q3VBoxLayoutQWidget*intintconstchar* -->
<h3 class="fn"><a name="Q3VBoxLayout"></a>Q3VBoxLayout::<span class="name">Q3VBoxLayout</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i>, <span class="type">int</span> <i>margin</i>, <span class="type">int</span> <i>spacing</i> = -1, const <span class="type">char</span> * <i>name</i> = 0 )</h3>
<p>Constructs a new top-level vertical box called <i>name</i>, with parent <i>parent</i>. The <i>margin</i> is the number of pixels between the edge of the widget and its managed children. The <i>spacing</i> is the default number of pixels between neighboring children. If <i>spacing</i> is -1 the value of margin is used for spacing.</p>
<!-- @@@Q3VBoxLayout -->
<!-- $$$Q3VBoxLayout$$$Q3VBoxLayoutQLayout*intconstchar* -->
<h3 class="fn"><a name="Q3VBoxLayout-4"></a>Q3VBoxLayout::<span class="name">Q3VBoxLayout</span> ( <span class="type"><a href="qlayout.html">QLayout</a></span> * <i>parentLayout</i>, <span class="type">int</span> <i>spacing</i> = -1, const <span class="type">char</span> * <i>name</i> = 0 )</h3>
<p>Constructs a new vertical box called <i>name</i> and adds it to <i>parentLayout</i>. The <i>spacing</i> is the default number of pixels between neighboring children. If <i>spacing</i> is -1, this <a href="q3vboxlayout.html" class="compat">Q3VBoxLayout</a> will inherit its parent's <a href="qboxlayout.html#spacing">spacing</a>().</p>
<!-- @@@Q3VBoxLayout -->
<!-- $$$Q3VBoxLayout$$$Q3VBoxLayoutintconstchar* -->
<h3 class="fn"><a name="Q3VBoxLayout-5"></a>Q3VBoxLayout::<span class="name">Q3VBoxLayout</span> ( <span class="type">int</span> <i>spacing</i>, const <span class="type">char</span> * <i>name</i> = 0 )</h3>
<p>Constructs a new vertical box called <i>name</i>. You must add it to another layout. The <i>spacing</i> is the default number of pixels between neighboring children. If <i>spacing</i> is -1, this <a href="q3vboxlayout.html" class="compat">Q3VBoxLayout</a> will inherit its parent's <a href="qboxlayout.html#spacing">spacing</a>().</p>
<!-- @@@Q3VBoxLayout -->
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|