How to delete files from ftp?
QUrl uploadurl("ftp://ftp.aaa.com/httpdocs/img/1.jpg"); uploadurl.setUserName("username"); uploadurl.setPassword("password");...
View ArticleHow to delete files from ftp?
QUrl uploadurl("ftp://ftp.aaa.com/httpdocs/img/1.jpg"); uploadurl.setUserName("username"); uploadurl.setPassword("password");...
View ArticleQUrlInfo и права на файл/директория
Здравейте. Ползвам QUrlInfo за да изкарам информация за файл от отдалечен сървър (ftp). Срещам проблеми с информацията за правата на директорията или файла. В enum-а PermissionSpec се вижда че...
View ArticleHow 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 ArticleRunning 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 ArticleSequentialAnimation 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 ArticleI 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 ArticleThe meaning of the "preview" parameter from the example "declarative-camera"
imageCapture { onImageCaptured: { ...
View ArticleScrolling 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 Articlecannot 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 ArticleQStyleOptionProgressBar 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 ArticleSoftware 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 ArticleLinking 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 ArticleQt 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 ArticleQt 5, QtWebKit, доступность Flash плагина
Как можно получить информацию о доступности Flash NPAPI плагина для WebKit из программы? У меня есть следующий код....
View ArticleA 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 ArticleThread 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 ArticleQMenuBar 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 ArticleQMenuBar 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 ArticlePomoc 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