Hello.
I was trying to use QWebKit to create a basic browser to use with thin
clients at our public library. Everything was looking good, but I have
found a URL on our server that simply will not load in a QWebview. I
have tried this using PyQT4.4 on Ubuntu Hardy Heron and on Windows XP,
and
Hi,
i've a problem, i'm tring to add a "start/stop" action
on a simple gui, i can generalize the problem using these code :
import sys, time, threading, Queue
from PyQt4 import QtCore, QtGui
from PyQt4.QtGui import *
from PyQt4.QtCore import *
class GuiPart(QtGui.QWidget):
def __init
Hello.
I see on eric4 that can make the documentation of your application, but I
cannot insert comments that appear on documentation.
Does anybody know how you can comment and autogenerate the Api
Documentation???
Tnx,
Adonay
my
On Sep 22, 2008, at 8:25 PM, Baz Walter wrote:
Brian Kelley wrote:
[snip]
def start(self):
lexer = self.lexer = QsciLexerPython()
api = QsciAPIs(lexer)
# write the API to a file
self.api = api
you save references to your lexer and api here
then (bizarrely) cr