About 50 results
Open links in new tab
  1. PySide: Easier way of updating GUI from another thread

    Aug 26, 2012 · PySide: Easier way of updating GUI from another thread Asked 13 years, 9 months ago Modified 13 years, 7 months ago Viewed 11k times

  2. Using PySide / PyQt for mobile development - Stack Overflow

    May 26, 2013 · 24 I am currently looking at using PySide for mobile app development. I've done a few tutorials for creating desktop applications using Pyside and loving it. I understand PySide/PyQt is a …

  3. PySide / PyQt detect if user trying to close window

    Feb 12, 2012 · PySide / PyQt detect if user trying to close window Asked 14 years, 1 month ago Modified 5 years, 10 months ago Viewed 87k times

  4. python - PySide + QTableView example - Stack Overflow

    Feb 21, 2019 · Can anyone point me to a simple example of QTableView in PySide? I found the QTableView docs but unfortunately they don't give an example, and I'm very new to PySide, so I …

  5. Correct way to address Pyside Qt widgets from a .ui file via Python

    An alternative, assuming you are using the modern version of PySide called "Qt for Python", is to "compile" the .ui file to a Python class (see docs). For this, after saving filename.ui, execute pyside2 …

  6. What is the differences between Tkinter, WxWidgets and PyQt, and …

    Mar 26, 2023 · I was wondering what are the differences among the GUI toolkits such as tkinter, wxWidgets and PyQt, PySide. They produces similar widgets like list boxes, text engines, and …

  7. How to import mainwindow (.ui file) using PySide - Stack Overflow

    Mar 16, 2014 · When you use pyside-uic to generate the GUI module, it will create a class called Ui_MainWindow. It is this class that you need to import into your main application. The imported …

  8. python - Installing PySide for Python3 - Stack Overflow

    Nov 18, 2017 · When I try to install PySide for Python-3.6, it says it is only compatible until Python-3.4. Is there any work-around to get it installed for Python-3.6? Only these Python versions seem to be …

  9. Is deleteLater() necessary in PyQt/PySide? - Stack Overflow

    Nov 23, 2013 · Since there is already a garbage collector in Python, is deleteLater() necessary in PyQt/PySide?

  10. importerror - After upgrading PySide6 gives error No module named ...

    Apr 19, 2022 · the link provided by @Blackyy helped my resolve this issue. The problematic bit is because the update doesn't do a 'uninstall/install' and leave some files around, and doesn't override …