Re: [PySide] redirect pyside.org to https://doc.qt.io/qtforpython-6/

2023-06-15 Thread Florian Bruhin
Hi, > > pyside.org redirects to https://wiki.qt.io/Qt_for_Python here > > and that is what I asked the last time > > the domain went unused some years ago. > > Even with a private browser tab (or, say, curl)? > > $ curl -i pyside.org > HTTP/1.1 301 Moved Permanently > [...] >

Re: [PySide] redirect pyside.org to https://doc.qt.io/qtforpython-6/

2023-06-03 Thread Florian Bruhin
Hey, > pyside.org redirects to https://wiki.qt.io/Qt_for_Python here > and that is what I asked the last time > the domain went unused some years ago. Even with a private browser tab (or, say, curl)? $ curl -i pyside.org HTTP/1.1 301 Moved Permanently [...] Location:

Re: [PySide] redirect pyside.org to https://doc.qt.io/qtforpython-6/

2023-06-02 Thread Florian Bruhin
Hey, > The reason to point pyside.org > is because due to the nature of the Qt project, > the wiki page is the closer we have to the Open Governance. > As you can see no other Qt project have their own domain, > that's why we decided to use it for the Wiki. > > All three sites have references to

Re: [PySide] I want to unsubscribe

2022-05-25 Thread Florian Bruhin
Hi, On Wed, May 25, 2022 at 02:58:28PM +0530, Sid Dip wrote: > Instead of sending an empty mail to dozens (hundreds) of people, take a look at the footer of every mail: > ___ > PySide mailing list > PySide@qt-project.org >

Re: [PySide] New Qt for Python release: 6.2.0 is out !

2021-09-30 Thread Florian Bruhin
Hey, On Thu, Sep 30, 2021 at 04:06:55PM +0200, Cristián Maureira-Fredes wrote: > pip install pyside6 \ > --index-url=http://download.qt.io/official_releases/QtForPython \ > --trusted-host download.qt.io I'd suggest this instead: pip install pyside6 \

Re: [PySide] Signals and recursion

2020-09-05 Thread Florian Bruhin
Hey, On Tue, Sep 01, 2020 at 11:51:30AM +0300, Safa Alfulaij wrote: > I have an object with a notifiable property "value". > I also have 1000+ instances, each has the previous object's property signal > connected to it's slot. > > In my testing, I exceed the recursion depth at around object 200.

Re: [PySide] Disabling OpenGL support in PySIde 5.13.2 when Qt 5.13.2 is built with -no-opengl

2020-08-07 Thread Florian Bruhin
Hey, On Fri, Aug 07, 2020 at 10:44:42AM -0300, nooblol yey wrote: > Someone can remove me,literally i dont know even write(hello world) pls Every mail has a footer with the mailinglist's web page: PySide mailing list PySide@qt-project.org https://lists.qt-project.org/listinfo/pyside

Re: [PySide] Overriding QWebEngine launch parameters

2020-04-02 Thread Florian Bruhin
On Thu, Apr 02, 2020 at 09:21:02PM +, Marco Grubert wrote: > According to this > documentation, [1]https://doc.qt.io/qt-5/qtwebengine-debugging.html , it > should be possible to pass Chromium flags to Qt using either environment > variables or command-line arguments. With PySide2 5.14.1 I have

Re: [PySide] Seeing Deprecation Warning messages

2020-03-30 Thread Florian Bruhin
On Fri, Mar 27, 2020 at 04:04:54PM +0100, Cristián Maureira-Fredes wrote: > I'm almost certain this was already solved... > so maybe something went wrong. It was fixed here: https://codereview.qt-project.org/c/pyside/pyside-setup/+/288381 That commit will be part of 5.14.2 but wasn't in 5.14.1,

Re: [PySide] unsubscribing

