I\'m trying to write a program that will interact with QGraphicsView.I want to gather mouse and keyboard events when the happen in the QGraphicsView. For example, if the user clicks on the QGraphicsVi
I have A LOT of QComboBoxes, and at a certain point, I need to fetch every item of a particular QComboBox to iterate through.
I have a QListWidget and I need to remove some items. From what I\'ve researched, this is a generally unpleasant thing to do.
I have a project where I need to change the selection of a tree widget in code. This needs to be done after I clear out the tree and populate it again.
What\'s the best and simplest way to save a webpage displayed with QWebView() to file? from PyQt4.QtCore import *
I have been trying to get QLabel.setText in PySide working for several days, but no succes. I have following code(simplified):
I am building a footage library, where each thumbnail is a QIcon on a QPushButton. I\'d like the thumbnails to advance a frame as the user middle-mouse-button scrolls on top of the QPushButton. The ch
How can I open a dialog window in Qt/PyQt with a recommended size which can be shrinked 开发者_运维技巧and expanded ? I find only methods for setting a miniumSize, but not to set a actual size.QWidget
I have the following files (Main window/UI): files UI: # -*- coding: utf-8 -*- # Form implementation generated from reading ui file \'mainwindow.ui\'
I am using PyQT4 to create a sample application for a prospective client. I am looking for some way to put a border around a specific widget. Please give me some pointers to look for.