Re: pyqt problem

2014-10-02 Thread Sachin Tiwari
On Thursday, October 2, 2014 3:19:22 PM UTC+5:30, Sachin Tiwari wrote: > Hi > > I am learning pyqt, can any one help me to make instances of pushbutton > wherever cursor will be clicked on canvas,like a circuit simulator where we > add components on canvas just by left or right click. > > >

Re: pyqt problem

2014-10-02 Thread Mark Lawrence
On 02/10/2014 10:49, sachin.tiwar...@gmail.com wrote: Hi I am learning pyqt, can any one help me to make instances of pushbutton wherever cursor will be clicked on canvas,like a circuit simulator where we add components on canvas just by left or right click. Thanks & Regards, Sachin Please

Re: PyQt: Problem finding and showing a record in a QDataBrowser

2005-08-09 Thread Jorge Godoy
Jorge Godoy wrote: > I have created an interface where I have a QDataBrowser and all of its > editing and navigating controls and one of the displayed controls is in a > QSpinBox. > > I have the navigation from current to next and previous records working > fine if I only use the data browser con