Hi Frank,
> > Note that delegates don't have to be specific to a particular view.
>
> Here's where I don't understand how things work. Is a delegate associated
> with a view or a model? I would think with the view because delegates
seem
> to do "view" kinds of things -- display and UI interact
Hello Tony!
Thanks again. I do have some follow-up questions.
On Tue, Jun 26, 2012 at 12:28 PM, Tony Rietwyk wrote:
> Hi Frank,
>
> I haven't used QItemEditorFactory. My reading of the docs suggests this
> only applies if all of your strings are to be edited via the same combo.
> None of the i
Hi Frank,
I haven't used QItemEditorFactory. My reading of the docs suggests this
only applies if all of your strings are to be edited via the same combo.
None of the interfaces include a QModelIndex, so logically it can't be used
to provide different editors for different columns.
I think th
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
Hi Tony!
Thanks for your follow-up questions. I've tried to answer them
in line, below.
Before I do, please let me quickly summarize what I think my
question is.
I think I have to get my hands on the appropriate existing delegate.
(I don't actually know whether the delegate is associated primar
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
I tried two different possibilities.
First:
Image
{
id: media_cover
source: "../images/media_cover.png"
smooth: true
rotation: 0
transformOrigin: Item.Center
}
RotationAnimation
{
target: media_cover;
property: "rotation";
loo
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 (
Hello all,
I am french, and currently I am creating planetqt.fr ( rss agregator for
french blog talking about Qt) .
Here is the screenshot https://dl.dropbox.com/u/25981400/planetqt.fr.PNG
( Content is in english just for testing)
I already get the domain name : planetqt.fr, so now I wanted to k