Using OpenGL 2.0+ on Linux with Qt
Hi everyone and happy holydays! I’m learning how to use GLSL, Vertex Buffer Objects and other non inmediate mode like stuff. I’m willing to use Linux and Qt for this, since I really like this...
View ArticleHTML5 backend for Qt/Qml
I have a Qml/C++ application and I would like to run it in a browser. My future plans are that my application can be remotely controlled. Is this somehow possible? I already read about QMLWEB...
View ArticleAccurate font size / painting (Not sure if this is a Qt issue)
Hello, I’m trying to create a custom widget (by overloading the paint event) which displays a grid of characters, with a foreground and background colour. To do this, for each cell in the grid I paint...
View ArticleHow to set a new "tab" in a given main window
Hi all, I would like to make a new “tab” in a given window in a Qt form. I know that there is a “tab widget” but I am not looking for a widget. Lets say that I have an input sheet and an output sheet....
View ArticleQT5 installed, Qt 4.8.3 Sys Release listed, normal ?
Hi Qters, I just installed QT version 5 in my Xubuntu laptop. While compiling my first created app, it is saved in a folder a build-desktop 4.8.3_in_Path_sys_release… I had also install a previous...
View ArticleFresh Xubuntu install, returns = fonts.conf is deprecated. SOLVED
Hi, Compiling fresh Desktop app returns the msg: Démarrage de /home/terii/Documents/00QT5PROJOX/Listator-build-desktop-Qt_4_8_3_in_PATH__System__Release/List…Fontconfig warning:...
View ArticleA few problems about qt
Hello all, First of all, I am sorry for my bad English. :) I am newbie QT developer and forgive me. I am using two operating system on my computer: Win8 and Manjaro Linux and I am using QT in both. In...
View ArticleQSpinBox stylization
I’m trying to heavily style a QSpinBox and I’ve gotten it to where it looks good in the designer of creator. However when I compile and run it, it ends up being just all white. Here’s what I have in...
View ArticleHow to build Qt 5.2 x32 with mingw64 (with the -m32 key)?
I made the following steps: 1) Unpack the source to: c:\Qt\qt-everywhere-opensource-src-minGW-x32-5.2.0 2) Edit the file:...
View ArticleWhy Is Qt3D Not Part of Official Qt 5.2.0 Build?
I realize the web page [doc-snapshot.qt-project.org] is old, but it states “If you’re looking for Qt 3D on Qt 5, please check for a recent Qt 5 release or source package, as Qt 3D is now a Qt 5...
View ArticleQTCreator can't work with VC compiler
Windows 7, x64, AMD. installed Windows SDK for this processer and OS version. QtCreator 5.2.0 with MSVC2012 ×86 64 But Kit settings shows that autodetected kit can’t be used (red error icon ) and...
View ArticleDo the OpenGL and OpenGL ES C++ classes have QML counterparts?
There are several OpenGL and OpenGL ES C++ classes available in Qt GUI. Where can I find a list of their QML counterparts? If they’re just C++, what are the plans for QML counterparts? Thanks. Steve
View ArticleQt 5.2 & VC2012 -‘cl’ is not recognized as an internal or external command
Hello I have installed Qt Creator 2.7.0 and Qt 4.8.4 with Visual Studio Express 2010, I just installed Qt 5.2 with Qt Creator 3.0 and Visual Studio Express 2012, I restart the computer, created a basic...
View ArticleProblems with building qt creator
Hello2all I am trying to buil qt creator from sources. I got the sources of qt creator from here [download.qt-project.org], qt sources from here [download.qt-project.org] and Ubuntu 13.04. Qt sources...
View ArticleAny ready made *MKSPECS FILE* from Ubuntu 12.04 Users ?
Hi, I made a dumb windows with three buttons to change a text label. No DB use, nothing, very simple… Before going further I’d like to test the Compiling to produce a Desktop version for Xubuntu 12.10....
View ArticleSearch one record in Database MySQL
Hello, I’m trying to create a small aplication for windows that when writing a particular number in a text filed, by clicking the push button it search for that ID in the database and displays the...
View ArticleError while building/deploying project xxxx (kit: Android for armeabi (GCC...
Hi, I am trying Qt5.2 for Android out and have followed the getting started guide here [qt-project.org] but when I try to run the application in an emulator I get the following error: *Error while...
View ArticleProblem Timing oder Modality
Warum kann ich in beiden Fällen den Text: “Vor … “ nicht lesen? void Widget::MyMethodeSleepTest() { label->setText(“vor SLEEP”); Sleep(1000); label->setText(“nach SLEEP”); } void...
View ArticleHow can I generate a .apk with config files?
I want to pack config files such as app.config, temp/temp.txt into my Android APK package. I have no idea to do that.
View ArticleNewbie Questioning - Sailfish vs Snake like game
Hi there, I haven’t used Qt or QML before, neither am I much of a programmer, that’s my disclaimer. I apologise in advance if this is the wrong forum for this post. I going to avoid making too many...
View Article