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
Hi
I want to drag and drop push multiple push buttons but its working for only for
last button. And I want to connect them by a wire.
Please help.
import sys
from PyQt4 import QtGui, QtCore
class Button(QtGui.QPushButton):
def mouseMoveEvent(self, e):
if e.buttons() != Q
On Saturday, October 4, 2014 3:35:33 PM UTC+5:30, Sachin Tiwari wrote:
> Hi
>
>
>
> I want to drag and drop push multiple push buttons but its working for only
> for last button. And I want to connect them by a wire.
>
>
>
> Please help.
>
>
>