2020-03-10 Thread Florian Bruhin
Hi, On Mon, Mar 09, 2020 at 08:07:22PM -0400, Mike Baron wrote: > Please unsubscribe On the bottom of every mail you find a footer, linking to the website for this mailinglist: > PySide mailing list > PySide@qt-project.org > https://lists.qt-project.org/listinfo/pyside You can unsubscribe

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Florian Bruhin
Hey Cristián, On Fri, Oct 25, 2019 at 11:48:06AM +, Cristián Maureira-Fredes wrote: > From 3.6 there are many features we wanted to use, like: > * f-strings (and refactor our code base), > * asyncio stable API (we wanted to move forward and provide compatibility), > * Type annotation for

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Florian Bruhin
On Fri, Oct 25, 2019 at 11:35:08AM +, Cristián Maureira-Fredes wrote: > Could it be possible to evaluate a migration in your case? > there are many tools also that can help you moving forward to use > Python 3, maybe something like that could speed up things? [2] > > [2] 2to3 executable in

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Florian Bruhin
Hey, On Fri, Oct 25, 2019 at 09:39:51AM +, Stephen Morris via PySide wrote: > On Fri, Oct 25, 2019 at 09:58:00AM +, Cristián Maureira-Fredes wrote: > > Python 2.7 is another story, > > but as mention in previous blog post > > we are planning to deprecate it as soon as Qt6 is released in

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Florian Bruhin
Hey Cristián, On Fri, Oct 25, 2019 at 08:57:00AM +, Cristián Maureira-Fredes wrote: > Python 3.5 has become really old for most distributions, > so we would like to drop support for it, in favor of goodies > that appeared on 3.6. > > [...] > > Python 2.7 is another story, > but as mention

[PySide] Python 2 support

2019-05-20 Thread Florian Bruhin
Hi, I just wondered because of the other thread[1]: Are there any plans to drop support for Python 2 at the beginning of 2020, when Python itself 2 is EOL upstream[2]? Many other projects have pledged[3] to do so, maybe PySide2 should do the same? If there are customers relying on Python 2

Re: [PySide] PySide2 installer for windows?

2019-05-20 Thread Florian Bruhin
Hi, On Mon, May 20, 2019 at 12:07:42PM +1200, Frank Rueter | OHUfx wrote: > So the only way out of this is update my code to Python3? You might want to consider doing that anyways, if you haven't yet. Python 2 is EOL (including security fixes) in about half a year: https://pythonclock.org/

Re: [PySide] Access methods in the QMath library

2018-07-28 Thread Florian Bruhin
On Sat, Jul 28, 2018 at 09:56:08AM +0300, אילן הינדי wrote: > Can you tell how to access methods in the QMath module like qATang etc.. From what I can see, QtMath is a header-file with some functions only, and not exposed by PySide. Why not just use Python's math.atan?

Re: [PySide] Start work with PySide2

2018-07-26 Thread Florian Bruhin
Hey, On Thu, Jul 26, 2018 at 08:55:08AM +0300, אילן הינדי wrote: > Do you have/can recommend for a tool to migrate code from Qt C++ to PySide2 > python? > > (My aim is to be able to use the examples Qt has, for learning) There's http://code.qt.io/cgit/pyside/pyside-setup.git/tree/examples and

Re: [PySide] Weekly update 31.05.2018

2018-06-05 Thread Florian Bruhin
On Tue, Jun 05, 2018 at 08:58:13AM -0700, Will Rosecrans wrote: > You mention that you need an exception to get the large packages on PyPi > > I am curious if PyQt is using a similar exception, or is there some quirk > of the Shiboken binding process that makes bigger modules than SIP, or some >

Re: [PySide] filling model via QRunnable creates extra rows

2017-05-02 Thread Florian Bruhin
On Tue, May 02, 2017 at 08:21:41PM +1200, Frank Rueter | OHUfx wrote: > Hi all, > > I just ran int this issue where I'm trying to fill a model via QRunnable, > but when I do so, it seems to add extra rows for some mysterious reasons. > If I run the respective process in in the main thread I get

Re: [PySide] second argument for QLayout.addWidget

