python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
No reply data with QNetworkAccessManager when running on another machine
I have a simple program that should retrieve the HTML from a website URL.
main.cpp
#include "Downloader.h"
#include <QCoreApplication>
int main(int argc, char *argv[])
{
QCoreAppl...
Gerald Ortner
Votes: 0
Answers: 1
How to get Qt application window size from a QML file which is not the QML where the root window is declared?
While I am in a random QML file which is not the parent main.qml, is it possible to get the Qt application window size?
I know that I can declare the app window root in a global property like below an...
TheWaterProgrammer
Votes: 0
Answers: 1
Accessibility notification in Qt
I am trying to push notification to Jaws or NVDA when certain events occur.
These events can occur any time and any application widget can have the focus. They are not linked to user actions but to th...
user6106573
Votes: 0
Answers: 1
QwtScaleWidget::getBorderDistHint() returns wrong border distance
I create a timeline widget based on QwtScaleWidget to render it in an image. If I don't show this widget widget.show(), the method QwtScaleWidget::getBorderDistHint() returns wrong border distance. Ma...
Lumar
Votes: 0
Answers: 0