Em Segunda 25 Setembro 2006 03:47, Jim Bublitz escreveu:
> In the last couple days I've done a couple posts in the thread "KParts
> Crashs". The user having problems is running kubuntu, and since I can't
> duplicate the problems here, I'd appreciate it if one or more kubuntu users
> could cut and p
On Sunday 24 September 2006 03:15, Alek Wojdyga wrote:
> Hello everyone,
> how can I get the KDE default application icon?
> So far I've looked in .desktop file for Icon= line and searched for
> icon using findfile in some hardcoded dirs.
> Can this be achieved in a easier and more flexible (
On Sunday 24 September 2006 00:17, Torsten Marek wrote:
> Jim Bublitz schrieb:
> > On Saturday 23 September 2006 13:04, Torsten Marek wrote:
> >> Hi Jim,
> >>
> >> one more thing. Is there a way to circumvent the libkonsolepart.so
> >> hackery? What you are doing in configure.py works for private p
On Sunday 24 September 2006 14:34, Daniel Marcel Eichler wrote:
> Jim Bublitz wrote:
> >The following program imports a KPart - KPDF, KGhostview or KWord. Any
> > of these work fine for me. KPDF and KGhostView will read and display a
> > PDF file. KWord will open and allow you to edit a plain text
In the last couple days I've done a couple posts in the thread "KParts
Crashs". The user having problems is running kubuntu, and since I can't
duplicate the problems here, I'd appreciate it if one or more kubuntu users
could cut and paste the short scripts in the posts and run them. I'd like to
Hi.
I packaged PyQt4 for Ubuntu Dapper, as I didn't find it anywhere and
is rather tedious to compile without breaking the existing Python-Qt3
bindings. You can find it here:
http://jsceballos.googlepages.com/python2.4-qt4-4.1_0ubuntu1-1_i386.deb
I used yesterday's PyQt snapshot (2006
Jim Bublitz wrote:
>The following program imports a KPart - KPDF, KGhostview or KWord. Any
> of these work fine for me. KPDF and KGhostView will read and display a
> PDF file. KWord will open and allow you to edit a plain text file.
Like in the past, the kpart is loaded. But the problems still ex
On Saturday 23 September 2006 13:04, Torsten Marek wrote:
> Hi Jim,
>
> one more thing. Is there a way to circumvent the libkonsolepart.so hackery?
> What you are doing in configure.py works for private persons who install
> PyKDE on their own, but I can't include something like that into the Debia
On 24.09.06 14:38:13, Detlev Offenbach wrote:
> On Sunday 24 September 2006 13:44, Andreas Pakulat wrote:
> > On 24.09.06 13:16:11, Detlev Offenbach wrote:
> > > On Sunday 24 September 2006 12:55, Dave S wrote:
> > > > My main window has a progress bar in it. When I click a button my
> > > > script
24 Eyl 2006 Paz 17:05 tarihinde şunları yazmıştınız:
> Ismail Donmez wrote:
> >>> Or use events to communicate the progress. I haven't had the
> >>> experience yet, but many qt and kde developers say that
> >>> processEvents is evil and should be avoided, it might have
> >>> mysterious side effects
Ismail Donmez wrote:
>>> Or use events to communicate the progress. I haven't had the
>>> experience yet, but many qt and kde developers say that
>>> processEvents is evil and should be avoided, it might have
>>> mysterious side effects.
>>
>> Which ones?
>
> If you used deleteLater() for an QObje
24 Eyl 2006 Paz 15:38 tarihinde, Detlev Offenbach şunları yazmıştı:
[...]
> > > Try QApplication.processEvents() after the setProgress call.
> >
> > Or use events to communicate the progress. I haven't had the experience
> > yet, but many qt and kde developers say that processEvents is evil and
>
On Sunday 24 September 2006 13:44, Andreas Pakulat wrote:
> On 24.09.06 13:16:11, Detlev Offenbach wrote:
> > On Sunday 24 September 2006 12:55, Dave S wrote:
> > > My main window has a progress bar in it. When I click a button my
> > > script starts a thread for a backend script that takes some ti
On 24.09.06 13:16:11, Detlev Offenbach wrote:
> On Sunday 24 September 2006 12:55, Dave S wrote:
> > My main window has a progress bar in it. When I click a button my script
> > starts a thread for a backend script that takes some time to run.
> >
> > The backend script passes data including its pr
On Sunday 24 September 2006 12:16, Detlev Offenbach wrote:
> On Sunday 24 September 2006 12:55, Dave S wrote:
> > My main window has a progress bar in it. When I click a button my script
> > starts a thread for a backend script that takes some time to run.
> >
> > The backend script passes data inc
On Sunday 24 September 2006 12:55, Dave S wrote:
> My main window has a progress bar in it. When I click a button my script
> starts a thread for a backend script that takes some time to run.
>
> The backend script passes data including its progress to my main script via
> a FIFO, now I have a prob
My main window has a progress bar in it. When I click a button my script
starts a thread for a backend script that takes some time to run.
The backend script passes data including its progress to my main script via a
FIFO, now I have a problem.
The FIFO is providing progress data that is being
Hello everyone,
how can I get the KDE default application icon?
So far I've looked in .desktop file for Icon= line and searched for icon
using findfile in some hardcoded dirs.
Can this be achieved in a easier and more flexible (not hardcoded dirs) way?
--
Pozdrawiam
Alek Wojdyga
On Sunday 24 September 2006 1:44 am, Giovanni Bajo wrote:
> Phil Thompson wrote:
> >> Anything else, like the QTEST/QVERIFY family of macros, are part of
> >> the framework, which I personally don't plan to ever use in a PyQt
> >> application anyway.
> >
> > Thanks - it's so much easier when somebo
Dear PyKDE Members
I'm opening a new QThread which launches a command-line archiver (7z)
in a QProcess (called 'pArc').
I'm using following code block within that thread:
while not
pArc.waitForFinished(250) :
if
pArc.waitForReadyRead(100) :
sArcData = QtCore.QString(pArc.read
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jim Bublitz schrieb:
> On Saturday 23 September 2006 13:04, Torsten Marek wrote:
>> Hi Jim,
>>
>> one more thing. Is there a way to circumvent the libkonsolepart.so hackery?
>> What you are doing in configure.py works for private persons who install
>>
21 matches
Mail list logo