Hello,
I have a bunch of widgets (mini screens) that I put into subwindows of an mdiarea. I would like to find a way to emit a signal when one of the subwindows are clicked or double clicked. The click should have an effect anywhere within the subwindow. I figured I could use QtDesigner and right click the widget main area and just us the Go to Slot approach, but there was no clicked() signal so that wont work. Any ideas?
↧