Skip to content

issues Search Results · repo:spyder-ide/qtpy language:Python

Filter by

211 results
 (79 ms)

211 results

inspyder-ide/qtpy (press backspace or delete to remove)

Hello! I was wondering if there are any plans to extend the test matrix in particular for newer versions of pyside6? Thanks!
type:Task
  • wakonig
  • 1
  • Opened 
    16 days ago
  • #510

Creating this issue in case there are comments/questions for the release
type:Task
  • dalthviz
  • 1
  • Opened 
    on Dec 16, 2024
  • #509

Prior to QtPy 2.4.2, the following: from qtpy.QtWidgets import QApplication, QMenu app = QApplication([]) menu = QMenu() menu.addMenu( test ) submenu = menu.children()[1] print(isinstance(submenu, ...
type:Bug
  • astrofrog
  • 2
  • Opened 
    on Dec 4, 2024
  • #505

Shouldn t there be QtCore instead of just Qt? https://github.com/spyder-ide/qtpy/blob/cd0b49b012391933c12648d966f4b7cb320cf980/qtpy/tests/conftest.py#L23-L27 For PyQt6, it is so: https://github.com/spyder-ide/qtpy/blob/cd0b49b012391933c12648d966f4b7cb320cf980/qtpy/tests/conftest.py#L48-L54 ...
type:Awaiting followup
type:Discussion
  • StSav012
  • 4
  • Opened 
    on Nov 29, 2024
  • #504

QtPy 2.4.2 has integrated this PR: https://github.com/spyder-ide/qtpy/pull/461, which swaps QToolbar and QAction types with custom subclasses. This introduced a new problem that instances returned from ...
type:Bug
  • ivany4
  • 1
  • Opened 
    on Nov 11, 2024
  • #502

CI warnings related with mambaforge: https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/
type:Task
  • dalthviz
  • Opened 
    on Nov 4, 2024
  • #501

The following code demonstrates the difference. It uses QBuffer, as QIODevice is an abstract class and cannot be instantiated. from qtpy.QtCore import QBuffer # `data` should be a variable. It has buffer: ...
type:Discussion
  • StSav012
  • Opened 
    on Oct 25, 2024
  • #499

I just noticed that we haven t released a new version of QtPy in over year. Since it has some fixes in master that are worthy of a new version, I think it s time to publish one. @dalthviz, could you take ...
type:Task
  • ccordoba12
  • 1
  • Opened 
    on Oct 24, 2024
  • #498

To make up mightBeRichText, QtGui is being imported in the following lines: https://github.com/spyder-ide/qtpy/blob/b851e006f3326a7cec4cdb8e0fe4c347a7ec956f/qtpy/QtCore.py#L103-L112 https://github.com/spyder-ide/qtpy/blob/b851e006f3326a7cec4cdb8e0fe4c347a7ec956f/qtpy/QtCore.py#L132-L137 ...
type:Discussion
  • StSav012
  • Opened 
    on Oct 17, 2024
  • #496

With PySide 6.8.0 installed, qtpy will crash without raising an Exception when importing QtCore from qtpy. The crash happens in ./qtpy/QtCore.py , line 128: from PySide6.QtCore import *.
type:Awaiting followup
type:Discussion
  • maflAT
  • 5
  • Opened 
    on Oct 11, 2024
  • #494
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub