[SOLVED] Rank points vanishing?
Although I’m not a maniac with rank points, I’ve noticed that sometimes I loose points for no apparent reason. Have I been a bad boy or what? :-)
View ArticleSupport both mouse and touch events at the same time?
My components need to be able to process both mouse and touch events, however this doesn’t seem to be possible. The mouse area component only supports mouse and no multitouch and the multitouch area...
View ArticleGoogle hangout not working in qtweb browser on ubuntu 12.04 ?
Hi, I started google hangout in qt web browser but it was showing black screen.In other browsers same machine it was working fine.Please help me to start a hangout on qt web browser.The browser version...
View ArticleGoogle hangout not working in qtweb browser on ubuntu 12.04 ?
Hi, I started google hangout in qt web browser but it was showing black screen.In other browsers same machine it was working fine.Please help me to start a hangout on qt web browser.The browser version...
View ArticleAndroid ( Emulator too ) and XMLHttpRequest
I have problem to get response from youtube in android. From main.qml file making request like this : onTrailerUrlChanged: { console.log('loading youtube...
View ArticleQserialport sending data when opened without action
Hello, I’m confused, I use Qserialport to controle an arduino card. With a simple code to open the port, I have some data sent automatically and I don’t understand why?? Here my code .h #ifndef...
View ArticleQSQL driver not found
Hello i’m under linux i get this error: Starting /home/luca72/build-Panth-Desktop_Qt_5_0_2_GCC_64bit-Debug/Panth… QSqlDatabase: QPSQL driver not loaded QSqlDatabase: available drivers: QSQLITE in the...
View ArticleQT Variable which contains loading the QtGuid4.lib
Hi there, im under windows and make fails to find the QtGuid4.lib this is because its on this machine with the .a extension, namly libQtGuid4.lib i had a problem with 2 other libs but solved it with...
View ArticleAccess QQuickItem anchors from C++?
I need to return a QQuickItem’s anchors from a C++ method for binding in QML. However, QQuickItem does not have any method even remotely connected to this functionality. I took a quick look through the...
View ArticleCustom colors from style sheet
I was wondering how or if I could get colors for custom items from a style sheet. For example I have a graph widget with 5 curves and I want the color of each curve to be customizable via the style...
View ArticleQt 5 Plugins for iOS & Android
Hi all, We here at V-Play [v-play.net] are currently preparing some Qt 5 plugins especially for the upcoming Qt mobile edition. Our main focus is on mobile services for iOS and Android, including:...
View ArticleDuplicating and Compiling Source of User Input Type to Create Custom Version.
What are the general steps that would allow me to duplicate the TextEdit user input type? So far, I have duplicated and renamed it inside /qtdeclarative/src/quick/items I have also renamed the class to...
View ArticleIndexOf() in QVariantList
Hi, I have a QVariantList of QStrings and doubles similar to this QVariantList list; list << "hello" << 80 <<...
View ArticleQRectF setTopLeft changing bottomRight
Hello everyone, Another bit a specific problem I’m experiencing, to which google offers no solutions. I’m in the process of creating an editable rectangle with four corner anchors and a central anchor...
View ArticleLinking, Sizing, Resizing.... whatever....
Hello, like the Topic said it’s about the Linking stuff… with Focus of App Size. I search a Way to make may Apps small. Currently it’s 40MB and for a little shit App like this it’s way to much. I don’t...
View ArticleQt and OpenGL using QGLWidget
I am planning on porting our 3D editor for our engine from a MFC sdi application to a Qt application. What i have done so far is very basic but i am having issues. I have a QMainWindow with a few...
View ArticleIs there a way to always put an Pixmap on top of a QWebPage?
Hi, all: I’m wondering is there a way to always put an pixmap on top of a QWebPage? So that the widget doesn’t work the way it should be, but only displaying a picture? Cheers Pei
View ArticleWrong behavior with State's extend property
Hi everyone, I was playing around with States in QML when I found out a strange behavior. Considering this case State { name: "mainState" ...
View ArticleThe program crashes in release mode
I have compiled program in VS 2008 (Qt 4.8.5) in release mode. Program uses DB Firebird. I run program from VS and all works fine, but when I try run program from Explorer or CMD.exe it crashes when it...
View ArticleCannot compile downloaded projects
Hey everybody, i am new at qt so i wonted to contribute some foss project. I found qtcodeedit, but there is a problem: I cannot compile project. I added to .pro file some lines, added changes between...
View Article