Re: [Interest] Clearing QMainWindow::setFilePath() on macOS

2018-07-19 Thread Tony Rietwyk
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

[Interest] QCamera resolution problem

2018-07-19 Thread Alexander Carôt
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

[Interest] Clearing QMainWindow::setFilePath() on macOS

2018-07-19 Thread Patrick Stinson
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

Re: [Interest] Statically linked Qt

2018-07-19 Thread Igor Mironchik
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

Re: [Interest] Statically linked Qt

2018-07-19 Thread Thiago Macieira
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

[Interest] Statically linked Qt

2018-07-19 Thread Igor Mironchik
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