Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > ba44e1fd5abf263d5d9b90c956e5dbf3 > files > 31

PyQt-2.5-1mdk.i586.rpm

<HTML
><HEAD
><TITLE
>Other PyQt Goodies</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
"><LINK
REL="HOME"
TITLE="Python Bindings for Qt (v2.5)"
HREF="t1.html"><LINK
REL="PREVIOUS"
TITLE="Python Bindings for Qt (v2.5)"
HREF="t1.html"><LINK
REL="NEXT"
TITLE="General Limitations"
HREF="x116.html"></HEAD
><BODY
CLASS="SECT1"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Python Bindings for Qt (v2.5)</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="t1.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x116.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN103"
>Other PyQt Goodies</A
></H1
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN105"
>Using Qt Designer</A
></H2
><P
>Qt Designer is a GPL'ed GUI design editor provided by Trolltech as part of Qt.
It generates an XML description of a GUI design. Qt includes
<TT
CLASS="LITERAL"
>uic</TT
> which generates C++ code from that XML.</P
><P
>PyQt includes <TT
CLASS="LITERAL"
>pyuic</TT
> which generates Python code from the
same XML. The Python code is self contained and can be executed immediately.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN111"
>Using eric the Debugger</A
></H2
><P
><TT
CLASS="LITERAL"
>eric</TT
> is a graphical debugger, written using PyQt, for
debugging PyQt programs (or any Python program that doesn't use another GUI
toolkit).  <TT
CLASS="LITERAL"
>eric</TT
> is still in its early stages of development, 
but you can single step through programs, set breakpoints (even while the
program is running), and inspect and modify Python variables (again, while the
program is running).</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="t1.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="t1.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x116.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Python Bindings for Qt (v2.5)</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>General Limitations</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>