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

  4. Loading QtDesigner's .ui files in PySide - Stack Overflow

    Aug 22, 2011 · 41 PySide, unlike PyQt, has implemented the QUiLoader class to directly read in .ui files. From the linked documentation,

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

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

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

  8. Python PySide (Internal c++ Object Already Deleted)

    29 I recently decided to write my first app with Python and PySide. But I have a problem and hope you guys can help. Python keeps raising exceptions that the "Internal C++ Object" is deleted. From my …

  9. python - How to install PySide6? - Stack Overflow

    Jun 16, 2021 · I am following the documentation in here First installation issue (Solved): It is suggested to install pyside6 in a virtual environment, so I follow each step. python -m venv env …

  10. How to get all child components of QWidget in pyside/pyqt/qt?

    Apr 17, 2014 · I am developing a desktop application using pyside (qt), I want to access (iterate) all line edit components of QWidget. In qt I found two methods findChild and findChildren but there is no …