Qt 5.1 for android (is it qtjambi or a normal qt version)
Hello, The new Qt 5.1 says it supports Android app development. Is it an extension of the “qtjambi” or “qtcreator”? Normally the Android programming is done using Java. So I want to know that is it a...
View ArticleFlash, PDF e plugins
Ao abrir arquivos PDF, SWF, MP3 diretamente (ou com <iframe>) usando o QWebView, o plugin fica na X e Y posição igual á 0 ao invés de ficar na X e Y posição do QWebView. Veja a image:...
View ArticleQtWebKit for Wordpress theme development
Hello, I want to know can I use the Qt’s qml to construct the wordpress themes, which can be published onto the Wordpress theme store. I know that they are of the type *.php, but still the outer...
View Articlemac qt app in the dock does not respond to file drop
Hi, I want to drag a file and let it drop on my qt app icon in the dock (Mac OS X 10.6.8, Qt 4.7.3). On Windows this is working but on mac the qt app does not respond to the drop attempt although I...
View ArticleQComboBox Items spacing
Hi, I have a problem with a QComboBox. The list is 9 items long and some of them are 2 lines long. So it gets difficult to read the list. I would like to add some more space between the items. I tried...
View ArticleAdd lib
What folder should I put hunspell (Windows)? LIBS += -lhunspell I tried adding the main folder of the project, tried to add the folder “src”, but both cause the following error: error: cannot find...
View ArticleQTextEdit focus problem
I’m building a small programming environment with a widget that inherits QTextEdit for editing code, and a widget that inherits QTreeWidget for displaying parse issues. When I double-click on an issue...
View ArticleMerging splitted lines of a stringlist in a single string
Hello, thanks in advise for help, i would have liked to know if its possible to do something like this QStringList mylist = this->ui.plaintextedit->toPlainText().split(”\n”) QString...
View ArticleQtQuick 2 and Windows XP
Hi, If there is a clear answer to this question, I apologise, but I couldn’t find one at a quick search. I’m looking to develop an application which would be need to support Windows XP and up, and I am...
View ArticleQtQuick opening up multiple instances while suing design pane in Qtcreator
Hello, I am trying to use the QtQuick to design my application on the Ubuntu 12.10LTS (32-bit) (non virtual)OS, and it is starting multiple instances of the design window and hence piling up in my...
View ArticleUsing game engines with QtQuick and Qtdesigner for game development
Hello, I use game engines such as Unity and Cryengine to develop my own set of games. I wanted to know can I use the qml in the qtcreator’s design phase for creating the user interfaces such as menus...
View Articlehow to achieve Fuzzy masking effect!
I want to setting the background-image for example this photo: this is qq self define skin! when you press the self define button !you can watch it! Forgive me for my poor English level!thank you...
View ArticleShowing multiple scene/view at a same time
Hi All, Is it possible to show the two scene/views at a same time,at a same place. I mean can we apply transparency to the below scene/view so that upper scene/view can also be visible. Thanks
View ArticleRemove multiple items from a view?
This is probably stupid question :) What is correct way of removing selected items from a view widget? Currently I’m coding the inelegant way. For example: QModelIndexList...
View Articlex86 build problem on x64 windows
Hi. Hope you can help me! I’ve downloaded the Qt source code on an Windows 8 ×64 machine and I’m trying to compile it in x86. When I run configure.bat and then nmake I get the following error: fatal...
View ArticleProblem with playing flash with QTWebkit 4.8.5
Dears, I want to show flash in QTWebkit and have done the following steps 1. Code: QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptEnabled, true);...
View ArticleHow can I suspend one Process when it start? using QProcess.
using QProcess , I wanna create suspend process , do something , then resume process .Thanx.
View ArticleQXcbConnection: Could not connect to display [Qt] [Jenkins]
I’m having some problems implementing a simple GuiTest (that uses QTestLib) in Jenkins. In a terminal I can execute the following command: ./tst_testgui -xunitxml > testresult.xml This command...
View ArticleIn QWebKit , how can I clicked the web html's button by program?
<a id="mainRegA" href="[removed]void(0);" class="btnReg">Register</a> here’s code snippet ,...
View ArticleHow can I add element to Qt Quick Controls Combobox?
I want to refresh the lists of element in a combobox, how can i do this? The goal is to populate the combo with the list of the serial port available on the pc.
View Article