Quote Originally Posted by Everall
Hello GreyGeek,


Here is a quick workaround that looks like what you want and has the functionality too. It can be done without code, just using QT designer.

put a QFrame on your dialog. Set its properties :
frameShape to QFrame::Box
frameSchadow to QFrame::Plain
margin and spacing to 0

put a QLineEdit in it and apply a grid layout on it.

Hope this helps
I considered that but for over 50 QLineEdit boxes it would be impractical. Also, user demands require a textbox density so high that such a frame would not allow my app to fit in our standard 800X600 workstation desktop.
Thanks anyway.