Re: [Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-26 Thread Michael Jackson
On Jun 26, 2012, at 5:43 AM, André Somers wrote: > Op 25-6-2012 22:35, Michael Jackson schreef: >> Is it possible to dynamically set the row height based on the amount of text >> that needs to be displayed? We are trying to display some error messages in >> a table and some of the messages are

Re: [Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-26 Thread Michael Jackson
On Jun 26, 2012, at 5:43 AM, André Somers wrote: > Op 25-6-2012 22:35, Michael Jackson schreef: >> Is it possible to dynamically set the row height based on the amount of text >> that needs to be displayed? We are trying to display some error messages in >> a table and some of the messages are

Re: [Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-26 Thread André Somers
Op 25-6-2012 22:35, Michael Jackson schreef: > Is it possible to dynamically set the row height based on the amount of text > that needs to be displayed? We are trying to display some error messages in a > table and some of the messages are very short (just a few words) and some of > very long (

Re: [Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-25 Thread Mark
rom: interest-bounces+eclark=ara@qt-project.org [mailto:interest- >> bounces+eclark=ara@qt-project.org] On Behalf Of Michael Jackson >> Sent: Monday, June 25, 2012 3:35 PM >> To: Interests Qt >> Subject: [Interest] Dynamically Resizing the height of a Row in a >>

Re: [Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-25 Thread Eric Clark
f Michael Jackson > Sent: Monday, June 25, 2012 3:35 PM > To: Interests Qt > Subject: [Interest] Dynamically Resizing the height of a Row in a > QTableWidget or QTableView > > Is it possible to dynamically set the row height based on the amount of text > that needs to be displ

[Interest] Dynamically Resizing the height of a Row in a QTableWidget or QTableView

2012-06-25 Thread Michael Jackson
Is it possible to dynamically set the row height based on the amount of text that needs to be displayed? We are trying to display some error messages in a table and some of the messages are very short (just a few words) and some of very long (lots and lots of words). Can this be done with a QTab