Show More
@@ -274,7 +274,7 b' An important part of working with the QtConsole when you are writing your own' | |||||
274 | Qt code is to remember that user code (in the kernel) is *not* in the same |
|
274 | Qt code is to remember that user code (in the kernel) is *not* in the same | |
275 | process as the frontend. This means that there is not necessarily any Qt code |
|
275 | process as the frontend. This means that there is not necessarily any Qt code | |
276 | running in the kernel, and under most normal circumstances there isn't. If, |
|
276 | running in the kernel, and under most normal circumstances there isn't. If, | |
277 | however, you specify ``pylab=qt`` at the command-line, then there *will* be a |
|
277 | however, you specify ``--pylab=qt`` at the command-line, then there *will* be a | |
278 | :class:`QCoreApplication` instance running in the kernel process along with |
|
278 | :class:`QCoreApplication` instance running in the kernel process along with | |
279 | user-code. To get a reference to this application, do: |
|
279 | user-code. To get a reference to this application, do: | |
280 |
|
280 |
General Comments 0
You need to be logged in to leave comments.
Login now