Qt Creator 3.0: GDB "Additional Startup Commands" executing too late
I’m using Qt Creator 3.0 and Qt 5.2.0, developing on a QNX Device. When the debugger starts up, many shared library symbols aren’t found. Using show solib-search-path indicates that the...
View ArticleQtWebKit module missing in Linux custom build Snapshot 4.8.6
Hello! I was trying to build new Qt 4.8.6 from the snapshot 2014-01-27-461 Using the following configuration line: ./configure -webkit -nomake demos -nomake examples I got the results: Build...
View ArticleRegistering Singleton vs Context Property
Hey hey I have to pass settings from C++ code to QML , so I have two ways to go either using context QtQuick2ApplicationViewer viewer; WindowSettings...
View ArticleQt Signed package and ProGuard Fatal Error.
This Is a QtQuick 2.0 hello world android application. Running on a nexus 7 device. Signed .apk + No ProGuard = Hello World Unsigned .apk + Proguard = Hello World Signed .apk + ProGuard = Fatal Error A...
View ArticleBuilding Qt for Android: AL/al.h: No such file or directory
I’m trying to build Qt 5.2.1-ish (the branch that has the comment “* stable 604f330 don’t unnecessarily confuse qt creator”) on Mac OS 10.8.5, Xcode 5.0.2. I use this configure line, which came from...
View ArticleFarklı Platformlarda Çalışabilir Hale Getirmek
QT Creator ile oluşturduğum program build ve run’dan sonra çalışmakta. Linux işletim sistemi kullanıyorum, bu programı windows sistemlerde çalışacak hale nasıl getirebilirim. Tek bir exe dosyası...
View Article[SOLVED] QTableWidget
Hello, I am trying to read a string from QTableWidget (current row) when button in table is clicked… So when I click PushButton in row 1, it should print string from one column… Problem is, when I...
View ArticleQftp FtpWindow Example Issue: No Progress On Download
I have a weird issue: If I use the sample program as is it works fine, I can view the files on my ftp server and download selected files, no problem. HOWEVER, the project I’m working on only needs one...
View ArticleError apears on console when using ExtJs on WebKit
ERROR: !(value > std::numeric_limits<int>::min() && value < std::numeric_limits<int>::max()) platform/LayoutUnit.h(197) : void...
View ArticleReordering QListWidgetItems in QListWidget (iconMode) by Drag and Drop movement
I got a QListWidget with viewMode = IconMode and flow = LeftToRight to display some icon. Now i want the User to be able to move the items around to change their order (movement is set to “Snap” with a...
View ArticleHow to solve QMediaPlayer::ResourceError ?
Hi, I’m trying to make the videowidget example work and i get the QMediaPlayer::ResourceError error. Documentation say that it mean “A media resource couldn’t be resolved.”. But i put the correct path...
View ArticleGUI - architecture - Buttonbar should always stay in front
At present I’m developing an application for an embedded linux system with touchdisplay. In this application I need a buttonbar on the bottomside of the screen. This buttonbar should always stay in...
View ArticleQtSerialPort build problem (Linux, Debian, Qt4)
Hi There. I recently purged my machine and now I am trying to get QtSerialPort to work again with Qt4. I fetched Qtserialport from git: git clone git://gitorious.org/qt/qtserialport.git Moved it into a...
View Articleconfiguration Kit for qt qt creator version 5.2.0
Hi, I seek your help for a program I am trying to compile. I have a project study on the laser game, and I was responsible for creating the game interface, and I want to do with Qt, I do not know this...
View ArticleStarting as a community manager
Hi, I’m your new community manager. I started here at Digia yesterday with a mission to work for the Qt community. I plan to spend my first two few weeks mainly on listening to you and getting to know...
View Articleconsole input during debugging in qt creator
When debugging a project with only one cpp file named CH2 which contains the following code: #include <iostream> using namespace std; /*function prototypes */ int...
View ArticleQtSerialPort even parity problem on low baudrate
Hi Team I’ve been using QtSerialPort, works fine on baudrates 9600 up. I’m trying to use it on 2400 baudrate with evenparity, one stop bit and 7 data bits. but when i use it like this, the parity is...
View ArticleQWebview and Qthread
Hi, I am writing a qt browser application which is sending the screen shots of the webpage to an android tab through qt sockets. QString MainWindow::saveResult() { ...
View ArticleUnable to read microphone data and record to QFile
Hi All, I have to objectives to be achieved: Firstly to record the microphone audio and store it in a QFile Secondly Play the recorded audio file using windows media player I have tried using the below...
View Articleqmake and clang: suppress warnings on whole subdirectory
I get lots of warnings from third party headers in my project. I want to suppress them, so that I only see warnings related to my own code. Can I ask clang to suppress warnings from an entire...
View Article