Project Files and Subdirectories
I would like to store all of my GUI files in a folder away from the rest of the files, but I am having a problem getting all of the generated files to output in my folder. I believe the problem lies in...
View ArticleA small abnormal behavior of the Qt5.2beta GUI on Mac OS X 10.9
If this has been reported, my apologize. —————————————————— When you right click the mouse on the project, there will be a menu (with build, run, clean .. etc. ). After the menu shows up, if you left...
View Articlewriting function for onClicked signal of nested button
—Hi everyone, I am trying to build a message box that can be simply added and then apply a custom function to the onClicked function of each button. I have manage to create properties that can be...
View ArticleQmlscene segmentation fault
I have three systems Linux Mint x86, Linux Mint x86_64, Ubuntu 12.04 armel (iMX6 by Freescale). I build Qt5.2 from git for all. When use qmlscene with simple test file (import QtQuick 2.0 and create...
View ArticleHow to Hide the Right Arrow in QMenu?
Can anyone plesae suggest me a way for hiding the right arrows of the QMenu. I tried using the stylesheet, but it doesn’t works. MenuRightArrow.qss QMenu::right-arrow[hide="true"] {...
View ArticleManaging font size at Mac and Windows
Hi together, the problem is the well known and good described 72dpi at Mac and 96dpi at Windows problem. I have found a lot of discussion to this theme. But I have not found a document what describes...
View ArticleLooking for a way to handle compressed archives
Dear all, I need to download and to uncompress an archive and I’m looking for a way to do it via Qt. The type of the archive can be a .zip, .rar, .bz2, .gzip or whatever. The decision depends on if...
View ArticleMine field Layout problem.
Hi everyone, I’ve recently started to develope a simple game (mine field) and I already have a problem. I create a QPushButton “newGame”, which purpose is to create a grid of buttons. I post some lines...
View ArticlePySide with Qt 5
Hello, There he has news about a possible release of PySide with Qt 5? Thanks Charlie
View ArticleGit describe in project file / Makefile
I’m trying to add git-tags to our program, using something like: DEFINES += GITHASH=$(shell git describe) in the project file. This method was suggested elsewhere...
View ArticleQDockWidget
Hi, I am using QDockWidget. I want to change the dots which are used to resize it. Please help me. Thanks Mythili
View ArticleInstalling gsm-omx on Raspberry Pi
Hi, In relation to http://qt-project.org/forums/viewthread/32250/#152960, can anyone guide me on how to install gst-omx on Raspberry Pi? I have a project where I need to play some audio files (and...
View ArticleStatic library; including (sub) H files problem
Apologees if this is a basic question, but I’m having beef with Qt (or C++ in general probably). I made a small static (Linux) library in Qt, where the H file I would include in other projects, roughly...
View ArticleShow a messagebox until a thread emits a Signal
Hello, if I loose a connection to device I want to open a message box which says that the application waits for the connection to be reestablished. Therefore, when i recognize the lost connection i...
View ArticleToolstrip equivilant
Hi, Is there an equivalent of a .net Toolstrip, I’d like to “dock” some buttons at the top of a tab page ? Thanks, Tim.
View Article[Solved] CSS on custom widget
Hi, I have a class that inherits from QPushButton. I want to customize it’s look and feel with CSS, but I don’t know how to access it from CSS. The widget is promoted on Qt Designer from QPushButton to...
View ArticleQt 5.1.1 on win7 code compilation not working!
Dear All, This is my first e-mail in this forums. I’m very new in Qt. I hope I will be better by your valuable halps… I just installed Qt 5.1.1 on Win7 64 bit. But code compilation is not working and...
View ArticleAndroid Kits
In my German installation the name of the Kit was “Android für armeabi-v7a (GCC 4.7, Qt 5.2.0)”, I had to rename the ‘für’ to ‘for’ (replace the German umlaut) to let the build work without errors....
View ArticleAndroid Kits
In meiner deutschen Installation hieß das Kit “Android für armeabi-v7a (GCC 4.7, Qt 5.2.0)”, ich musste aus dem ‘für’ ein ‘for’ machen, sonst gab es Fehlermeldungen. Vermutlich verträgt er die Umlaute...
View Article[iOS] Error 65 during compilation
Hi, I’ve written an application for android and wanna to check it on iOS but i keep getting error 65 to be exactly “:-1: error: [iphonesimulator-debug] Error 65” I think the problem is compiller...
View Article