Re: [Tutor] Implementing Copy/Cut/Paste menu actions using MainWindow/PyQT4

2013-08-01 Thread Alan Gauld
On 01/08/13 15:52, SM wrote: I am using the PyQT4 designer... This list is for those learning Python and its standard library. You may find somebody here that knows QT well enough to answer but you will have more chance of success on a PyQT specific forum or the main Python list. -- Alan G Au

[Tutor] Implementing Copy/Cut/Paste menu actions using MainWindow/PyQT4

2013-08-01 Thread SM
Hello, I am using the PyQT4 designer to create the MainWindow with very simple drop-down menu items. File->Exit, Edit->Cut,Copy,Paste After converting .ui to .py I am trying to make some manual modifications to the Python script to set the SLOTs for cut/copy/paste actions. Within the main window,