External Libraries With Android & iOS
Hello, i’m developing a project that depends on Web Scraping and as i wanted it to be a multi-platform project i choosed to use QT, the thing now is that i don’t know if i can depend on external...
View ArticleKonsola wyświetla napis "naci" z każym uruchomieniem
Coś takiego: http://scr.hu/0vcf/704xa Jest to strasznie irytujące, domyślam się, że to przez windowskowską konsolę, ale nie mam pojęcia jak ty zmienić :< Dzieje się to w przypadku uruchamianie...
View ArticleConsole displays text "press(naci)" at the end of program
It’s just something like that: http://scr.hu/0vcf/704xa Why it’s happening? “Naci” is cutted off text from “Nacisnij dowolny klawisz aby kontynuować” which means “Press an key to continue..” My .pro...
View Article[Qt 5.0.2] Build problems
Hi everyone. When I create a project and I build it I get this error: “MAKEFILE_GENERATOR variable not set as a result of parsing : myProject.pro. Possibly qmake was not able to find files included...
View Article[Solved] Need some quick info about certificating.
Hi, I’m loving Qt more and more when I find new things there. I want to get certificate, can someone please advise me what to learn and where can I get certificate? Regards.
View Articlemaking transparent buttons
Hey, how can I set a QPushButton to be transparent, but the text inside to be visible. I have tried setting it transparent, but it turns black. I am trying to set it up where you cant see the button,...
View Article[Solved] Best Qt project skeleton
Hello world! I’m on a private project (on github) which is using one of my libraries, publicly available on Github. I was wondering what could be the best project skeleton for a Qt/classic project? And...
View ArticleForce Key Navigation focus
My key nav moves fine moving forward through states but once I go back my key nav. stays in the previous state. Is there a way to force the focus of the key nav? Something like Keys.OnPressed { .........
View Articlecan't build Qt5.1beta under ubuntu
getting: cd widgets/ && ( test -e Makefile || /home/shiy/Downloads/qt-everywhere-opensource-src-5.1.0-beta1/qtbase/bin/qmake...
View ArticleQt 4.8.0 SegFault on App Startup
I am using Solaris 10 ×86 and compiled Qt 4.8.0 with GCC 4.7.1 (which I also compile for Solaris). When I run an app that is dynamically linked against the Qt I compiled, I can make the application...
View ArticleProblema ao criar novas actions
Boa noite pessoal! Olha eu aqui trazendo mais um problema :) Bom, dessa vez o Qt está louco de vez… Estou criando novas actions (na barra de tarefas) na minha MainWindow através do Form Designer mas...
View ArticleQMessageBox
Hey! How would I launch QMessageBox? I want it set up so that when I click a button, it pops up. I have the following code, but it doesn’t seem to launch it. void MainWindow::on_toolButton_clicked() {...
View Articlepreview styles
Hey! I was wondering if there is a way to get new preview styles. I only get 3 preview styles: windows, GTK+, and Fusion. The windows option looks dated (XP). Is there a way I could preview in OS X,...
View ArticleListView not being updated at runtime to follow the model
Hi, In our new project we have decided to use qml for the 1st time. Having spent sometime learning qt quick 1.0 in Qt 5.0, we suddenly have Qt 5.1 coming up which focuses on qml on desktops – what we...
View ArticleBuilding Qt5. Can't spawn “cmd.exe”
I want to build Qt5 for android. I’m following to this instructions http://qt-project.org/wiki/building_qt-android_on_windows . But at the building step 1 I’m getting error like this Can’t spawn...
View ArticleC++ QQuickItem with QML MouseArea doesn't behave as expected
Hello, In a C++ QQuickItem derived class, I’m creating a QML Item the following way. QQmlEngine engine; QQmlComponent component(&engine); ...
View ArticleBig Issue with Qt key inputs for gaming
I have been learning Programming for 12 months and while learning Qt decided this is the library i also want to use for game dev. I use PyQt so im not sure if this problem is present with Qt on C++....
View ArticleProblems with actions in menuBar
hey guys! I’m trying to create an action in menu bar (mainwindow), but when i compile the application, the action is not shown in menu bar. i’ve already made a clean build without success… What can i do?
View ArticleUsing Point Cloud Library (PCL) with Qt
Hi I need to use PCL with my Qtcreator project, but I am clueless how to include the library in my project. I could run a simple PCL project to read PCL data using cmake from terminal. I need to use Qt...
View ArticleUSING POINT CLOUD LIBRARY WITH QT
Hi I need to use PCL with my Qtcreator project, but I am clueless how to include the library in my project. I could run a simple PCL project to read PCL data using cmake from terminal. I need to use Qt...
View Article