Re: [PyQt] Small paid development task

2009-07-16 Thread Sandro Dutra
I don't have the necessary knowledgement to take this project, I only do simple things with PyQt, like a dialog, a Interface for mysql with pyqt and sqlalchemy, this kind of thing... 2009/7/15 Jason H scorp...@yahoo.com Well no one jumped at my offer. I am curious, what would it take?

[PyQt] Re: [pygtk] Limit lines of textview help/doc format

2009-02-16 Thread Sandro Dutra
I think you can take a look at QTextDocument. 2009/2/16 Timo timomli...@gmail.com Hi all, 2 questions: I have a small textview that I want to be limited to 4 lines of text. So the user can't type more than 4 lines. Is that possible? Second, I want some sort of help function in my

[PyQt] About the StatusBar

2009-02-10 Thread Sandro Dutra
question is: There's a way more simple than this? Using only the QtDesigner, for example to create this look fell to a statusBar... Best Regards, Sandro Dutra, Brazil; ___ PyQt mailing listPyQt@riverbankcomputing.com http

[PyQt] Re: Resizing widgets in a window.

2009-01-31 Thread Sandro Dutra
Thanks to everybody for the help, my ploblem is solved. I know it's pretty basic question, but I forget to say I'm a PyQt starter. Thank you! ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Resizing widgets in a window.

2009-01-30 Thread Sandro Dutra
without sucess. I'm using QtDesigner to build the interface and Eric4 to program, anyone could help me? Thanks in advance! Sandro Dutra Brazil. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Problem calling a window

2009-01-17 Thread Sandro Dutra
have to set a parent. exec_() gets attribute error because I thought it was a QDialog :P Try with this: wndMain = Pro2MainWindow(self) # --- set as parent QDialog wndMain.showMaximized() self.hide() 2009/1/15 Sandro Dutra hexo...@gmail.com: Sorry for the delay... it's the time, it's

Re: [PyQt] Problem calling a window

2009-01-15 Thread Sandro Dutra
servidor informa:\n%s %message, OK) @pyqtSignature() def on_pushButton_exit_clicked(self): self.close() If you need more info tell me, Thanks for the attention to a so noob problem. Sandro Dutra - Brazil. ___ PyQt mailing listPyQt

[PyQt] Problem calling a window

2009-01-13 Thread Sandro Dutra
. else: message = uErro desconhecido.\nCódigo administrativo: %s - %s. %(error_code[0], error_code[1]) QMessageBox.information(self, Falha no acesso, uO servidor informa:\n%s %message, OK) --- Anyone can help? Thanks in advance, Sandro