[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 ArticleCompiling Qt 5 on Red Hat Enterprise Linux 6.3 fails
Hi, I’m trying to compile Qt 5 on a RHEL 6.3 machine (Sources from Git repo, Machine is a VM if anyone cares) but it fails every single time at the QtQuick Modul. However, I found a bugreport which...
View ArticleAdd VS compiler to Qt Creator
Hello! Qt Creator from Qt5 SDK dont want to find any compiler in my computer. I have Visual Studio 2008 and 2012, in former times i have VS 2010 too, but delete it. Can i use(and if i can – how can i...
View ArticleRotation based on Mouse-Position
Hello Community ;) I am working on a little game (similar to frozen bubble), and I have a problem with the rotation of the Arrow, which shows the direction to shoot. The arrow on the bottom of the...
View ArticlePorting Qt4 + QtMobility -> Qt5 + QtBluetooth
So ive been bashing my head against the wall trying to figure out how Qt5 handles bluetooth. In Qt4 you would install Qt mobility and use the bluetooth API in Qt Connectivity. In Qt5 there is listed an...
View Article[SOLVED]Download file without main event loop
Hi! I’d like to download a file, so that when download is started, it does not does not execute next command until file is downloaded. An example of what I want: QNetworkAccessManager nam;...
View ArticleHow to Move a Qt5 Compile?
Hi I have a Qt5 compiled with MinGW on my home PC. How do I move it to another machine? (My laptop and university computers) Tried copying, though when introducing the qmake.exe to Qt Creator on target...
View ArticleUML Plug-in
سلام من تو اینترنت خوندم که به همراه Qt Creator یه پلاگین به نام UML Tool هم منتشر میشه که میتونه کار ترسیم Class Diagram ها رو برای ما انجام بده اما هرچی گشتم نتونستم لینکی برای دانلودش پیدا کنم و یا...
View ArticleQt5 and vcproj win32-msvc2008
I always was building QT from source code (to be able to step through QT code when debugging), but for some reason it’s broken now in QT5. Is there any reason visual studio project files aren’t...
View Articleparameter in constructor of a custom qquickitem
Hello, I used : qmlRegisterType<MyClass>("MyLib", 0,1, "MyClass"); to used my class as a custom item in qml. It works fine. But now i would like to use...
View Article