Re: [Interest] Custom text objects

2012-01-05 Thread Alex Malyushytskyy
signal void destroyed ( QObject * obj = 0 ) should be emitted. I would recommend to double check that you connect signal of each SvgTextObject instance with appropriate slot. Regards, Alex On Thu, Jan 5, 2012 at 4:31 AM, Graham Labdon wrote: > I have tried this but my slot never gets cal

Re: [Interest] QMenuBar on QtDesigner

2012-01-05 Thread Alex Malyushytskyy
I am still using Qt 4.6.0, so it might be different for your version, but Right click on QMainWindow client area in QtDesigner brings up menu with various commands including 'Create Menu Bar' which you seems are looking for. If you have child widget which cover such area you might click name of t

Re: [Interest] Custom text objects

2012-01-05 Thread Graham Labdon
I have tried this but my slot never gets called ?? -Original Message- From: interest-bounces+graham.labdon=avalonsciences@qt-project.org [mailto:interest-bounces+graham.labdon=avalonsciences@qt-project.org] On Behalf Of Samuel Gaist Sent: 05 January 2012 12:00 To: interest@qt-pro

Re: [Interest] Custom text objects

2012-01-05 Thread Samuel Gaist
On 5 janv. 2012, at 12:56, Graham Labdon wrote: > Hi > I have implemented the insertion of custom objects into a QTextEdit by > following the ‘insert SVG image’ example. > > I now want to detect when such an object is deleted, does anybody know how I > can achieve this > > Thanks > > Gra

[Interest] Custom text objects

2012-01-05 Thread Graham Labdon
Hi I have implemented the insertion of custom objects into a QTextEdit by following the 'insert SVG image' example. I now want to detect when such an object is deleted, does anybody know how I can achieve this Thanks Graham ___ Interest mailing lis