Re: [Interest] My first Shiboken6-based C++ lib bindings

2022-11-22 Thread Friedemann Kleint via Interest

Hi,

for PySide-related questions, there is a separate mailing list: 
https://lists.qt-project.org/listinfo/pyside


At first sight, this looks like a class PyPappsomspppappsoStaticFields 
or similar exists in your typesystem XML file and was generated, but is 
not listed in your CMake file?


Regards,Friedemann

--
Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Adding external style to Qt Designer

2022-05-27 Thread Friedemann Kleint

Hi,

The menu is populated from QStyleFactory::keys(), so it should work. I 
suggest you log the plugin loading process by setting the 
QT_DEBUG_PLUGINS environment variable. It should then tell if the plugin 
is found and if it is binary compatible to the existing Qt Designer build.


Regards, Friedemann

--

Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] [External] Proxied view not updating live when source model does

2021-09-22 Thread Friedemann Kleint

Hi,

have you run  QAbstractItemModelTester 
https://doc.qt.io/qt-6/qabstractitemmodeltester.html on the source model 
and the proxy model?


It usually quickly reveals issues in the overridden methods.

Regards, Friedemann
--

Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Call retranslateUi() from UI generated/loaded directly from *.ui

2021-04-30 Thread Friedemann Kleint

Hi,

>  I am developing an application where I am generating the UI via 
loading the *.ui rather than using uic to generate the source/header file.


>  I need to call retranslateUi to update my translation but most 
documentation talks about a generated method by uic


It should automatically react to language change events, see:

https://doc.qt.io/qt-6/quiloader.html#setLanguageChangeEnabled

Regards, Friedemann

--

Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] COM, and thus Qt Accessibility, doesn't work with Qt MinGW builds?

2017-07-12 Thread Friedemann Kleint

Hi,

small update; The proposed change 
https://codereview.qt-project.org/#/c/199789/ compiles now. If you build 
Qt yourself, you should be able to use it.


Regards, Friedemann

--
Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] COM, and thus Qt Accessibility, doesn't work with Qt MinGW builds?

2017-07-11 Thread Friedemann Kleint

Hi,

>On 07.07.2017 10:04, Nikos Chantziaras wrote:
>I was battling with accessibility issues for a while now, where Qt was 
not exposing IAccessible2 interfaces, making Qt application almost 
completely inaccessible.
>An NVDA developer figured out that it's because MinGW builds of Qt 
don't seem to support COM interfaces. This was nowhere to be found in 
the documentation (http://doc.qt.io/qt-5/accessible.html).
>Am I forced to switch my development from gcc/mingw to msvc? Or is 
there a way to get COM working with mingw?


For the moment, yes. I did a quick experiment ( 
https://codereview.qt-project.org/#/c/199789/ ) and found that it has 
improved, but does not work out of the box yet.


Regards, Friedemann

--
Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Writing big pictures to file

2017-04-06 Thread Friedemann Kleint

Hi,


is that all drawings with x coordinates > 32K are cutted in the generated
file. There are no errors displayed in this case.


Have you tried 5.7/5.8 ? I/O-wise this could be related to  
https://bugreports.qt.io/browse/QTBUG-56616 which is fixed for 5.6.3 or higher.


Regards,
Friedemann

--

Friedemann Kleint
The Qt Company GmbH

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt 5.8 Software Backend Bug on Windows? - Window fails to copmpletly update after closing it and opening it again

2017-02-21 Thread Friedemann Kleint


Hi,

>>Should I report a bug?
>Certainly. And please include a minimal example to reproduce the problem.

Most likely, this is covered by 
https://bugreports.qt.io/browse/QTBUG-58178 .


Regards,
Friedemann

--
Friedemann Kleint
The Qt Company GmbH


___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Friedemann Kleint
Hi,

please take a look at the examples of Active Qt (for example, web 
browser). Its .pro file contains:

QT += axcontainer

(this used to be CONFIG += qaxcontainer in Qt 4).

Regards,
Friedemann

-- 
Friedemann Kleint | The Qt Company

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Localization in Chinese, Japanese, Hindi, Korean languages

2013-07-15 Thread Friedemann Kleint

Hi,

I am facing an issue in localizing the strings in 
Chinese,Japanese,Hindi,Korean languages. Please find attached the title 
of a QDialog which is trying to be localized in Korean language.


If this affects Qt 5 on Windows, it might be related to 
https://bugreports.qt-project.org/browse/QTBUG-31689 .


Otherwise, can you please specify the platform and Qt version you are 
using and provide a code sample?


Regards,
Friedemann

--
Friedemann Kleint
Digia, Qt

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QFileDialog: what's wrong with this minimal example

2013-01-29 Thread Friedemann Kleint

Hi,

since I also ran into this on my machine, I created 
https://bugreports.qt-project.org/browse/QTBUG-29366 with an example and 
a bit of analysis. The underlying reason is that the creation of a 
QInotifyFileSystemWatcherEngine fails due to Too many open files.


Regards,
Friedemann

--
Friedemann Kleint
Digia, Qt

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest