Qt-interest Archive, March 2002
Designer; how do you change a QWidget to a QDialog ?
Message 1 in thread
- Subject: Designer; how do you change a QWidget to a QDialog ?
- From: "Dr. Andreas Wehler" <Andreas.Wehler@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 Mar 2002 17:33:16 +0100
- Thread-index: AcHGvwbb7UBQgO3nTwSd4vBfi1Kc9A==
- Thread-topic: Designer; how do you change a QWidget to a QDialog ?
- To: <qt-interest@xxxxxxxxxxxxx>
Hi.
If you feel your handy QWidget should better be a QDialog,
how would you for it?
In a first try I modified the ui file, but the designer has its
own imaginations of what to find there. So just changing QWidget
to QDialog is not enough: the object explorer shows now a QDialog
at the root, but the generated ui-file is not correct.
Ok, I reinvented this one again step by step, but this is not
the recommended way, is it?
Andreas Wehler