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

Memory access violation when appending to initialized QLinkedList

Hey, So I’ve written a MainWindow that starts a few things, one of which is a server that handles connections in another thread. It’s basically a peer to peer instant message client over TCP. I haven’t...

View Article


CERT_SYSTEM_STORE_CURRENT_USER

Hi, I’m using QT to create app to access windows certificate store. My problem is (I got error): CERT_SYSTEM_STORE_CURRENT_USER was not declared in the scope. Note : I declared: #include...

View Article


Widet and menu transparency on windows 7

Menu transparency doesn’t seem to work on windows.     QApplication a(argc, argv);     QMenu menu;     menu.addAction("about",...

View Article

Is there something like macdeployqt for windows platform...

I know that packaging on Mac and Windows are very different, but is there a tool for windows which will at least put required DLLs into one folder or something?

View Article

Ubuntu Deployment and Static Linking

Hi, I’ve read the article on deployment to X11 platforms [qt-project.org] but there are a couple of things that remain unclear to me. Can I statically link to libraries even if my Qt build is not...

View Article


windows failed to import .db extension file in application window

i compile this [developer.nokia.com] code and want make a contact phone book. compiling the source code in release mode and then i added some required library mingw10.dll, qwidget.dll …….with the...

View Article

Problem on import Blackberry 10 QML module

Hi All, I’m new to Qt Creator. I saw the forum from blackberry that Qt Creator can improve blackberry’s UI and development. Well, I installed all the required software and configured it. I created a my...

View Article

OpenSSL server + QSslSocket client. no openssl_applink.

There are openssl server and Qt client using QSslSocket. When client connected to server server shows no OPENSSL_Applink and shuts down. But with OpenSSL client server works correct. What can be a reason?

View Article


WinPcap как установить?

Доброго времени суток! В QT не давно. Проблема следующая: Пишу приложение которое будет отсылать raw пакеты в сеть, при этом использую winpcap. Скачал: winpcap.exe, wdppack. Установил драйвер, потом:...

View Article


How to add winpcap to QT proj

Hi, I am writing an application that works with WinPcap. Problem with the addition of the library. I have download winpcap.exe and wdkpack. Make this: INCLUDEPATH += C:\Program...

View Article

OpenSSL server + QSslSocket client. SSL routines:SSL2_READ_INTERNAL:non sslv2...

SSL routines:SSL2_READ_INTERNAL:non sslv2 initial packet: openssl-1.0.1e\ssl\s2_pkt.c:187: If OpenSSL client there is no problem.

View Article

How to build Qt into a separate directory from the source ?

Like Qt Creator do. e.g. I pull the source into dir D:\Qt\qt_source, I want to build it into D:\Qt\build0421. I found this when I type configure -help      -prefix...

View Article

QSettings switch between file and registry

Hey there I’m trying to set up a function which saves some settings with help of the QSettings class. It should have the possiblity to save these settings either into the windows user registry or into...

View Article


Не удаётся откомпилировать пример в консоли.

Доброго времени суток. Ubuntu 12.10 ×86; Qt 5.0 Изучаю Qt по книге Марка Саммерфилда “Qt 4: программирование GUI на C++”. Установил Qt 5.0.2 for Linux 64-bit [qt-project.org] (в каталог...

View Article

Building an executable Qt windows

I’ve read several Qt guides on how to build a executable for deployment yet I’m not making any progress. Usuallly the article starts by saying type “configure -static” into the command prompt, but...

View Article


New to Qt. Excited, but a little lost going through the documentation. Thank...

Hello, I recently found Qt while looking for cross-platform GUI APIs for C++. After browsing the documentation it is clear that Qt is quite more than that. In seeing what Qt 5 and Qt Quick 2 have to...

View Article

simultaneously touch two MouseAreas issue

when I simultaneously touch two MouseAreas, no signals(for example, onPressed, onReleased) of these two MouseAreas is emitted, according to the time you touch the two MouseAreas, sometimes signals are...

View Article


Phonon::AudioDataOutput ayuda

hola, este es mi primer post, espero alguien pueda ayudarme. Estoy haciendo un reproductor y nesecito hacer una visualizacion de el audio q reprodusco. Lo estoy haciendo con Phonon por lo que decidi...

View Article

استفاده از QtNetwork 5 در Qt 4.8

با سلام چطور می تونم از QtNetwork 5 در Qt 4.8 استفاده کنم؟

View Article

Q_PROPERTY QString linking qml and c++ giving "undefined" error

This simple example should test the linking between QObject class property and qml. A string from TextInput should get displayed in a Rectangle on a mouse click. Instead, an error – Cannot assign...

View Article
Browsing all 18427 articles
Browse latest View live