Hi,
I have .sip files like :
class TripleField
{
%TypeHeaderCode
#include
#include
using namespace Qwt3D;
%End // %TypeHeaderCode
public:
TripleField();
TripleField(size_type);
TripleField(size_type, const Triple &);
TripleField(const TripleField &);
size_type capacity()
On Fri, 24 Oct 2008 10:47:53 -0500, Patrick Hartling
<[EMAIL PROTECTED]> wrote:
> I apologize for replying to myself, but I discovered that I made an
> error in my analysis. See below.
>
> Patrick Hartling wrote:
>> I have been tracking down a crash when using QAxContainer.QAxWidget from
>> PyQt 4
On Sunday 26 October 2008 12:48, lkcl wrote:
> jim, hi,
>
> https://bugs.kde.org/show_bug.cgi?id=172740
>
> the maintainers of the khtmlpart have agreed to add an enum to uniquely
> identify every single object derived from Node, which should help.
>
> are you _sure_ it's to do with twine - twine i
jim, hi,
https://bugs.kde.org/show_bug.cgi?id=172740
the maintainers of the khtmlpart have agreed to add an enum to uniquely
identify every single object derived from Node, which should help.
are you _sure_ it's to do with twine - twine is going to have to be
_seriously_ sophisticated, to under
Hello:
I'm trying to draw a semi-transparent selection rectangle in a
qgraphicsscene/view but need a little help. I'm pretty sure I can figure
out how to handle the mouse events for it, but wasn't sure what methods were
best to draw a rectangle on screen displaying the current selection
rectangl
* Baz Walter (Sat, 25 Oct 2008 19:22:14 +0100)
> Thorsten Kampe wrote:
> > I've also tried changing the font with qtconfig. There I have DejaVu
> > Sans 12 (which I probably set in the KDE Control Center). Changing
> > that also doesn't make a difference with PyQt applications.
>
> i've just tried
I've updated the snapshot of the Windows installer for Python v2.6.
I'd be interested in feedback from those who have Python installed in a
non-standard directory and/or non-administrator installs.
Phil
___
PyQt mailing listPyQt@riverbankcomputing.c
On Fri, 24 Oct 2008 11:28:59 +0100, "Dan Pidcock" <[EMAIL PROTECTED]>
wrote:
> Looking at the riverbank page I cannot see anywhere for bug reports so I
> hope this mailing list is the correct place.
>
> I installed PyQt-Py2.6-gpl-4.4.4-snapshot-20080918-1.exe in windows and
it
> has the path "C:\P
On Thu, 23 Oct 2008 13:23:54 -0400, Doug Bell <[EMAIL PROTECTED]> wrote:
> Phil Thompson wrote:
>> On Thu, 23 Oct 2008 07:17:18 -0400, Doug Bell <[EMAIL PROTECTED]> wrote:
>> > Phil Thompson wrote:
>> >> On Thu, 16 Oct 2008 08:02:11 -0400, Doug Bell <[EMAIL PROTECTED]>
wrote:
>> >> > Hi,
>> >> >
>
On Sonntag, 26. Oktober 2008, Fatih Arslan wrote:
> Hi,
>
> I'm developing a new tray-application which will be used for the
> Web-service "Dropbox". They have a daemon who is responsible for the
> syncing of files.
> This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start
> this process
Hi,
I'm developing a new tray-application which will be used for the
Web-service "Dropbox". They have a daemon who is responsible for the
syncing of files.
This daemon is located in ~/.dropbox-dist/dropboxd. Now if i start
this process like this:
self.process = QProcess()
self.dropBoxDaemon = os.
i can change Phonon.VideoWidget background color through
setStyleSheet("QWidget{background-color:blue;"})
but as said in subject can't do that with:
palet = QPalette()
palet.setBrush(QPalette.Background, QBrush(QPixmap("some.png"))
myPhononVideoWidget.setPalette(palet)
the equivalent works for Q
On Tue, 21 Oct 2008 18:11:39 -0700, Jason Kankiewicz
<[EMAIL PROTECTED]> wrote:
> To Whom it May Concern,
> The PyQt-4.4.3 configuration script fails to include the Qt Designer
> plugin in the build and to produce a working make file for it in an
> environment containing multiple platform-speci
A Diumenge 26 Octubre 2008, D. Can Celasun va escriure:
> Hello,
>
> I'm using this wordpress library for Python (
> http://www.blackbirdblog.it/programmazione/progetti/28#english). When I use
> it through the Python shell, or any other program, it runs just fine.
> However when I use it through th
Hello,
I'm using this wordpress library for Python (
http://www.blackbirdblog.it/programmazione/progetti/28#english). When I use
it through the Python shell, or any other program, it runs just fine.
However when I use it through the GUI I've prepared it gives the following
error:
Traceback (most
15 matches
Mail list logo