how to create a QT plugin using Meego Touch Framework? - c++

I'm new to QT plug ins and Meego Touch Framework. My goal is to be able to create a QT plug in that reads CSS files to customize any application loaded in a terminal. So if user wants to customize any application, all he has to do is create a css file and load it. Can somebody give me a jumpstart how to do this using Meego Touch Framework? I have been reading this -> http://meego.com/developers/ui-design-guidelines/handset/ui-customization-guidelines but all I'm getting are the basics...

By default meegotouch does support "per application" stylesheets so if i understand your question, its already implemented.

Related

How would I customize a Buefy (or Bulma if easier) implementation with a custom theme/vars/colors in a Django project?

I have a Django web app with Vue on the frontend. I installed Buefy to get easy-to-use components. I'd like to create a theme file to customize some of the colors (things like is-info, primary, etc.)
The Buefy and Bulma documentation basically just says "create a SCSS file and then you can specify variables"...but it doesn't explain WHERE this file would go, and how to ensure it gets converted to css, or integrated with webpack, etc. How would I integrate a custom .scss file into my project so it compiles and loads in my app?

How to log HTTP requests made from Qt QML OSM map plugin?

I'm building a Qt 5.11 application which embeds an openstreetmap QML component. Everything works fine but I need to be able to log HTTP requests for a debugging purposes.
I can't find anything in the Map documentation. Nothing else in the OSM plugin documentation.
I took a look at the geoservice plugin sources. Nothing.
Is there another way to do what I need?
Edit: I can't accept a solution which implies to modify Qt sources because it will complicate build and deployment.

What is the best way to integrate your backend with CEF?

I am currently trying to develop a Windows program using CEF. So I want to integrate the backend in the app and then send the information to the UI via javascript bindings.
I have already integrated my project into CEF as it says in the instructions so like this:
Create a new "myproject" directory in the root cef-project directory (e.g. "/path/to/cef-project/myproject").
Copy the contents of the "third_party/cef/cef_binary_*/tests/cefsimple" directory to "myproject" as a starting point.
Only currently I don't know exactly how to integrate the backend into the code, because it has to run in an external thread, since CEF needs a thread? Or do I see this wrong (I am not yet so familiar with CEF and c++)? Does anyone perhaps have code examples of how to integrate their own c++ code into CEF?

Ionic document scanner application

I am looking for a plugin or a way where I can implement the same idea as "document scanner" into an Ionic application in which when you open the camera it detects the document borders and clarifies the photo after capturing it.
Is there is any tutorial or any one can record to me a video where I can benefit from it to implement this feature, since I need it for my application that I build for my university senior project.

How to show web page

I wanna show web page in my program. I using Dev-C++ and I'm new. How I can do this?
Best regards
You can use wxWebConnect component, it's a Web Browser Control library for wxWidgets that enables developers to quickly integrate advanced Web browser capabilities into their own applications.
Qt library provides an integrated Web browser component based on WebKit.
Here you can find good tutorial for beginners.
Write your own HTML parser and layout engine with a fully OpenGL-compatible rendering pipeline. :-)
Internet Explorer Trident Window (aka WebBrowser Control).
http://msdn.microsoft.com/en-us/library/aa752040%28v=VS.85%29.aspx