Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Pierre-Yves Siret
gt; *From:* gr3...@gmail.com on behalf of Pierre-Yves > Siret > *Sent:* Monday, March 5, 2018 9:00 AM > *To:* Jérôme Godbout > *Cc:* Igor Mironchik; Qt Project > > *Subject:* Re: [Interest] RowLayout with Text with wrap mode > > You should always set a width for Text items

Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Jérôme Godbout
l got ignored). If you don't see any problems with that, fine, I do. From: gr3...@gmail.com on behalf of Pierre-Yves Siret Sent: Monday, March 5, 2018 9:00 AM To: Jérôme Godbout Cc: Igor Mironchik; Qt Project Subject: Re: [Interest] RowLayout with Text with

Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Igor Mironchik
nt:* Saturday, March 3, 2018 4:18 AM *To:* Qt Project *Subject:* Re: [Interest] RowLayout with Text with wrap mode I know that changing RowLayout to simple Row will solve the problem. But is it possible to solve this with layout? On 03.03.2018 10:24, Igor Mironchik wrot

Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Pierre-Yves Siret
ible. > > -- > *From:* Interest on > behalf of Igor Mironchik > *Sent:* Saturday, March 3, 2018 4:18 AM > *To:* Qt Project > *Subject:* Re: [Interest] RowLayout with Text with wrap mode > > I know that changing RowLayout to simple Row will

Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Jérôme Godbout
sible. From: Interest on behalf of Igor Mironchik Sent: Saturday, March 3, 2018 4:18 AM To: Qt Project Subject: Re: [Interest] RowLayout with Text with wrap mode I know that changing RowLayout to simple Row will solve the problem. But is it possible to solve this with l

Re: [Interest] RowLayout with Text with wrap mode

2018-03-05 Thread Jérôme Godbout
different value. From: Interest on behalf of Igor Mironchik Sent: Saturday, March 3, 2018 2:24 AM To: Qt Project Subject: [Interest] RowLayout with Text with wrap mode Hello, I have a delegate for ListView with RowLayout inside: RowLayout

Re: [Interest] RowLayout with Text with wrap mode

2018-03-03 Thread Igor Mironchik
I know that changing RowLayout to simple Row will solve the problem. But is it possible to solve this with layout? On 03.03.2018 10:24, Igor Mironchik wrote: Hello, I have a delegate for ListView with RowLayout inside: RowLayout {     anchors.fill: parent     spacing:

[Interest] RowLayout with Text with wrap mode

2018-03-02 Thread Igor Mironchik
Hello, I have a delegate for ListView with RowLayout inside: RowLayout {     anchors.fill: parent     spacing: 20     width: parent.width     ColumnLayout {     id: col     anchors.left: parent.left