Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
pyqt
- Page 1
Re: PyQt
Programming
Software Development
14 Years Ago
by vegaseat
You could take a look at: [url]http://www.riverbankcomputing.com/software/
pyqt
/download[/url] Also check if the Eric IDE is available in your repository. It is written in Python and
PyQT
and should install
PyQT
for you. [url]http://eric-ide.python-projects.org/[/url]
PyQt
Programming
Software Development
14 Years Ago
by Boubakr
Hi... I want to start with
PyQt
and I don't from where should I beggin !! I'm using Fedora Linux 14 !
PyQt: Need help installing
Programming
Software Development
15 Years Ago
by lmnopt
… I have recently decided to start doing some work using
PyQt
, I've been told its pretty good, however I hit…]Traceback (most recent call last): File "E:\Documents\Work\
PyQt
stuff\Resize windows.py", line 6, in <module… fit the bill in terms of doing everything necessary for
pyqt
to run properly [*] Seeing as this is the first …
Re: PyQt: Need help installing
Programming
Software Development
15 Years Ago
by bumsfeld
…www.python.org/download/releases/2.6.5/[/url]
PyQt
-Py2.6-gpl-4.7.2-1.exe Windows …installer from [url]http://www.riverbankcomputing.co.uk/software/
pyqt
/download[/url] This was my little test program: [code]#… pqt_Slider_LCD.py # create
PyQt
form with slider and LCD readout # get changing slider values…
Re: PyQt: Need help installing
Programming
Software Development
15 Years Ago
by lmnopt
… spending a while trying to reinstall python 2.6 and
pyqt
I've hit another problem. I uninstalled both and reinstalled… 2.6 64 bit and
pyqt
, still didn't work uninstalled both, again when I attempt…
Re: PyQt: Need help installing
Programming
Software Development
15 Years Ago
by vegaseat
I would agree with SgtMe. Even though you are running Windows7-64bit, you are better of to install the 32bit versions of Python and
PyQt
at this time.
Re: PyQt: Need help installing
Programming
Software Development
15 Years Ago
by vegaseat
I just did Bumsfeld's Python26 and
PyQt
32bit installation on my Dell Window7-64bit machine and it worked perfectly well.
Re: PyQt: Need help installing
Programming
Software Development
15 Years Ago
by lmnopt
thank you hazar, that worked perfectly. An explanation as to why would be nice..... I can't see why downloading from another computer should work, but regardless of that I finally have python installed on my computer! Now to try installing
pyqt
again
Re: pyqt execution problem...
Programming
Software Development
15 Years Ago
by python.noob
Thanks wooee for your reply... I've successfully installed
PyQt
for python3 and it's running perfectly.. I've posted… this problem in
PyQt
forum and see the reply here.. It must be helpful… link.. [URL="http://old.nabble.com/problem-in-making-
pyqt
-up-and-running...-ts26456683.html"]http://old.nabble.com…
PyQt Put QLineEdit Text Into Variable
Programming
Software Development
14 Years Ago
by Syphilis
… Up? I can't seem to post this in the
PyQt
section (No post new thread button) Anyway I've started… using
PyQT
to design a UI for my python script, I've… There's three jobs I need to do between the
PyQt
User interface and the normal python script. One: Retrieve text…
PyQT Designer error
Programming
Software Development
13 Years Ago
by Srin
I wanted to install a GUI toolkit for python and
pyqt
looked good but when I install the complete binary on …the
pyqt
site and run designer, I get this error when I… it? And if not, can I manually code with the
pyqt
gui toolkit? Using another purely textbased no gui code generating…
Re: pyqt execution problem...
Programming
Software Development
15 Years Ago
by woooee
… it. [QUOTE]undefined symbol: PyString_FromString[/QUOTE]Ask how to install
PyQT
for both 2.6 and 3.x on the Ubuntu… or
PyQt
forum. Some one has done this and if there isn… if you screw up things, you can just re-install
PyQT
and get back to where you are now.
Re: PyQT Designer error
Programming
Software Development
13 Years Ago
by nabla2
… know how to fix error from the screenshot, but i
PyQt
folder you can find three utility programs: [LIST] [*][B]pyuic4… Python module. These resources can then be accessed from a
PyQt
application as files in a virtual filesystem. [*][B]pylupdate4.exe…
pyqt execution problem...
Programming
Software Development
15 Years Ago
by python.noob
….. I've not had any problem with the installation of
pyqt
as it is available from the ubuntu repositories with umpteen… 3.1(Am i right?).. I wanted to check the
pyqt
installation with a sample program.. i[CODE]mport sys from…
PyQt designer - calling widget form from main window
Programming
Software Development
12 Years Ago
by Dan08
Hi, I just installed
PyQt
Designer to start creating UI's with python, I've … WxPython and TKinter before, but never really done anything with
PyQt
. So for some of you this might be a very…
Re: PyQt save an qgraphicsview
Programming
Software Development
14 Years Ago
by woooee
…] You could also try the [URL=http://old.nabble.com/
PyQt
-f23444.html]
PyQt
Forum[/URL]
Pyqt and gif
Programming
Software Development
17 Years Ago
by neverlander
I am trying to display a gif file on
pyqt
.It shows but doesnt animate.It is static.How can make it animate? This is the code i used: [CODE]pic=QtGui.QPixmap("./IRREGULAR/"+ui.lineEdit.text()+".gif") ui.label_9.setPixmap(pic)[/CODE]
Re: Pyqt and gif
Programming
Software Development
17 Years Ago
by ZZucker
I don't think
pyqt
can handle animated gifs. You could use wxPython's wx.animate.GIFAnimationCtrl widget.
Re: Pyqt and gif
Programming
Software Development
17 Years Ago
by Ene Uran
There is actually a python code snippet on animated gifs and wxpython: [url]http://www.daniweb.com/code/snippet435.html[/url]
PyQT
and QT use some rather complex legal stuff on licensing, so I don't use it!
Re: Pyqt and gif
Programming
Software Development
15 Years Ago
by vegaseat
Better late than never ... [code=python]# use
PyQt
to play an animated gif # added buttons to start and …
[pyqt]QTabbar beginner question..help plz..
Programming
Software Development
15 Years Ago
by python.noob
….. We can set Tab bar for the tab widget in
pyqt
... I want to place a push button on tab1.. In…
PyQt window auto resize
Programming
Software Development
15 Years Ago
by DimaYasny
Hi guys, We're writing a GUI based on
PyQt
, and we're running into an issue when using different …
PyQt save an qgraphicsview
Programming
Software Development
14 Years Ago
by pdini
Hi all, I developed a GUI application using
PyQt
which comport a QGraphicsView. In this QGraphicsView I have a …
PyQt + external runtime... need help
Programming
Software Development
11 Years Ago
by Tcll
…... :) I need some help with an external runtime interface with
PyQt
... here's my current code: import API API.init() #show…
PyQt QPainter indent guides
Programming
Software Development
9 Years Ago
by Tcll
… I'm doing is building my own python IDE using
PyQt
. nothing can do what I need it to without a…
Re: PyQt
Programming
Software Development
16 Years Ago
by woooee
…. #** #** This file is part of an example program for
PyQt
. This example #** program may be used, distributed and modified without… app = QApplication( sys.argv ) lineedits = LineEdits() lineedits.setCaption("Lineedits -
PyQt
Example") lineedits.show() app.setMainWidget(lineedits) app.exec_loop()[/CODE]
Re: IDE for PyQt..
Programming
Software Development
15 Years Ago
by MikaelHalen
PyQT
can be a hassle to setup in Eclipse but when it is set up it works pretty nicely! There is [URL="http://popdevelop.com/2010/04/setting-up-ide-and-creating-a-cross-platform-qt-python-gui-application/"]a guide at popdevelop[/URL] that shows you how to setup Eclipse in Windows to work with
PyQT
, with code completion and all.
Re: error in configuring PyQt
Programming
Software Development
14 Years Ago
by e-papa
PyQt
-win-gpl-4.8.3, i already have it and i have extracted it.
Re: PyQt
Programming
Software Development
14 Years Ago
by Boubakr
Thank's
Re: PyQt Quit push button
Programming
Software Development
16 Years Ago
by Ene Uran
… files in my Python Lib folder. A shame, because
PyQT
sounds like and interesting GUI toolkit. Let me know what… magnanimously screwed up. So here is the solution: The
PyQT
installation works on Windows Vista if you add the file…C:\Users\User_Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\
PyQt
GPL v4.4.2 for Python v2.5 You have…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC