[PyQt] How to get password from user using qt-designer?

2012-06-13 Thread Ganesh Kumar
Hi Guys, I am using qt-designer ,How to get user password input using labeltext How archive this. please guide me guys. -Dhanasekaran. Did I learn something today? If not, I wasted it. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riv

[PyQt] QTabWidget tab width change

2012-06-12 Thread Ganesh Kumar
Hi Guys, I have try with pyqt, with QTabWidget I want increase tab width my application. How to achieve tab width. please guide me. -Ganesh Did I learn something today? If not, I wasted it. ___ PyQt mailing listPyQt@riverbankcomputing.com http://ww

Re: [PyQt] PyQt4 window not properly closing with signals From.close

2012-06-11 Thread Ganesh Kumar
, 11 Jun 2012 15:45:53 +0530, Ganesh Kumar wrote: > >> I am new to pyqt, I try two qt designer files one is main window >> second sub window, >> Load main window click button open new window >> user clicks exit on that window close sub window return to main w

[PyQt] PyQt4 window not properly closing with signals From.close

2012-06-11 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, I try two qt designer files one is main window second sub window, Load main window click button open new window user clicks exit on that window close sub window return to main window I am tried with Form.close , window.deletelater Not working for me. I have attached my

[PyQt] Pyqt for embedded Board

2012-06-11 Thread Ganesh Kumar
Hi Guys, I have developed one small application, It's tested working good in x86 processor. My target run this application on embedded board, BeagleBoard Devkit-8000 model. I have installed debian squeeze, python and pyqt library. I have copied source the embedded board, it's though segmentation f

[PyQt] label text with autoupdate

2012-06-07 Thread Ganesh Kumar
Hi guys, How to do the autoupdate the labeltext value automatically update. I have text value as variable, The variable value frequently update. How to update label text value in pyqt. please guide me guys. -Ganesh Did I learn something today? If not, I wasted it. __

[PyQt] Get Current time with auto update Label

2012-06-07 Thread Ganesh Kumar
Hi Guys, I am New to pyqt, I have tried auto update label value, How to do this, I Have create my project with tab-widget, I have click the nexttab the time value will update. I will stay some time in same page. It's shows the old time, How to update current time with label please guide me guys.

[PyQt] Difference between QFrame and Qwidget

2012-05-24 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, I am using Gui design using qtdesigner , I am facing lot in confusion with QFrame and QDialog , what is the basic difference between these Qwidget. please guide me guys, -Dhanasekaran Did I learn something today? If not, I wasted it. ___

[PyQt] QtNetwork.QNetworkAddressEntry

2012-05-22 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, my idea is create very easy interface, configure Network ip configuration using pyqt, I have seen QNetworkAddressEntry is using to do achieve this, please give any example QNetworkAddressEntry with python, please guide me guys. -Dhanasekaran Did I learn something today

[PyQt] what is pyqtSignature( )

2012-05-19 Thread Ganesh Kumar
Hi Guys I very new to pyqt, I am still learning face, I have seen the example program, @pyqtSignature("QString"). It's a decorator function, But I can't seen the function not available to my source file, please guide me. @pyqtSignature("double") @pyqtSignature("int") -Dhansekaran. Did I learn

[PyQt] Time auto update to my widget

2012-05-17 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, I have create one small application, my application starts time , will updates continuously, like analog clock How to do this, please guide me guys, -Dhanasekaran Did I learn something today? If not, I wasted it. ___ PyQt mai

[PyQt] Next window show

2012-03-30 Thread Ganesh Kumar
Hi guys, I am new to pyqt. in my window having next (push-button) when user clicks and next window will see. please guide me. -Gaensh Did I learn something today? If not, I wasted it. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.river

[PyQt] Help multiple windows in pyqt

2012-03-30 Thread Ganesh Kumar
Hi guys. I am new to pyqt. I have created my required application to designed using qt-designer. My application have total for windows, I have created for (ui) user interface. But i didn't understand to connect windows using pyqt. When user clicks next windows will open. please guide me. any lea