[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=435066 --- Comment #6 from Rinigus --- Yes, I can do that. But in this case I will have to figure out the correct width of that widener element. Something which is not super trivial as you have to take into account all labels (on the left) and spacing between

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435066 --- Comment #5 from Nate Graham --- What you can do is choose one element inside the form to be the "widener" element and set `implicitWidth: [something long]` on it, which will make it stretch out the layout horizontally. Then any other elements that

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=435066 --- Comment #4 from Rinigus --- I want to have forms as in "Preferences" in Pure Maps and OSM Scout Server. In these forms, I would like to show Tag | setting widget description text That should fill the width of the page to make it as simple

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435066 --- Comment #3 from Nate Graham --- Could you supply an example, or maybe a code snippet that shows what you're trying to do? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=435066 Rinigus changed: What|Removed |Added CC||rinigus@gmail.com -- You are receiving this

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=435066 --- Comment #2 from Rinigus --- OK, so, already by design it does not allow to make a form that would fill the available width if the child elements signal that they wish to do so. Right? Any way to regulate the amount of area that is used in practice

[frameworks-kirigami] [Bug 435066] FormLayout ignores Layout.fillWidth

2021-03-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435066 Nate Graham changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---