Hi,

I am trying to develop a ne type of button, whitch can display up to four labels or symbols.

This is quite easy, until I try to get it working in QtDesigner. I already have my new button, an heavily customized QPushButton, showing as a custom plugin, and its properties available through the property editor.

What I would like, though, is to be able, when double clicking one of the four regions of my button, to display an on-place editor to customize the corresponding label, instead of editing the QPushButton text.

I can't find how to do that in Qt documentation.

Does anybody know whether this is even possible ?