Stylesheet problem with borders
Hi, I’m trying to style an application and if I touch a widget border to change it to a different color or thickness, it will always make the widget flat. To make a widget pop up a bit, I’d like to be...
View Article[SOLVED] How to access to UIApplication from a Qt project
Dear all, I’m using the Qt 5 stable from the git repository (30 may version), and I need to call a method of the UIApplication … but I don’t know to do that for various reasons: – Qt projects are C++...
View ArticleTupi Mobile 1.0: First version for Android
Hello guys! I’m really pleased to introduce you my first Qt + Java mobile app: https://play.google.com/store/apps/details?id=com.maefloresta.tupi It is GPL-licensed, so in case you want to know how it...
View ArticleNewbie Makefile and qtquick2applicationviewer problem
Hello all, I am having a problem which I think may be related to a previous install of a Blackberry Playbook-specific build of Qt. I installed, wasted a lot of time on, then uninstalled...
View ArticleProblem : MySQL server has gone away QMYSQL: Unable to execute query
Hello, I ask this message because I have a problem with QMySql. I create a local database consists of two tables (inbox, outbox), I use smsd daemon to be able to send messages via Mobile module. I use...
View ArticleMissing code snippets in online documentation
I’ve noticed several places where the Qt 5.0 class documentation includes empty balloons where the text says there are code snippets. For example, I’m now looking under “An Example” at:...
View ArticleQt 5.0 transparent background QWebView above QWidget with video
Hello! I can not get a QWebView with a html code to be transparent when it is on top of a QWidget with a video running. Any tips to fix that? I found nothing on web and I read something about...
View ArticleQued Connection not queing...
I’m having a strange issue with a connection not working properly as a queed connection. The idea is that we need to kill an QProcess, start another process, then allow the program to run the exit...
View ArticlePostgreSQL drivers build and use
I am trying to get a Qt connection to PostgreSQL. I have made a few changes to get things to work So I’ll give the details so you know where I am and how I got there. Current Sys config: Windows 8...
View ArticleSpreading CPU intensive function over multiple cores
I have a CPU intensive function that I have no control over. When it runs, it runs only on one core. I do have it on a separate thread from the main thread. But since I have no control over the...
View ArticleNo Designer in Qt installation
Hello- I downloaded the following file from qt-project: http://download.qt-project.org/official_releases/qt/5.0/5.0.2/qt-linux-opensource-5.0.2-x86_64-offline.run.mirrorlist QtCreator successfully...
View ArticleWay2sms gateway desktop application
I am making a desktop application for way2sms gateway . Am able to login by QNAM->post(); , which becomes evident from my login history. Now another post request has top be made to send the sms...
View ArticleBuilding Qt 4.8.4 commercial with Webkit runs out of memory or crashes on link
I am building Qt 4.8.4 with Webkit using Visual Studio 2005. My Windows 7 machine has 8GB of RAM. The build either runs out of memory linking Webkit or it outright crashes the linker. I don’t have the...
View Articleupdate ListView with onClicked
I’m using this to show contents of a database import "test.js" as Logic ....... ........... Text { id: text1 x: 100...
View ArticleAdding Hotkeys
Hey! So I am building my browser and I was wondering if there was a way that I could add hotkeys. For example option/alt would highlight the searchbar, or command-f makes the window fullscreen. I have...
View Articleelide text in webkit
It is possible to configure the “QWebView” to work with “Elide” disabled (equivalent to Qt::ElideNone)? The “Elide” graphic texts being compressed (elieded) to fit inside the select. Example: I wish...
View ArticleUnresolved timer events
A mini sample file `main.cpp`: #include <iostream> #include <QCoreApplication> class...
View ArticleQGraphicsView、qt quick 1、qt quick 2后续发展关系怎样
QGraphicsView、qt quick 1、qt quick 2后续发展关系怎样,开发相关产品需要考虑
View ArticleRender a QML scene into a texture and save it
How could I translate the QML scene(like Rectangle, Image etc) into a texture and save it? Anyone tried this before?If I can translate the components to texture, then I should be able to save the image...
View Article