*** zbenjamin is now known as Guest4198 | 01:08 | |
*** zbenjamin_ is now known as zbenjamin | 01:08 | |
*** haasn` is now known as haasn | 06:03 | |
Thaodan_ | has silica a tableview? | 10:33 |
---|---|---|
r0kk3rz | i dont think so | 10:34 |
Thaodan_ | that sounds really shitty. Any idea how to indent two items side by side? | 10:38 |
Thaodan_ | something like: | 10:38 |
Thaodan_ | name | value | 10:38 |
r0kk3rz | columns and rows are fairly usual things in qml | 10:39 |
Thaodan_ | so add colums to a listmodel? | 10:41 |
r0kk3rz | how do you need the scrolling to work? | 10:42 |
r0kk3rz | adding a Row {} to a listview delegate is reasonable if you only have two columns | 10:43 |
Thaodan_ | but I have the row indended | 10:43 |
Thaodan_ | i have something like name | value | 10:44 |
Thaodan_ | but sometimes name is longer than the previus name | 10:44 |
Thaodan_ | tableview sounded easier for that | 10:45 |
r0kk3rz | yeah you can format it as a % of screen dimensions | 10:46 |
Thaodan_ | by which attribute? | 10:47 |
r0kk3rz | parent.width is a typical one | 10:47 |
Thaodan_ | so I need to set the width of the delegate? | 10:48 |
r0kk3rz | no? | 10:48 |
Thaodan_ | of the list view? | 10:48 |
r0kk3rz | inside the delegate would be the row with your key and value items | 10:49 |
Thaodan_ | so I need a delegate that contains two items one for key one for value | 10:51 |
leszek | Ideas what is going wrong here? https://build.merproject.org/package/live_build_log/home:leszek/qtwebkit5212-wHtml5Audio+Video/sailfish_latest_armv7hl/armv8el Built fine before 3.0.3 | 11:02 |
leszek | Thaodan_: couldn't you solve it using a SilicaGridView? | 11:04 |
r0kk3rz | leszek: maybe there was changes to gstreamer | 11:06 |
Thaodan_ | the file is in gstreamer1.0-devel | 11:09 |
Thaodan_ | pkconfig(gstreamer1.0) should be ok | 11:09 |
leszek | r0kk3rz: shouldn't it try to build against the gstreamer stuff I have in on merobs | 11:09 |
leszek | I have pkconfig(gstreamer-1.0) already | 11:10 |
Thaodan_ | gstreamer from jolla is newer.. | 11:10 |
Thaodan_ | 1.14 | 11:11 |
r0kk3rz | why do you have gstreamer in there? | 11:11 |
Thaodan_ | because his was newer i think | 11:11 |
leszek | yeah it was newer and I fixed streaming in there | 11:11 |
r0kk3rz | ah ok, we updated to 14.1 ages ago now | 11:12 |
leszek | So I should remove the gstreamer in my mer projects? | 11:12 |
Thaodan_ | try it | 11:12 |
r0kk3rz | not sure that will solve this issue, but its a good idea | 11:13 |
leszek | lets see | 11:14 |
Thaodan_ | r0kk3rz: using Row { Kirigami.BasicListItem { } Kirigami.BasicListItem {} } | 11:33 |
Thaodan_ | did the trick | 11:33 |
r0kk3rz | youre using kirigami? | 11:33 |
Thaodan_ | eh | 11:33 |
Thaodan_ | r0kk3rz: using Row { Column { Kirigami.BasicListItem { } } Column { Kirigami.BasicListItem {} } } | 11:34 |
Thaodan_ | yes but I'll add silica support later | 11:34 |
leszek | nice that worked :) QtWebkit 5.212 build for x86 :) | 13:54 |
leszek | *built | 13:54 |
*** frinring_ is now known as frinring | 15:56 | |
rinigus | Thaodan_: I'd suggest to use ValueButton for it (https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-valuebutton.html/). that would give you access to name | value, one per row. in kirigami, you could push elements into formlayout for alignment | 17:04 |
Almindor | anyone getting shared memfd open() failed: Function not implemented | 21:11 |
Almindor | I see this on deploying an app | 21:12 |
*** SpeedEvil is now known as Guest37555 | 22:49 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!