Audio Input Example on Android
Dear All, I’m trying to record an audio from the mic on an android tablet. I started with the Audio input example, it compiles but when I launch on the android tablet the application does not found any...
View ArticleNo audio devices available on Android !!
Dear all, I did some tests with audio on android platform with Qt 5 beta 1. All tests failed because the availableDevices return nothing. It seems that the tablet does not have any input or output...
View ArticleProblem with print out all file names out of one folder
Hi, I want to write a program who read in all file names out of one folder and after this print out files of a special typ(mp3´s). my current code: void MainWindow::on_Weiter_clicked() { ...
View ArticleAndroid : NFC (and Bluetooth) access
Hello, I have tried the new Qt 5.1 beta for Android by running some examples, and doing a very simple interface with QML, and it’s working fine. But I want actually access to the NFC features. I...
View ArticleHow to Simulate A KeyBoard typing on Operation System...
Hello all!! I’m thinking to make a app to simulate a keyboard typing… It’s not really complicated, I just want to send a keyboard type to Operational System… Something like, type UP, DOWN, LEFT, RIGHT,...
View Articledependent project seems to be only partially linking with its dependency
I have a library project and an application project, and the application is configured with the library as an external dependency. They seemed to be working fine together until I tried to extend a...
View ArticleQProcess exits a few seconds after starting
Hello, I uses QProcess to start a new process as with the code below. I know my spawned process works fine when I run it independent of the Qt GUI. For some reason when I try to start the process from...
View Article[SOLVED] Launch failed at app deployment
Hello everyone! I have installed the sdk and configured it as said in the manual with QtCreator 2.7.1. For some odd reason, the compilation and installation process seems to work (for what the log...
View ArticleCan't display a png
Hi! I’m new here and I can’t display a png with this code and I don’t know why… It show me an empty window. I tried a lot of manipulation, but I can’t find any solution. #include...
View ArticleID3 lib Implementierung
Hi I try to get the ID3 lib running with Qt… at the moment I have added the id3lib.lib with add library Now i have this message: pragma message(”*** NOTICE *** (not a real error)”) pragma message(”*...
View ArticleHow to change palette from QSS stylesheet
Hi, I have this code: QApplication::setStyle(QStyleFactory::create("Fusion")); QPalette p = qApp->palette(); ...
View ArticleQTextEdit's find() won't find for me
Hey all, I have some text in a readonly QTextEdit (actually a QByteArray from a QProcess displayed via QTextEdit’s append()) In order to create a search box, I connected the textEdited() signal of a...
View Articlevisual studio 2010
I am getting linker errors with QT 5 in visual studio 2010 . Has something to do with Q_OBJECT . What do I need to do to get my code to compile in visual studio ? I already added the include and lib...
View ArticleСтатическая сборка проекта для Mac OS.
Можете мне объяснить как собрать проект для Mac OS со статической линковкой библиотек?
View ArticleQtAssistant
Qt Assistant можете мне объяснить как подключить его к своему проекту? (ось Mac) Где то пишут надо сделать так <QAssistantClient> но такого модуля нету. Кто то пишет -lqassistantclient,...
View ArticleSending a nemail
Hello, I can’t find an easy way to send an email with an image with Qt5. I found out this: http://www.developer.nokia.com/Community/Wiki/Send_a_new_email_in_Qt But this classes was available on Qt...
View Article[SOLVED]"TypeError: Object [object Object] has no method" when using function...
This is quite frustrating, because from what I understand this should work just fine. So, here’s a little example of what I’m doing: my Qml file: import "js/functions.js" as Funct...
View ArticleListView with Checkbox and FolderListModel
I’ve been working on a ListView in QML which is the central part of my application. I’m looking to add a checkbox to the delegates. I got the checkboxes set up with a state and transition, as well as...
View Article[SOLVED]Qt vs2010 Compiled executable having issues on XP SP2 and older.
Hi all. I have built my project for release and it is working great on win 7 and XP SP3 but it is failing to run on XP sp2.Strange however it is working when I build the project on a set up with...
View ArticleHow to load QWizardPage before the content of initializePage is executed?
I have a problem working with QWizardPage and initializePage function. I have a QWizard with 5 pages. on the last page, I have used initializePage function. the problem is that when I click the next...
View Article