Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0, 5.7.1, 5.10.1
-
None
-
Linux Mint 17.2
Qt 5.5
Description
In a form that contains some objects - like a splitter - QDesigner assigns a default name to each pain in the splitter as "layoutWidget". Warning: dlgmyform.ui:-1: warning: The name 'layoutWidget' (QWidget) is already in use, defaulting to 'layoutWidget1'. All panes following the first, get the same name which conflicts with the unique naming convention. This always reports a warning at compile time. The compiler defaults to the "name+N" name to resolve the conflict.
This is not a property available to the author - but perhaps should be - in order to avoid the annoying warning messages and add specific object name for track-able debugging.
uic dlgnetsmaint.ui > /dev/null dlgnetsmaint.ui: Warning: The name 'layoutWidget' (QWidget) is already in use, defaulting to 'layoutWidget1'. dlgnetsmaint.ui: Warning: The name 'layoutWidget' (QWidget) is already in use, defaulting to 'layoutWidget2'.