Hello, I have a webview component, in qt, on it I load an html page.
In linux it works perfectly ... On windows already the websocket stops and starts and can not start ... Does anyone have any idea how to solve this problem?
Edit: Rescue thi...
I need to enable scrollbar in a widget qwebview , and put the automatic scrolling, but I did not find any information on how to do this in python.
I tried to do this:
self.qwebview.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOn)...
I have a class:
class MyWindow2Class(QtGui.QMainWindow, form2_class):
Inside the init of it I have this code snippet:
self.scr = ScriptManager(self)
self.qwebview.page().mainFrame().addToJavaScriptWindowObject("obj", self.scr)
self...
I'm developing an app for iOS and Android and I'm having some difficulty accessing galeria de images of devices with QML.
I need to list the image gallery images in a GridView
I've been trying to use QStandar...
I have the following string:
QString str="Macarr & # x & 3; the integral.
(I put space between all characters of the special character if it would not be visible and would appear A with the uncle "ã")
and wanted to format it so that it lo...
I'm developing an application that requires the front camera to occupy the entire background screen, style the snapchat application, but using QML the camera with spacing at the top and bottom of the camera. QML Responsible for the camera:
im...
I'm having the following problem, when I run the insereOP() method, the instances maq and cli lose their data.
So when I call the atualizarOP method, the client and machine information does not exist, generating an...