2017-04-04 Thread Florian Bruhin
On Tue, Apr 04, 2017 at 07:13:44PM +1200, Frank Rueter | OHUfx wrote: > Hi, > > I just saw some example code like this: > topLayout = QHBoxLayout() > topLayout.addWidget(self.pathLabel, 1) > > What does the second argument to? It doesn't seem to be documented anywhere. It's documented

Re: [PySide] QStandardItemModel vs QAbstractItemModel

2016-01-12 Thread Florian Bruhin
* Frank Rueter | OHUfx [2016-01-13 09:32:04 +1300]: > in PySide there is no QVariant anyway, so that's all good. > I started yesterday trying to re-write what I already had going with > QStandardItemModel using QAbstractTableModel, but it seems there is a lot I > have to

Re: [PySide] using QProcess to run python function

2015-07-23 Thread Florian Bruhin
(disclaimer: I didn't read your whole quoted private discussion as this seems to be the first mail going to the pyside mailinglist) * Frank Rueter | OHUfx fr...@ohufx.com [2015-07-23 16:05:05 +1200]: [...] The question is how do I emit the stdout from dummyFunction() while it's running (it

Re: [PySide] place text in the middle of QProgressBar when setRange(0, 0) on Windows?

2014-12-19 Thread Florian Bruhin
I already told you multiple times, and I'll try again: Can you PLEASE STOP cross-posting irrelevant Qt questions on two lists (PyQt/PySide) about Qt BINDINGS, and use some channel which is actually for Qt questions, such as multiple forums which exist? I really don't want to be rude, but the

Re: [PySide] Let's get serious for Pyside to support Qt5

2014-12-10 Thread Florian Bruhin
* Stany MARCEL stany...@gmail.com [2014-12-10 17:31:44 +0100]: Hello Maybe a crowd funding to hire a full time developer should be a good idea. VLC association have done a kickstarter to fund the dev of VLC windows 8 support. I'd be in! Is pyside currently only community driven or is

Re: [PySide] QNetworkAccessManager : server closed some connections prematurely

2014-12-03 Thread Florian Bruhin
* iMath 2281570...@qq.com [2014-12-02 11:20:57 +0800]: I made 24 requests to the network through QNetworkAccessManager::get() by a for-loop,after a few minutes later,the remote server closed some connections prematurely before the entire reply was received and processed,then the

Re: [PySide] Button order on QMessageBox

2014-10-28 Thread Florian Bruhin
* Jim Byrnes jf_byr...@comcast.net [2014-10-28 13:03:01 -0500]: Is the order of the buttons on a QMessageBox platform specific? From http://qt-project.org/doc/qt-4.8/qmessagebox.html : The display order for the buttons is platform-dependent. For example, on Windows, Save is displayed to the

Re: [PySide] PySide for QT 5.x

2014-10-28 Thread Florian Bruhin
Hi, * Jonathan Nabozny jnaboz...@ltu.edu [2014-10-28 13:18:10 -0400]: Hello All, I've been using both QT in c++ at work for a while now and python for several years for my own projects and academia. I'd like to get involved in helping bring QT 5.x support to PySide. Is there anyone else

Re: [PySide] QtNetwork.QSslSocket.supportsSsl()

2014-10-08 Thread Florian Bruhin
* Joel B. Mohler jmoh...@gamry.com [2014-10-08 13:32:37 -0400]: I just found an annoying bit in PySide.__init__ while examining application start-up time. Sorry for the (slight) offtopic, but how do you measure this? All the profilers I've checked so far don't profile what happens inside Qt

Re: [PySide] PySide Pitfalls

2014-09-16 Thread Florian Bruhin
Hi again, * Nathan Warmerdam nathan.warmer...@gmail.com [2014-09-15 12:57:46 -0700]: 2. I've used some logging to figure out when the crash occurs and more often than not it happens when my main window is constructing a new dialog to open. I pass a pretty simple python class between the two.