signals and slots in multilayered UI widgets
问题 Let\'s say we have the follogin UI: +--------------------------+ |W1 +--------------+ | | |W2 | | | | +----------+ | | | | |W3 | | | | | +----------+ | | | | | | | +--------------+ | +--------------------------+ W3 is interested in a certain signal emited in W1 (or a level below, i.e. qApp). The idea is to develop W3 independently. But somebody has to do the signal/slot connection. What would be a good practice/recommended way of connecting the signal emited in W1 into slot in W3 if we want