Re: [PyQt] Just a quick question.

2009-12-07 Thread zorze
import itemedit as itemedit
# the form is called EditRecord in itemedit module
form = itemedit.EditRecord()
form.exec_()

On Sunday 06 December 2009 11:56:05 Philip Ridout wrote:
 Ive got a form with a btton on it. From that button I want to launch a form
 when it is clicked.
 
 How do I do this?
 
 Thanks!
 
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Firebird SQL driver

2009-11-02 Thread zorze
Hi,
how can I get the Qt driver for Firebird?

Thank you.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] Form/dialog without title bar and actions buttons

2009-09-30 Thread zorze
Hi Pete,
first of all thank you for your anwser.

I'm doing a point of sale in PyQt, one of the goals it to
work in touch screen devices, for my experience with other software 
it can't have minime, maximize, etc. buttons, the title bar is also useless.

You give the clue, I'm following.

Thanks.

Regards,
Jorge

On Monday 28 September 2009 21:42:19 Hans-Peter Jansen wrote:
 Am Montag 28 September 2009 schrieb zorze:
  Hi,
  I'm a newbee in Qt/PyQt but I'm starting to use it.
 
 Welcome to the PyQt wonderlands ;-)
 
  The first problem that I need to solve is how to
  remove the title bar from a Dialog/MainWindow?
 
 Could you be more specific about your goals? Are you really after the 
 effects of killall $WINDOWMANAGER?
 
 Without title bars, users usually cannot resize nor move their windows!
 
 Anyway, programmatically, you can play with QWidget.setWindowFlags(...).
 
 Real fun starts with sticky windows, skipping taskbars and pagers, title 
 bars without close/min/max buttons and the like..
 
 Enjoy,
 Pete
 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt
 
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Form/dialog without title bar and actions buttons

2009-09-28 Thread zorze
Hi,
I'm a newbee in Qt/PyQt but I'm starting to use it.
The first problem that I need to solve is how to
remove the title bar from a Dialog/MainWindow?
I use Qt Designer to make the form.

Thank you.


P.S.- Using Fedora Linux 11 KDE
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt