tell some solution ?yes you are correct for some seconds show me the mark but
only for some seconds.can i update my pyqt4 to show me the mark ?
--
https://mail.python.org/mailman/listinfo/python-list
Xristos Xristoou writes:
> I want to create a simple python app using pyqt,QWebView and google maps with
> markers.
>
> The problem is that,the markers does not load inside the QWebView, as
> you can see they load just fine in the browser.
Well, since you got a javascript error, maybe Qt4 doesn
Le 03/04/2016 21:36, Muhammad Ali a écrit :
On Sunday, April 3, 2016 at 12:15:06 PM UTC-7, Michael Torrie wrote:
On 04/03/2016 12:57 PM, Muhammad Ali wrote:
Hi,
How can we confirm that either PyQt4 is already installed on LInux machine or
not?
Please suggest commands to confirm the already
On Sunday, April 3, 2016 at 12:15:06 PM UTC-7, Michael Torrie wrote:
> On 04/03/2016 12:57 PM, Muhammad Ali wrote:
> >
> > Hi,
> >
> > How can we confirm that either PyQt4 is already installed on LInux machine
> > or not?
> >
> > Please suggest commands to confirm the already existence of PyQ
On 04/03/2016 12:57 PM, Muhammad Ali wrote:
>
> Hi,
>
> How can we confirm that either PyQt4 is already installed on LInux machine
> or not?
>
> Please suggest commands to confirm the already existence of PyQt4 in the
> machine.
Ideally you make a distribution-specific package of the binary
Le 20/08/2014 16:22, Alex Murray a écrit :
Please do not post in HTML it makes everything an unreadable mess
(I have left you original post above so you can see what I mean.)
Sorry, here's the original e-mail in plain text:
Hi,
I've discovered some very strange behaviour when trying to
delete
> Please do not post in HTML it makes everything an unreadable mess
> (I have left you original post above so you can see what I mean.)
Sorry, here's the original e-mail in plain text:
Hi,
I've discovered some very strange behaviour when trying to
delete a QWidget from a QGridLayout. The followi
On Wed, 20 Aug 2014 00:11:24 +0200, Alex Murray wrote:
> Hi,
>
>
>
> I've discovered some very strange behaviour when trying to
> delete a QWidget from a QGridLayout. The following code demonstrates
> this behaviour:
>
>
>
> >>> from PyQt4 import QtGui
>
> >>> import sys
>
> >>> app = Qt
Le 20/08/2014 00:11, Alex Murray a écrit :
Hi,
I've discovered some very strange behaviour when trying to delete a
QWidget from a QGridLayout. The following code demonstrates this
behaviour:
>>> from PyQt4 import QtGui
>>> import sys
>>> app = QtGui.QApplication(sys.argv)
>>> grid_layout = QtG
Am Sonntag, 10. März 2013 05:09:41 UTC+1 schrieb D. Xenakis:
> Please correct me if im wrong..
> ...
> PyQT4 GPL Licence is free and by using that someone can develop only
> non-commercial software.
Wrong. GPL does not prevent you from developing commercial softwarre. You just
have to release you
On 03/09/2013 09:45 PM, Vito De Tullio wrote:
> D. Xenakis wrote:
>
>> Can someone develop a closed source but NON-commercial software, by using
>> PyQT4 GPL license?
>
> no, by definition of GPL: if you are using a GPL library, you must
> distribute your software as GPL.
>
> (the GPL does not
D. Xenakis wrote:
> Can someone develop a closed source but NON-commercial software, by using
> PyQT4 GPL license?
no, by definition of GPL: if you are using a GPL library, you must
distribute your software as GPL.
(the GPL does not care about commercial / non commercial)
http://www.gnu.org/li
Please correct me if im wrong..
PySide is LGPL and is free and by using that someone can develop commercial
(and non commercial) software, while being able at the same to choose between
both close and open Source.
PyQT4 Commercial Licence costs more than 300 Euro and by using that someone can
On 03/09/2013 07:08 PM, pitsa...@gmail.com wrote:
> hello,
>
> i want to develop a GUI application that will be sold. i want to use
> pyqt4. can i download and use the GPL version during the development
> and then buy the commercial verion beofore i distribute the
> application ?
>
> commercial v
On Mar 9, 9:08 pm, pitsa...@gmail.com wrote:
> hello,
>
> i want to develop a GUI application that will be sold.
> i want to use pyqt4.
> can i download and use the GPL version during the development and then buy
> the commercial verion beofore i distribute the application ?
Arguably, yes. From
On Sat, Mar 9, 2013 at 9:08 PM, wrote:
> hello,
>
> i want to develop a GUI application that will be sold.
> i want to use pyqt4.
> can i download and use the GPL version during the development and then buy
> the commercial verion beofore i distribute the application ?
>
> commercial version mean
Adrian Casey writes:
> I have a PyQt4 multi-threaded application which accesses many hosts
> concurrently via ssh. I would like each thread to have access to a
> database so that it can look up details about the particular system it
> is connected to.
>
> The easy way is to have each thread crea
On Oct 19, 2:29 pm, David Boddie wrote:
> On Monday 18 October 2010 23:26, Andrew wrote:
>
> > I have two issues dealing with the table widget, though they may be
> > interconnected. I'm not sure. Both delete the cell widgets off of my
> > table but leave the rows, and then when I have the table u
On Monday 18 October 2010 23:26, Andrew wrote:
> I have two issues dealing with the table widget, though they may be
> interconnected. I'm not sure. Both delete the cell widgets off of my
> table but leave the rows, and then when I have the table update, it
> complains the c++ object has been dele
On Oct 18, 2:26 pm, Andrew wrote:
> I have two issues dealing with the table widget, though they may be
> interconnected. I'm not sure. Both delete the cell widgets off of my
> table but leave the rows, and then when I have the table update, it
> complains the c++ object has been deleted.
>
> # se
On Saturday 06 February 2010 10:32, Andrew wrote:
> I'm attempting to create a drop down property for a custom widget I'm
> creating. So when in designer and you scroll down to the custom
> properties, under the regular widget properties, one of them would be
> a drop down menu. The data to popula
On Feb 4, 2:59 pm, David Boddie wrote:
> On Tuesday 02 February 2010 22:25, Andrew wrote:
>
> > I am creating custom widgets for the PyQt4 Designer. I can create
> > custom properties, but I'm looking for how to create a custom property
> > that has a combo box drop down. I've seen them in the exa
On Tuesday 02 February 2010 22:25, Andrew wrote:
> I am creating custom widgets for the PyQt4 Designer. I can create
> custom properties, but I'm looking for how to create a custom property
> that has a combo box drop down. I've seen them in the example widgets
> and tried following them, but they
rewonka wrote:
> Hi,
>
> I've made a little application with mainwindow and one dialog
> (something like input dialog).
> I can't open the input dialog from my mainwindow
>
> I tried to open the dialog with a button, here is a code:
> @pyqtSignature("")
> def on_BtnAdd_clicked(self):
>
> You need to change the indexOf() calls to indexIn() calls on the QRegExp
> object:
>
> index = expression.indexIn(text, index + length)
Thank you so much ! After looking a bit more I found out that when
using indexOf the command :
length = expression.matchedLength()
was the one causing a p
On Wednesday 18 November 2009 11:47, Snouffy wrote:
> I've been trying to do some syntax highlighting using PyQt4. I ported
> the example given in the documentation of Qt4 to Python. It works fine
> on my computer at work (which has PyQt4 version 4.3.3) but doesn't on
> my home computer (which has
On Thursday 29 October 2009 17:15, Diez B. Roggisch wrote:
> Chris wrote:
>
>> I'm starting to learn and use PyQT4 at work. Is there a good user
>> group or forum out there that I should know about?
>
> The PyQt Mailinglist.
There's a #pyqt IRC channel on Freenode:
irc://irc.freenode.net/pyqt
Diez B. Roggisch wrote:
Chris wrote:
Hi!
I'm starting to learn and use PyQT4 at work. Is there a good user
group or forum out there that I should know about?
The PyQt Mailinglist.
Diez
I find the Gmane server, which delivers items from the PyQt Mailing
List, easier to use. It threads the
For detailed questions, try
http://stackoverflow.com/questions/tagged/pyqt or pyqt4
(the " or " may have to be escaped as "%20or%20" in some browsers.)
--
http://mail.python.org/mailman/listinfo/python-list
Chris wrote:
> Hi!
>
> I'm starting to learn and use PyQT4 at work. Is there a good user
> group or forum out there that I should know about?
The PyQt Mailinglist.
Diez
--
http://mail.python.org/mailman/listinfo/python-list
nusch wrote:
> Is there any simple command which allows me to save position of all
> windows: QMainWindow, QDialogs and qdockwidgets with their sizes,
> dock state and positions ? Or do I need to store those values
> manually, how can I do it fast?
You can use saveState() from QMainWindow to sav
On Oct 22, 4:05 am, TerryP wrote:
> On Oct 21, 9:04 pm, nusch wrote:
>
> > Is there any simple command which allows me to save position of all
> > windows: QMainWindow, QDialogs and qdockwidgets with their sizes,
> > dock state and positions ? Or do I need to store those values
> > manually, how
On Oct 21, 9:04 pm, nusch wrote:
> Is there any simple command which allows me to save position of all
> windows: QMainWindow, QDialogs and qdockwidgets with their sizes,
> dock state and positions ? Or do I need to store those values
> manually, how can I do it fast?
Both fast and simple have
On Aug 15, 2:19 pm, Christian Heimes wrote:
> wgw wrote:
> > I don't understand why the __file__ value in my installation of PyQt
> > would not give a proper, full path.
>
> > I'm guessing that I did not install pyqt properly (I'm on Ubuntu
> > Hardy, trying to install QT4.5), but before redoing t
wgw wrote:
I don't understand why the __file__ value in my installation of PyQt
would not give a proper, full path.
I'm guessing that I did not install pyqt properly (I'm on Ubuntu
Hardy, trying to install QT4.5), but before redoing the install, I
want to see if there is a quicker fix.
Some ve
On Friday 05 June 2009 21:33, dudekks...@gmail.com wrote:
> On 1 Cze, 22:05, David Boddie wrote:
>> I experimented a little and added an example to the PyQt Wiki:
>>
>> http://www.diotavelli.net/PyQtWiki/Usinga Custom Protocol with QtWebKit
>>
>> I hope it helps to get you started with your own
On 1 Cze, 22:05, David Boddie wrote:
> On Monday 01 June 2009 16:16, dudekks...@gmail.com wrote:
>
> > On 31 Maj, 02:32, David Boddie wrote:
> >> So, you only want to handle certain links, and pass on to WebKit those
> >> which you can't handle? Is that correct?
>
> > Yes, I want to handle extern
On Monday 01 June 2009 16:16, dudekks...@gmail.com wrote:
> On 31 Maj, 02:32, David Boddie wrote:
>> So, you only want to handle certain links, and pass on to WebKit those
>> which you can't handle? Is that correct?
>
> Yes, I want to handle external links (out of my host) and links
> starting
On 31 Maj, 02:32, David Boddie wrote:
> On Saturday 30 May 2009 17:39, dudekks...@gmail.com wrote:
>
> > I need to grab clicked links in QWebView. Everything is fine when I
> > use linkClicked() signal. LinkDelegationPolicy is set to
> > DelegateAllLinks and there is a problem. If some site has Ja
On Saturday 30 May 2009 17:39, dudekks...@gmail.com wrote:
> I need to grab clicked links in QWebView. Everything is fine when I
> use linkClicked() signal. LinkDelegationPolicy is set to
> DelegateAllLinks and there is a problem. If some site has Javascript
> my procedure receives QUrl from linkC
Den Sun, 26 Apr 2009 14:04:47 +0100, skrev Phil Thompson:
> On Sun, 26 Apr 2009 14:46:14 +0200, Marco Bizzarri
> wrote:
>> On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen
>> wrote:
>>> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri:
>>>
>>>
>>> Hello Marco,
>>>
>>> python's fcntl()
Thanks a lot!
That's the magic I didn't find in my PyQT4 Programming book. Finally!
Thank you Marco! :-)
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, 26 Apr 2009 14:46:14 +0200, Marco Bizzarri
wrote:
> On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen
> wrote:
>> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri:
>>
>>
>> Hello Marco,
>>
>> python's fcntl() call the regular C fcntl() function and as stated in
the
>> manual pag
On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen
wrote:
> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri:
>
>
> Hello Marco,
>
> python's fcntl() call the regular C fcntl() function and as stated in the
> manual pages for C fcntl:
>
> --- Snippet from fcntl man pages -
Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri:
> Ciao, Joacim.
>
> Too much since I 'played' with low level calls, so I may be wrong. But
> it seems to me you're opening the image and monitoring for changes the
> directory. Hence the problem. If you read/write a file, I think the
> di
On Fri, Apr 24, 2009 at 7:37 PM, Joacim Thomassen
wrote:
> Hello,
>
> I'm trying to get my first PyQt4 application to work as intended, but it
> seems I'm stuck and out of ideas for now.
>
> The program is a simple GUI showing an image. If the image on disk change
> my intension is that the displa
Den Fri, 24 Apr 2009 22:24:46 +0100, skrev Phil Thompson:
> On Fri, 24 Apr 2009 12:37:02 -0500, Joacim Thomassen
> wrote:
>> Hello,
>>
>> I'm trying to get my first PyQt4 application to work as intended, but
>> it seems I'm stuck and out of ideas for now.
>>
>> The program is a simple GUI showi
On Fri, 24 Apr 2009 12:37:02 -0500, Joacim Thomassen
wrote:
> Hello,
>
> I'm trying to get my first PyQt4 application to work as intended, but it
> seems I'm stuck and out of ideas for now.
>
> The program is a simple GUI showing an image. If the image on disk change
> my intension is that the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> from PyQt4 import ?? QtGui? QtCore? Those are already loaded other
> options are pyqtconfig and uic and those don't sound correct...
from PyQt4 import QtGui
QtGui.QTableWidgetItem
See [1] for an example.
[1]
http://hg.lunaryorn.de/snippets/fi
On Apr 18, 3:46 am, Sebastian Wiesner wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> [...]> I've been trying
>
> > while(len(orders)> i):
> > ui.tb1_tblOrders.setCurrentCell(i,0,orders[i][1])
> > i+=1
>
> > which to me, says go add in the first co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[...]
> I've been trying
>
> while(len(orders)> i):
> ui.tb1_tblOrders.setCurrentCell(i,0,orders[i][1])
> i+=1
>
> which to me, says go add in the first column row with the first order,
> and it makes sense to me
Rea
ookrin schrieb:
I've been searching around the internet for an example of how to add a
list of items to the qTableWidget for the last few hours with little
success.
I have a list orders [[34,940,30,50,67], [50,56,35,30,57]] as my
example here
I built the qTableWidget in designer, so it already
On 16 Apr, 20:17, "Diez B. Roggisch" wrote:
> l.fres...@gmail.com schrieb:
>
>
>
> > I'm developing a PyQt4 application.
>
> > I have created a button:
> > ...
> > self.start_button=QtGui.QPushButton("start simulation", self)
> > ...
>
> > that is connected to a function:
> > ...
> > self.connect(
l.fres...@gmail.com schrieb:
I'm developing a PyQt4 application.
I have created a button:
...
self.start_button=QtGui.QPushButton("start simulation", self)
...
that is connected to a function:
...
self.connect(self.start_button, QtCore.SIGNAL('clicked()'),
self.simulate)
...
This is the functi
Linuxguy123 wrote:
What does it take to get a PyQt4 application running on a Windows
machine ?
To run, installing Python + PyQt4 ;-)
To create a binary wrapper, I use py2exe (I also tried cx_Freeze, both
work the same). There's a gotcha with PyQt4 - snippet follows:
setup(
options = {"p
I have one running. actually use freezer to create an exe for it in
windows.
http://www.riverbankcomputing.co.uk/software/pyqt/download
That will tell you how to get started.
The app I wrote uses Pryro(with middleware server on a linux machine).
And I use the standard widgets
that qt has gri
On Sunday 04 May 2008, Lance Gamet wrote:
> Hi,
> about 3 years ago I did a bit of Qt3 and 4 on C++, now I am trying to do
> something in python.
>
> A QMainWindow subclass as my mainwindow. Its basically a frame with no
> widgets of its own.
>
> Several QWidget subclasses each representing a mode
On Friday 27 April 2007 7:05 am, Pradnyesh Sawant wrote:
> On 4/27/07, Pradnyesh Sawant wrote:
> > Hello, i have the following code:
> > #
> > import time
> > import sys
> > from PyQt4 import QtGui, QtCore
> >
> > class Counter(QtCore.
On 4/27/07, Pradnyesh Sawant wrote:
> Hello, i have the following code:
> #
> import time
> import sys
> from PyQt4 import QtGui, QtCore
>
> class Counter(QtCore.QThread):
> def __init__(self):
> QtCore.QThread.__init__(sel
David Boddie wrote:
> On Thursday 01 March 2007 09:00, Tina I wrote:
>
>> A short and sweet question: Is it possible to put a clickable link in a
>> QLabel that will open in the systems default browser?
>
> Yes.
>
>> I tried to put in some HTML but it did (of course?) simply display the
>> code
On Thursday 01 March 2007 09:00, Tina I wrote:
> A short and sweet question: Is it possible to put a clickable link in a
> QLabel that will open in the systems default browser?
Yes.
> I tried to put in some HTML but it did (of course?) simply display the
> code instead of a link. I also tried to
Phil Thompson wrote:
> The module structure of PyQt reflects the library structure of Qt. Qt4 has
> different libraries to Qt3 so PyQt4 has different modules to PyQt3.
>
> The top level PyQt4 module ensures that PyQt3, PyQt4 (and eventually PyQt5)
> can all be installed side by side in the same
On Tuesday 23 January 2007 10:31 am, Tina I wrote:
> I'm trying to 'convert' my self from Qt3 to Qt4 (it rocks!) and one
> thing seem strange:
> With Qt3 I usually did "from qt import *", but this does not seem to
> work with Qt4. I have to use "from PyQt4 import QtGui , QtCore" and also
> have to
Tina I wrote:
>
> self.connect(self.ui.testButton, QtCore.SIGNAL("clicked()"),
> self.doSomething)
>
> Anyone know why this is? Or am I missing something very basic here? (I'm
> still very much a noob I guess)
If you want to import both you can do something like:
import PyQt4.Qt as Qt
which i
64 matches
Mail list logo