Bruno Tezine

Results 6 issues of Bruno Tezine

Hi, Congratulations for this project! It's amazing! It's the coolest project I found this year! I wonder if it's already possible to import Scss files similar to React? App.tsx ```tsx...

Hi, QmlWeb is awesome! It's great to have the qml syntax for web development! I have only one concern. Since there are many free components already created using html/css, I'd...

Hi, QtSharp seems great! I wonder if it's possible to invoke qmlRegisterType from c# or if there is any other way to use c# from qml? Regards, Bruno

Hi, It seems QTreeWidgetItem is not working. The following code throws an exception: "System.MissingMethodException: Constructor of type 'QtWidgets.QTreeWidgetItem' not found". var treeWidget = new QTreeWidget(); treeWidget.ColumnCount = 1; treeWidget.ItemClicked +=...

Hello, I tested TypeAhead and it works fine in the web when not using inside a dialog, but the suggestion box is not displayed when I used it inside a...

I, I'm using Xamarin Forms 3.6.0.264807 with Visual=Material enabled and Android Target API=28. I followed the instructions you mentioned, but no icons are displayed and no warnings in debug. Tried...