Hi Patrick,
Have you tried passing QString() - maybe the underlying routine
(incorrectly) checks for isNull rather than isEmpty()?
Regards, Tony
On 20/07/2018 3:05 AM, Patrick Stinson wrote:
Hello!
I have set a file path on my QMainWindow with QWidget::setWindowFilePath() on
macOS. I need
Hello all,
I have a problem with setting the resolution of external USB-webcam on OSX.
I initialize my cam like this:
void soundjack::startVideo(int index){
QCameraViewfinderSettings cameraSettings;
QSize resolution(640,480);
cameraSettings.setResolution(resolution);
camera = new QCa
Hello!
I have set a file path on my QMainWindow with QWidget::setWindowFilePath() on
macOS. I need to clear this setting, but it doesn’t work if I pass in “”. Is
there another way to do this?
Thanks!
-Patrick
___
Interest mailing list
Interest@qt-proj
Hi,
On 19.07.2018 17:37, Thiago Macieira wrote:
On Thursday, 19 July 2018 00:12:49 PDT Igor Mironchik wrote:
I can't link statically with Qt, some undefined references to libQt5DBus.
For example
qt-everywhere-src-5.11.1/qtbase/include/QtCore/../../src/corelib/tools/qlist
.h:475: undefined re
On Thursday, 19 July 2018 00:12:49 PDT Igor Mironchik wrote:
> I can't link statically with Qt, some undefined references to libQt5DBus.
>
> For example
>
> qt-everywhere-src-5.11.1/qtbase/include/QtCore/../../src/corelib/tools/qlist
> .h:475: undefined reference to
> `QDBusUnixFileDescriptor::QD
Hello,
I can't link statically with Qt, some undefined references to libQt5DBus.
For example
qt-everywhere-src-5.11.1/qtbase/include/QtCore/../../src/corelib/tools/qlist.h:475:
undefined reference to
`QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(QDBusUnixFileDescriptor
const&)'
collect2