Re: [Interest] QLineEdit and QTableWidget

2015-07-07 Thread Alejandro Exojo
El Tuesday 07 July 2015, Rene Decartes escribió: but it is turning out to be convoluted (for me!) am i approaching this correctly? I'm not fully sure I undestand what you want, but, could it be that what you want is a grid layout instead? -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2

Re: [Interest] QLineEdit and QTableWidget

2015-07-07 Thread Rene Decartes
Of Rene Decartes Sent: Tuesday, 7 July 2015 12:41 PM To: interest@qt-project.org Subject: [Interest] QLineEdit and QTableWidget hello, i rather green at using qt. jumping right in, i had a qlineedit on a widget that is basically coded as: People::createPersonEdit

Re: [Interest] QLineEdit and QTableWidget

2015-07-07 Thread Tony Rietwyk
-bounces+tony=rightsoft.com...@qt-project.org [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of Rene Decartes Sent: Tuesday, 7 July 2015 12:41 PM To: interest@qt-project.org Subject: [Interest] QLineEdit and QTableWidget hello, i rather green at using qt. jumping right

[Interest] QLineEdit and QTableWidget

2015-07-06 Thread Rene Decartes
hello, i rather green at using qt. jumping right in, i had a qlineedit on a widget that is basically coded as: People::createPersonEdit() { personEdit = new QLineEdit ; personLabel = new QLabel( tr( Person: ) ) ; personLabel-setBuddy( personEdit ) ; personModel = new