remi icon indicating copy to clipboard operation
remi copied to clipboard

HBox does not work with Standalone

Open KenT2 opened this issue 8 years ago • 2 comments

I have tried standalone with GTK and Qt4. The elements of a HBox appear vertically aligned. I tried qt5 but failed to install it.

Widgets_overview_app works because it uses a Widget and not an HBox.

KenT2 avatar Jan 02 '17 19:01 KenT2

Hello @KenT2 . Thank you for reporting. I've tried it on my windows system and I can't reproduce the problem. Here is attached an example program and a picture that shows how it appears: layout_app.py.txt picture

Can you please try with this example? However it depends for sure about the components used by the pywebview. The renderer is probably obsolete and don't supports html5 specs. You should try with Qt5, there should be a way to install it. Which problem you encountered?

dddomodossola avatar Jan 03 '17 09:01 dddomodossola

I did try the example some while ago. With gtk and qt4 it did not format correctly and the selection dropdowns had no effect. I also found out that the Raspberry Pi does not support Qt5 yet as it requires OpenGL.

KenT2 avatar Mar 04 '17 08:03 KenT2