index.lxp@lxpwrap=p1032_252ehtm.htm
来自「GUI Programming with Python」· HTM 代码 · 共 219 行
HTM
219 行
<table border="0" cellspacing="0" cellpadding="3" width="100%"><tr><td> <div align="center" id="bldcontent"> <a href="../default.htm"><img src="../images/opendocs.png" width="63" height="76" border="0"></a> <br> <div class="symbol">Your OpenSource Publisher™</div> </div> </td></tr></table> <div align="center" class="author"> <a href="../products.lxp">Products</a> | <a href="../wheretobuy.lxp">Where to buy</a> | <a href="../bookstore.lxp">Retailers</a> | <a href="../faq.lxp">FAQ</a> | <a href="../writeforus.lxp">Write for Us.</a> | <a href="#contact">Contact Us.</a> </div> <table border="0" cellspacing="3" cellpadding="0" width="100%"><tr><td width="100%"> <div class="content"> <table border="0" cellspacing="2" cellpadding="0" width="100%"><tr><td width="100%"> <div align="center"><H4 CLASS="AUTHOR"><A NAME="AEN5">Boudewijn Rempt</A><br><a href="../../https@secure.linuxports.com/opendocs/default.htm"><img src=odpyqt125.png></a><br>ISBN: 0-97003300-4-4<br><a href="../../https@secure.linuxports.com/opendocs/default.htm">Available from bookstores everywhere or you can order it here.</a><p>You can download the source files for the book <a href="pyqtsrc.tgz">(code / eps) here.</a><hr></div> <HTML><HEAD><TITLE>PyQt fundamentals</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.72"><LINKREL="HOME"TITLE="GUI Programming with Python: QT Edition"HREF="book1.htm"><LINKREL="PREVIOUS"TITLE="If all else fails"HREF="x1024.htm"><LINKREL="NEXT"TITLE="Qt Concepts"HREF="c1036.htm"></HEAD><BODYCLASS="PART"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">GUI Programming with Python: QT Edition</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><A accesskey="P" href="index.lxp@lxpwrap=x1024_252ehtm.htm">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom"></TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><A accesskey="N" href="index.lxp@lxpwrap=c1036_252ehtm.htm">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="PART"></A><DIVCLASS="TITLEPAGE"><H1CLASS="TITLE">II. PyQt fundamentals</H1><DIVCLASS="PARTINTRO"></A><P>In this part we will take a look at the concepts behind BlackAdder, Python and Qt. After a short introduction, we will begin an in-depth investigation of the core concept of PyQt: signals and slots. String handling and object creation are the topics of the next two chapters. The basic layout of the Qt class library will be explored, illustrated with trivial and not-so-trivial examples. Finally, we explain how to create GUI designs using the designer module.</P></DIV><DIVCLASS="TOC"><DL><DT><B>Table of Contents</B></DT><DT>6. <A href="index.lxp@lxpwrap=c1036_252ehtm.htm">Qt Concepts</A></DT><DT>7. <A href="index.lxp@lxpwrap=c1267_252ehtm.htm">Signals and Slots in Depth</A></DT><DT>8. <A href="index.lxp@lxpwrap=c2029_252ehtm.htm">String Objects in Python and Qt</A></DT><DT>9. <A href="index.lxp@lxpwrap=c2341_252ehtm.htm">Python Objects and Qt Objects</A></DT><DT>10. <A href="index.lxp@lxpwrap=c2591_252ehtm.htm">Qt Class Hierarchy</A></DT><DT>11. <A href="index.lxp@lxpwrap=c4079_252ehtm.htm">Qt Designer, BlackAdder and uic</A></DT></DL></DIV></DIV></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><A accesskey="P" href="index.lxp@lxpwrap=x1024_252ehtm.htm">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><A accesskey="H" href="index.lxp@lxpwrap=book1_252ehtm">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><A accesskey="N" href="index.lxp@lxpwrap=c1036_252ehtm.htm">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">If all else fails</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"> </TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Qt Concepts</TD></TR></TABLE></DIV></BODY></HTML> </td> </tr> </table> </td> </tr> </table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?