QWebElement evaluateJavaScript doesn't work
Hello all, I have a code QWebView view; view.show(); QWebElement elem = view.page()->mainFrame()->documentElement(); QEventLoop loopLoad;...
View Articleexposing QQmlListProperty to QML : registering QQmlListProperty in QML type...
I’m trying to access a QList<MyOject> from QML so I’m using QQmlListProperty here is a part of the code : the class MyObject code : MyObject.h #ifndef MYOBJECT_H #define MYOBJECT_H...
View ArticleWhat do I need to try iOS development with Qt5.1beta ?
I downloaded Qt 5.1 beta for Mac (OS X) and I have the impression that more stuff is needed to try iOS development (in a simulator) with it. What am I missing (for example: how do I set that a project...
View ArticleText Edit: choose/change the whole background color
hello everyone, I’m new here. I write here to find some help about qt coding, in this case about Text Edit demo ( ttp//qt-project.org/doc/qt-4.8/demos-textedit.html ). To better learning qt coding (i...
View ArticleSaving user data: which of QStandardPaths to use?
Hi all, I am using Qt to write an image viewer where the user can create notes/annotations about the image and bookmark interesting points of view. I was thinking of saving these notes/bookmarks in...
View ArticleInstallation for Dummies??? (MAC OS 10.6.8)
Hello, I am a graphic artist working with a programmer who uses QT on another platform (so he can’t really answer all my questions). I want to install QT on my MAC (running OS 10.6.8) to enable me to...
View ArticleHTML5 application and Html5ApplicationViewPrivate
Hi, I created a new project (Qt 5.0.2) using the “new HTML5 application” wizard, which created for me the Html5ApplicationViewer class (.h and .cpp). Html5ApplicationViewer.cpp defines a private class...
View ArticleHow 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 ArticleListView doesn't update after changing data in QStringListModel
Hi! I’m writing a program to show in real time the position of the planets in the ecliptic. First, I have a ListView: import QtQuick 2.0 Item { width: 200 ...
View ArticleQWebView clear all cookies
Sorry for my many topics I have a code view.page()->networkAccessManager()->setCookieJar(0); But this code disable all cookies If i try that QList<QNetworkCookie> list;...
View ArticleUsing qml sql to pull data but how can I use it to be displayed.
I’m using this .js var index_count = 0 var up_check = 0 function get_db(a, up_check) { var db = LocalStorage.openDatabaseSync("DB5",...
View ArticleHow to convert QML Object to QImage ?
Hi, How can i get a QImage of a child QML Object ? Thank you.
View Articlehow can I put image in background of MainWindow.ui
Hi, good morning I am using Qt 5.0.2. I Created New Qt GUI Application and I choosed class Information as per below. Class name : MainWindow Base class : QMainWindow Header file : mainwindow.h source...
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 Article