I'm trying to get a Qt app compiling for Mac running Snow Leopard, using Qt Creator 2.0.1 and Qt 4.7.0 (64 bit).
The app compiles on other platforms, but on my Mac I get this warning
:: warning: directory
'/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib'
following -L not found
This is a new install of Qt Creat...
Hi,
I'm beginner to Qt and I see that most of widgets that are build in in Qt do not appear in the widgets tool box.
How can I add all the widget to tool box? (Like QSystemTrayIcon that does not appear by default in tool box)
what is the best way to write gui - by the designer - ui file or by code - cpp file?
Thanks!
...
Greetings.
I am trying to compile a 8hz mp3 encoder - C code in QT Creator.
In a file l3psy.c that starts like this
#include <stdio.h>
#include "types.h"
#include "error.h"
#include "layer3.h"
#include "l3psy.h"
#include "fft.h"
#include "tables.h"
The build step complains about PI being undeclared here
for(i=0;i<BLKSIZE;i++) wi...
I am using QT Creator to develop a small GUI app. I have a GraphicsView component which spans the entire window. My question is, how can I place other widgets (such as transparent buttons) ontop of it in each of the four corners of the application. Also, how can I make sure that the lower right hand components get resized properly so tha...
I am looking for some help regarding documenting code in Qt. For instance, when I am developing on the XNA platform I use XML notation with tags such as summary, params, etc. What does Qt have and what are some standards.
In addition, I am looking for something that will work with documentation generating applications (such as Doxygen),...
Hi, I am to Qt Creator. I have one of the latest versions. I have two really newby quesions.
is there something like VS solution? In which you can add projects and set project dependencies and build order?
if I have multiple open projects, how do I set one of them as "default", so that Ctrl+B builds specifically that project?
...
Does anyone know how to configure Qt-Creator to use cygwin's make to build a project? Maybe this is a simple cygwin-mangled Windows path problem, but I can't get Qt-Creator to find/run cygwin's make. My make lives in /usr/bin, which is actually c:\cygwin\c\usr\bin on my system. Either way, Qt can't seem to find it using all the obviou...
Where can I find some tutorial for creating QT applications (with C++)?
How should I start?
...
Hi I was downloading Qt creator IDE and they say "Charge for development licenses"
with a (True) under Commercial and (FALSE) under LGPL.
Also I need to know something general About QT library. is it free so I can make (commercial products and sell ) or I will have to buy something to do that.
EDIT: the page is Actually about QT t...
I tried using the binary installer and I get the same problem I am describing below.
I have compiled it from source and used the instructions given on the Qt website, but I can't get Qt Creator to find Qt.
I tried copying the Qt directory from /usr/local/Trolltech to /Developer/Applications/QT
I have tried copying the frameworks into /D...