Thank you for the reply, it works this way for me
I saw your example and noticed that the line edits that were originally added to horizontal layout , know are making composite widget like this :
<widget class="QWidget" native="1" name="widget_2" >
<item>
<widget class="QLineEdit" name="lineEdit_2" >
</item>
<item>
<widget class="QLineEdit" name="lineEdit_3" >
</item>
</widget>
<widget class="QWidget" native="1" name="widget_2" >
<item>
<widget class="QLineEdit" name="lineEdit_2" >
</item>
<item>
<widget class="QLineEdit" name="lineEdit_3" >
</item>
</widget>
To copy to clipboard, switch view to plain text mode
How can I do this ,i.e organize my line edits in one composite widget through qt designer,
i.e without manually messing with the .ui file and adding the appropriate code ? Is it possible ? I could not find such a option in designer
Bookmarks