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

How to delete files from ftp?

QUrl uploadurl("ftp://ftp.aaa.com/httpdocs/img/1.jpg"); uploadurl.setUserName("username"); uploadurl.setPassword("password");...

View Article


How to delete files from ftp?

QUrl uploadurl("ftp://ftp.aaa.com/httpdocs/img/1.jpg"); uploadurl.setUserName("username"); uploadurl.setPassword("password");...

View Article


QUrlInfo и права на файл/директория

Здравейте. Ползвам QUrlInfo за да изкарам информация за файл от отдалечен сървър (ftp). Срещам проблеми с информацията за правата на директорията или файла. В enum-а PermissionSpec се вижда че...

View Article

How to return deleted main menu bar?

I deleted the main menu bar out of my project, how do I return it? For the documentation: QMenuBar * QMainWindow::menuBar() const Returns the menu bar for the main window. However, I don’t quite...

View Article

Running an App without Qt on Windows

I’ve spent the last two days reading anything I could find about how to get a simple application written using Qt to run on other Windows machines — machines without Qt. Judging by the amount of...

View Article


SequentialAnimation runs but not ParallelAnimation

For some reason when I run SequentialAnimation from animations run but if I change it from SequentialAnimation to ParallelAnimation it does not. SequentialAnimation {   id: playbanner...

View Article

I call DLL, I debug runtime is normal. Release a run-time error, ask how it...

I call DLL, I debug runtime is normal. Release a run-time error, ask how it happened.

View Article

The meaning of the "preview" parameter from the example "declarative-camera"

imageCapture {             onImageCaptured: {                ...

View Article


Scrolling to the exact end or beginning of the QListView containing...

I have a QListView with a horizontal scroll bar in which QStandardItems are inserted. When I drag an item over the existing items the scroll bar moves as per the QModelIndex. But when i reach the end...

View Article


cannot open input file Aggregation.lib while build Doxygen source with Qt

I’m using: Qt 4.8.4 Qt Creator 2.7.0 Qt Creator source 2.7.0 Doxygen source Revision 57 Building Doxygen source output the following: -1: error: LNK1181: cannot open input file ‘Aggregation.lib’

View Article

QStyleOptionProgressBar and style sheet

I’m painting a QProgressBar (using QStyleOptionProgressBar) into a QabstractTableModel ,the code just like this http://qt-project.org/doc/qt-4.8/qabstractitemdelegate.html now I want to set its style...

View Article

Software distribution

Hi guys I am quite new to Qt and I am having some basic problems. Sorry to ask trivial questions. I am working on project called seforta. When I created the project with Qt creator two new folders have...

View Article

Linking errors

Hello. I’m trying to compile my first Qt project, but I have problems with unresolved extrnals when I link it. This is the error log: http://pastebin.com/KpjvFKfu I’m using Qt compiled with VS2012 ×86...

View Article


Qt 5, QtWebKit, Flash-plugin availability

How can I get information if Flash NPAPI plugin available for WebKit in program? I have following code ui->_client->settings()->setAttribute(QWebSettings::PluginsEnabled, true);...

View Article

Qt 5, QtWebKit, доступность Flash плагина

Как можно получить информацию о доступности Flash NPAPI плагина для WebKit из программы? У меня есть следующий код....

View Article


A question about STL C++?

we need to use backin_serter and front_inserter with the algorithms that removes or copy elements like copy,remove_copy because they can’t change the size of containers only elements but why we don’t...

View Article

Thread names as tags

Hi, I have stumbled upon a great number of tags being the thread names themself. Sometimes they have non-alphanumerical characters in them, preventing getting back to the thread itself (slashes,...

View Article


QMenuBar CSS problème

Hi every body, i have a problèm with stylesheet for QMenuBar i want to customize my bar menu on color gray (see the picture) http://i.stack.imgur.com/rYqyP.png please i need your help i used all...

View Article

QMenuBar CSS problem

Hi every body, i have a problèm with stylesheet for QMenuBar i want to customize my bar menu on color gray (see the picture) http://i.stack.imgur.com/rYqyP.png please i need your help i used all...

View Article

Pomoc przy stworzeniu formularza w QT Creator

Witam. Czy moglby mi ktos pomoc w stworzeniu prostego formularza w QT Creator? Mialby zawierac jakies combo boxy, elementy listy rozwijalnej, jakas mozliwosc wpisania swoich danych typu imie nazwisk....

View Article
Browsing all 18427 articles
Browse latest View live