Re: [Interest] qdateedit

2015-10-01 Thread Rene Decartes
. this begs the question as how to enter a date into qdate in a convenient way as it would be in qdateedit? On Thu, 01 Oct 2015 13:13:59 -0700 Thiago Macieira wrote: > On Thursday 01 October 2015 14:56:15 Rene Decartes wrote: > > hello, > > > > i am using qt5.5 and having prob

[Interest] qdateedit

2015-10-01 Thread Rene Decartes
hello, i am using qt5.5 and having problems with same. there are two difficulties: a) while qDate has a "... range of valid dates is from January 2nd, 4713 BCE, to sometime in the year 11 million CE.", qDateEdit setMinimumDate documentation say "minimum date must be at least the first day in yea

[Interest] setting focus to a QTableWidget Row

2015-07-24 Thread Rene Decartes
I am having trouble getting the 'new/next' row in a QTableWidget to have focus. I have a QTableWidget to hold authors names which will allow the user to add new author names to the 'list' of authors of a book. I am using a subclassed QItemDelegate and QTableWidgetItem similar to those in the spr

Re: [Interest] QLineEdit and QTableWidget

2015-07-07 Thread Rene Decartes
On Tue, 7 Jul 2015 13:45:36 +0200 Alejandro Exojo wrote: > 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 i

[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 QSqlQue