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. 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 …

  6. 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 …

  7. python - Cannot install pyside6 from pip - Stack Overflow

    Mar 31, 2023 · I'm looking at the Qt for Python1 documentation on how to install PySide6 and it should be simple enough: pip install pyside6 It doesn't work, though: ERROR: Could not find a version that …

  8. 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 …

  9. 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 …

  10. python - Resizable window with widgets PySide6 - Stack Overflow

    Feb 18, 2022 · Im very new with PySide and i need to know "How to do resizable windows". I have a simple code with 3 buttons in differents widgets and layouts. I need to understand the logic. …