Hyper-Link a QLabel?
Hi, I have 2 QLabel’s in my Dialog. I want to hyper link both of them but with different behaviour. For the 1st one I want it to hyper link to a local folder. So that when the text in the QLabel is...
View ArticleHow to get event when desktop comes back from sleep mode and LAN disconnect...
Hi , I have an sip based application and the front end is in QT. I need to handle event when my desktop comes back after sleep mode and LAN disconnect events. Can you please help me how to handle these...
View ArticleQNetworkProxy Class
Здравствуйте! Можете мне подсказать что дает опция: TunnelingCapability? Ability to open transparent, tunneled TCP connections to a remote host. The proxy server relays the transmission verbatim from...
View ArticleQT embedded
Здравейте, миналата събота в Пловдив имаше фестивал посветен на разработката на софтуер за мобилни и вградени устройства. Аз направих една презентация, за използването на Qt при разработка на...
View ArticleQML GridView - report current selection to C++ code
I have a C++ QAbstracListModel subclass that I have set to a QML GridView. What I want is to know the current selection of the GridView in C++, so that I could synchronize the selection from it with...
View ArticleHow to rebuild webkit with openssl?
Hi! I download and install QT5 SDK. I tried to run openssl example and got the following error: “openssl not supported bu QT” How I can enable ssl support? I also use gSOAP. And it would be nice to use...
View Article[Solved] Copy text from QString?
Hi, I want to copy the text from a QString (if possible along with the formating?) so that it can be pasted outside my application. For example, when the string is copied through code then I can paste...
View ArticleWindows7 32-bit: how do i COMPLETELY uninstall Qt 5.0.1?
hello, I want to completely uninstall my Qt 5.0.1 installation and any other references to it. I’ve been having tons of bug issues i’ve never seen before and i’m starting to suspect that it has to do...
View ArticleQT Creator crashes when accessing file system in side panel
Hi, I’m kind of new to this IDE and may have missed something in setup, but I cannot access the file system from the side bar. I use the side bar drop-down to select File System and it lists the...
View ArticleFTP over HTTP Proxy not working
As per Qt documentation 4.8 QFtp does not support FTP-over-HTTP proxy servers. Use QNetworkAccessManager for this. But it doesn’t work with QNetworkAccessManager either. I am behind a Squid HTTP proxy...
View ArticleHow to show a widget by WId in Qt Quick 2 (Qt 5.0.1)
Hi All, I’m looking for a solution to show the contents of a dll that need a HWND (winId) to do it. Somebody already did implement it? I see from documentation that before it was possible but in 5.x is...
View ArticleAny easy way for mouse events to continue past the edge?
I have a qglWidget with a lot of stuff rendering inside and it gets a bit annoying dragging some of my 3d models around only to have the mouse stop at the edge of the screen – I was just wondering if...
View ArticleHow to get values from the slider in pyside?
Hello beautiful people, I’m a total newbi and am kind of stuck. I downloaded the slider example from here [qt.gitorious.org] and sobered it down to just the sliders. The code I’ve got right now is as...
View Articleconnecting to a web service using Qt5.0.1
Hello, I am working with microsoft visual studio 2010, c++ project with Qt5.0.1. I try to connect to remote web service, but I cant find the right connect(..) function to use. here is my code:...
View ArticleSms messages (in-out). What functions do I need?
Hi, I have this problem: I need my app detects incoming sms, process the sms, and finally responds (automatically). I do not know what functions need (I do not understand the information in...
View ArticleIs Qt 5.0.1 supposed to be compiled with GCC 4.8.0 ?
Hi I tried to compile Qt with MinGW 4.8.0 rev1 from mingwbuilds project. Dependencies compiled fine. (Including OpenSSL, ICU, Freetype, Fontconfig) But Qt itself didn’t. I got some errors when...
View ArticleLooking for C++/Unix Software developers in Bucharest to work in telecom...
Nationality: Romanian citizens only Location: Bucharest Employment: full-time Please send your CV’s to catalina_alice_v@hotmail.com This job requires a C/C++ software developer responsible for software...
View ArticleQtDesigner module in PySide
In PyQt4 there is a QtDesigner module which can be used for creating custom Widgets for QtDesigner. I can not find this in PySide. Neither in the PySide version I compiled from source or the one in the...
View ArticleQStackedWidgets problems
Iam trying to : 1) create a horizantal layout in display (basically a QWidget) 2) add stackedwidget to this Hlayout 3) the stackedwidget contains imagesWidget and loadWidget 4) the imagesWidget is...
View Article