Extract a portion of a Qt .ui file into its own .ui file

Posted by Grant Limberg on Stack Overflow See other posts from Stack Overflow or by Grant Limberg
Published on 2010-06-02T00:13:10Z Indexed on 2010/06/02 0:13 UTC
Read the original article Hit count: 171

Filed under:
|
|

We have a designer creating a user interface for an application. The main window has several QStackedWidgets used for in place panel switching. What I'd like to be able to do is extract each individual panel that makes up each page of the QStackedWidget into it its own .ui file.

Is there an easy way to accomplish this from within Qt Designer, or are there any other tools to help accomplish this task short of redesigning all of the panels in their own .ui files?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt