Software Service Provider - desktop software development-10-years...
Having 10 years experience in developing desktop software using C++,Qt,Qwt,VC++,OpenGL Graphics,COM. Specialized in CAD/CAM/CAE/CFD Graphics rendering. Please contact Sujan...
View ArticleQt SDK 64bits para windows
Bem, sei que não existe pacote compilado (só instalar “avançar”=>“avançar”) do Qt SDK 64 bits para windows. Segundo pesquisas anteriores descobri que é preciso compila-lo. Como devo proceder...
View Article[SOLVED] QList question
I’m trying to make a multi-dimensional vector and I am with out a doubt. QList<QString<QString>> CurrPerson; I have a loop and within that loop variable data such as: id,...
View ArticleRender Qt Quick to FBO
Hi, I would like to render Qt Quick/QML 2.0 directly to a FBO and use that as an overlay over a 3D scene in a QGLWidget. As it is not yet possible to mix QQuickView and QWidgets, that is my best option...
View ArticleAny documentation for QWebSpellChecker?
I’ve found this class in QWebKitPlatformPlugin file in QtWebKit include directory. But there is no documentation on how to use it. How can it be used? This webkit separation in QML webKit and C++...
View ArticlePlugin migrated to Qt 5.0.0 build error will not generate lib file
I am trying to migrate a working plug-in that works fine in Qt 4.8.4 which was obtained here [qt-apps.org]. I am having issues in Qt 5.0.0 for MSVC2010. Specifically, the module which provides...
View ArticleDifference between QML WebKit & C++ WebKit?
Qt Docs says what there is two WebKit modules: Qt WebKit Classes for a WebKit2 based implementation and a new QML API. See also Qt WebKit Widgets in the add-on modules. Qt WebKit Widgets WebKit1 and...
View ArticleQt 5.0.0 built with VS2012 : app exe doesn't run when outside Qt Creator
I have Qt 5.0.0 that I built with VS2012 successfully. My applications (projects) executes normally when compiled+run inside Qt Creator (2.6.0) but when I execute the exe files outside, it doesn’t....
View ArticleQtLocation in Qt5 - QML
Hi, I have problems using the QtLocation module with Qt5 in QML. I’m working on a program that worked fine with Qt5-Alpha but doesn’t work any more. The “import QtLocation 5.0” statement works, at...
View Article[SOLVED]QString passed to QStandardItemModel then to QTableView doesn't...
So I have strings which hold data from a database. I need to compare them and html format them. I bold-ed one of them and put him on a message box, it retains the bold format but when I put him in the...
View Article[SOLVED] QList : how to get a handle to its contents
I have a class CustoWidget which subclasses QWidget I need multiple of it so I stored them inside QList: QList<CustomWidget*> manager; Inside “function1()”, I initialized each...
View Articleqt Quick وQmlو Html BUilder
سلام دوستان یه چندتا سوال داشتم و اونم اینه که qml دقیقا برای چیه ؟میشه باهاش (بدونه سی پلاس )برنامه هایی تجاری و بازی و اینا ساخت (آیا باید حتما با سی پلاس جوینش کرد؟)؟ من یه نمونه دیدم سرعتش خوب...
View ArticleHow to build Qt 5.0.0 with VS2012 in "static" mode?
I successfully built Qt 5.0.0 with VS2012 in “DLL/Shared” mode. But when I try to build it in “static” mode, it throws some linker error (sorry wasn’t able to track actual error message). Aren’t we...
View Article[SOLVED] QTreeWidget spacing
In QListWidget has a space before items. How to remove this space?
View ArticleRead local file from QWebView using Ajax request
Hi, I am developing a Qt/C++ program which encapsulates an existing HTML5/JQuery web app. I used to make Ajax requests to read files from a server. But now, I would like Qt to read a file from the...
View ArticleQt5 and QAssistant
Hi My application supports multiple languages and was developed using Qt4.8.2 QAssistant is used as the help provider When launching QAssistant from my application I use the following –...
View ArticleHow to draw a transparent hole inside a QQuickView / QQuickWindow based on a...
Hello, I have the following problem, I do not manage to create a transparent hole inside a QQuickView, through a customed QQuitItem. Here is what I have: – a C++ custom QQuickItem, CustomQQuickItem,...
View ArticleQt and ANGLE woes
Hi guys, I’m trying to combine qt with some direct opengl functions on windows. The project compiles fine but when it comes to linking I get all the __imp_glblablabla errors. Now when on other...
View ArticleStereoscopic UI? Anyone tried it?
I was wondering, since QtQuick is OpenGL based, if there is a quick and easy way to add some volume to a UI and take advantage of stereoscopic displays out there to enhance user experience?
View Article