Quantcast
Channel: Jobs
Browsing all 18427 articles
Browse latest View live

Querying states of widgets defined by a QT ui file

I have a ui file, created in QT designer, which I’ve used to create a dialog at runtime using the QUiLoader class. Is it possible to query the states of all widgets in this dialog when the dialog...

View Article


Segmentation fault on QQuickView::rootObject()

Ok, so, what I’m doing is I have an object QmlGui that has a member QQuickView view, here’s the constructor of QmlGui: QmlGui::QmlGui() {    ...

View Article


Using the console along with a Qt GUI

I apologize if this has been posted before, but I have extensively searched my specific issue and have not found anything. I am working on a project and have developed some modeling software that runs...

View Article

derived QLayouts not owning added Items?

Hi, qt-project.org writes Note: The ownership of item is transferred to the layout, and it’s the layout’s responsibility to delete it. here [qt-project.org] delete qWidget->layout() where...

View Article

QT5.1.0 RC1 - WebKit / OpenSSL Question

I’m trying to get SSL support added to a Win32 project using 5.1.0 RC1. I’ve followed a lot of random posts and ended up compiling Qt myself but with no luck (it built, but QsslSocket::supportsSsl()...

View Article


Very Beginner on QT

Hello everyone I was searching for C++ GUI on Mac and I came across QT. I have many options Qt 4.8.4 for Mac OS X (Src and Binary) Qt Creator 2.7.1 for Mac OS X (Binary) Qt 4.8.4 Sources (Full...

View Article

Qt 4.8.2 QWebView getting Content-type missing in HTTP POST, defaulting to...

i have popup window that is opened from web page ( its paypal popup) i capture it and then i try to fix this error as the document suggesting here Your text to link here… [qt-project.org] but still im...

View Article

Qt Media Encoding Library 1.0 alpha1 available!

Hi everyone I want to present you my own Qt library, here is description: QtMEL is a Qt library that wraps Libav, OpenCV and RtAudio libraries and allows you easily grab your desktop screen, your...

View Article


In Creator, What is the easiest way to change project or form names?

I’m hoping there is something I’m missing. Sometimes I have the need to change the name of a project or a form and it takes about an hour to hunt down all the places I need to change the names before...

View Article


looking for dlls to be linked dynamically under a specific folder?

Hi all, I have an application which requires 3 dlls. For a certain reason, I need to put the dlls under a specific folder. Could you please tell me if there is an easy code to add .pro file or any...

View Article

Create GUI and link it to pre written C++ code

Hi, I’m a newbie to Qt. I want to design a GUI and link this GUI to C++ code in getting a user input and perform a calculation to display a data . I’m not interested in modifying the code. Could anyone...

View Article

issue with qmake release and debug version

Hi guys, i want to be able to build the debug and the release version of my program in the following way. If i just type qmake in the console i want to build the makefiles for the debug version....

View Article

Missing posts

Apparently some posts to threads are disappearing. See this response of code_fodder [qt-project.org] And for sure I had seen this morning something he posted and I had answered and posted question....

View Article


how to use QNetworkAccessManager::setProxyFactory ( QNetworkProxyFactory *...

I want to get the webpage source code of http://www.youtube.com/ ,but youtube is blocked in my country ,so I decided to access it by a proxy server – hostname : 127.0.0.1 port :8087 according to the...

View Article

build error QT 5.02 gui application

I am new in QT. I have created Notepad example project. When I build it I have got an error: 16:51:12: Starting: “/usr/bin/make” /home/sergey/Qt5.0.2/5.0.2/gcc_64/bin/qmake -spec linux-g++-64...

View Article


QTreeWidget find parent, current item, old parent in dropEvent

I have a QTreeWidget that supports drop & drops. To prevent invalid drop & drops, I need to find out where the item was taken from, where it is going, and what item was taken. Currently...

View Article

Palette changes in QtDesigner do not show in my application when I run it

Hello, I have built several applications using QtCreator. I make my UI using QtDesigner and I can get everything to work. My only problem is when I change a color (for example a window bgcolor or...

View Article


qqmlapplicationengine refuse to show me something

Hi all, Just checked out qt51rc1. I tried to use qqmlapplicationengine to show a qml file. It seems the application runs silently without showing anything. I did it very simple: in c++ int main(int...

View Article

'QTimeZone' is missing on Qt 5.1 RC1

I couldn’t find QTimeZone library on 5.1 RC 1. Do I need to compile it my self? Quote from following URI http://qt-project.org/wiki/Qt-5-QTimeZone [qt-project.org] Proper time zone support is a long...

View Article

QT Application on Linaro ubuntu Desktop for ZC702 ARM

Hi, I have created a QT application for ARM architecture by using Xilinx linux arm toolchain. So If I am checking the file type it is coming as it is built for ARM. But when I am executing it it is...

View Article
Browsing all 18427 articles
Browse latest View live