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
|
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>The File Format Of .cw Files</title>
<meta name="generator" content="Adobe GoLive 4">
<link rel="HOME" href="book1.html">
<link rel="UP" title="Qt Designer Reference Manual" href="part2index.html">
<link rel="PREVIOUS" title="The Description Of The Tab-Chain" href="chap9_6.html">
</head>
<body class="CHAPTER" bgcolor="white" text="black" link="blue" vlink="#840084" alink="blue">
<div class="NAVHEADER">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="500" align="left" valign="middle"><img height="90" width="475" src="figures/title.png" border="0"></td>
<td></td>
<td align="right" valign="top"> <a href="../company/about/trolls.html">
<table border="0" cellpadding="0" cellspacing="0" width="137">
<tr>
<td><img height="100" width="100" src="figures/f001.png" border="0"></td>
<td><img height="100" width="100" src="figures/qtlogo.png" align="top" border="0"></td>
</tr>
</table>
</a></td>
</tr>
<tr>
<td width="500"><spacer type="block" width="500" height="20"></td>
<td><spacer type="block" width="42" height="20"></td>
<td><br>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="black">
<tr>
<td width="10%" align="left" valign="bottom"> <a href="chap9_6.html"><img height="20" width="20" src="arrows/left.png" border="0"></a></td>
<td width="80%" align="center" valign="bottom"><br>
</td>
<td width="10%" align="right" valign="bottom"><br>
</td>
</tr>
</table>
</div>
<div class="CHAPTER">
<h1><a name="QT-DESIGNER-REF-CUSTOMWIDGET-FORMAT"></a>Chapter 10. The File Format Of .cw Files</h1>
<p>In this chapter, we briefly describe the format of <tt class="FILENAME">.cw</tt> files, the file format Qt Designer uses for custom widgets.</p>
<p>Each <tt class="FILENAME">.cw</tt> file starts with <tt class="LITERAL"><!DOCTYPE CW><CW></tt> and ends with <tt class="LITERAL"></CW></tt>. Between these lines, there are custom-widget descriptions, as explained in <a href="chap9_4.html">the section called <i>The Description Of The Used Custom Widgets</i> in Chapter 9</a>. The only difference is that pixmaps are inlined directly and not collected at the end of the file.<br>
<br>
</p>
</div>
<div class="NAVFOOTER">
<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="black">
<tr>
<td width="33%" align="left" valign="top"> <a href="chap9_6.html"><img height="20" width="20" src="arrows/left.png" border="0"></a></td>
<td width="34%" align="center" valign="top"> <a href="book1.html"><img height="20" width="25" src="arrows/home.png" border="0"></a></td>
<td width="33%" align="right" valign="top"><br>
</td>
</tr>
<tr>
<td width="33%" align="left" valign="top"><font color="white">The Description Of The Tab-Chain</font></td>
<td width="34%" align="center" valign="top"> <a href="part2index.html"><img height="20" width="20" src="arrows/up.png" border="0"></a></td>
<td width="33%" align="right" valign="top"><br>
</td>
</tr>
</table>
</div>
</body>
</html>
|