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

Android, IOS and Windows Phone App possible?

Hey, I started writing my Bachelor Thesis and it involves writing a cross platform App and Evaluating diffrent Frameworks for that along the way. The App needs to run on all 3 mobile Platforms...

View Article


Writing to external storage on Android

Hi, I’m trying to do some simple file reading/writing in my application. It works fine for local storage using QFile, but how can I get the external storage directory (without hardcoding it to /sdcard,...

View Article


Qt Linguist source code not available

Hi everyone I’m here on the forum because I have a little problem of localization. I designed my interface in Qt Designer and all the texts I put in the UI with this tool is not found by Qt linguist....

View Article

QTreeView with custom items

Hello, I’m writing my first Qt application with PySide and am having some trouble creating a custom tree view. I’d like to list my own data in one column. Each item must have text with tooltip,...

View Article

Additional details of Files?

Hi, I have a file format for my application. I want to associate it to my application such that any file with that extension is double clicked it should open my application & pass the path of...

View Article


Add Twitter feed ticker to desktop application.

Add Twitter feed ticker to desktop application. I want to show Twitter feed ticker on my desktop application page.is there any way to do this . with the help of http://twitcker.com i create...

View Article

QUiLoader - QVLayoutBox adjust Size

I’m writing a program using Qt and C++ to reach the following result: a) vMain : main area – QVBoxLayout for the widget; b) hHeader: header area – QHBoxLayout to show two QLabels; c) vCenter: central...

View Article

Qt + COM (ActiveX) = Властелин упрвления сервером 1С предприятия

Доброго времени суток господа! Хочется общаться с 1С сервером через COM, т.е. подключиться, посмотреть какие пользователи в базе, выбрать чего-нибудь, добавить пользователя, посмотреть текущие сеансы...

View Article


visualization signal and slots

is there a tool to visualize the slots and signals in a project, and how they are connected?

View Article


Hide leafs in QTreeView

Hi all, I’m working in QTreeView data representation and I would like to show a TreeModel (inherited from QStandardItemModel) that only show the nodes but not the leafs of them. An example could be:...

View Article

qt 5.0.1 and glext.h

Hi, Newbie here, and evaluating QT with a view to deploying it company-wide for app development, including for ios. I am aware that the ios side of QT is some time off, and willing to wait if QT works...

View Article

[Solved] Nesting QtObject in QtQuick

Hi, I was looking at http://qt-project.org/wiki/QmlStyling and got an idea to nest QtObjects [qt-project.org] so that I could do something like this: // Style.qml QtObject {    ...

View Article

Passing String from Main to Slot

Hi All, i tried to pass the string UG to my slot void Manuals::on_QRG_clicked(QString UG), so that the process is started. But i got QMetaObject::connectSlotsByName: No matching signal for...

View Article


QSqltablemodel make my app crash in SMP

i have new a Qsqltablemodel object in my codel . but the no-main thread will allways crash my program when my main thread is using the model. the code is like this: QSqlTableModel* model = new...

View Article

Why doesn't QtWebKit support MathML?

MathML is supporting in the WebKit. Not the whole standard, but basic tests look good. So, why doesn’t QtWebKit support it? If I make a custom build of QtWebKit using the last WebKit, can I use MathML?

View Article


how to select and delete for images

hi , i displayed all the images from particular directory using foldermodel….everything is fine ….in this images i want to select particular image and i want to delete this image from my qml gui…how...

View Article

Qt Assistant and Stale Content

I generate the content using the following: qcollectiongenerator.exe help.qhcp -o help.qhc. On my development box the help content is fresh. However, when I move it to another box, the content is old....

View Article


Can't compile qwtplot3d-0.2.7 against Qt 4.8.4

Hi there, i’m not sure whether i’m the 1st to compile qwt3d or just didn’t find a previous post dealing with this problem. Re-compiling fails after upgrading from Qt 4.7.4 to Qt 4.8.4. Does anybody...

View Article

Can't build Qt 5.1 (cross-compiling Android) for Mac

Hello! I can’t build latest Qt from Git for Mac with this configure: configure -prefix /usr/local/Digia/Qt5.1-rc1-android -release -shared -opensource -c++11 -nomake examples -nomake tests -nomake...

View Article

Prevent minimize window when click Show Desktop

I have tried to make a window that continue show up after Show Desktop clicked. I have tried overload changeEvent function: void mainwindow::changeEvent(QEvent *event) {    ...

View Article
Browsing all 18427 articles
Browse latest View live