The PySide project provides LGPL-licensed Python bindings for the Qt UI framework.

learn more… | top users | synonyms

0
votes
2answers
23 views

Python / Pyside Code not executing sequentially?

I am building a Qt-based GUI using Pyside. Inside a specific class who has access to a QMainWindow (_theMainWindow) class which in turn has access to 2 other Qt Widgets (theScan & theScanProgress) ...
0
votes
1answer
49 views

Still stumped on ValueError

about 2 days ago I asked pretty much the same question at Python 3 ValueError deleting from list. I've now modified my code slightly, but the game still seems to have a really rough way of looping the ...
0
votes
0answers
11 views

PySide: hiding a dialog breaks the dialog.exec_()

In my project I have to show people a dialog which can accept or open another dialog. I start the dialog by the usage of dialog.exec_() which also should make it possible to catch the ...
0
votes
1answer
28 views

Python 3 ValueError deleting from list

I'm creating a new game using Python 3 and PySide. The game is a simple UI for the game Password, and basically pulls a random value from a list, displays it, and once done with the value(word), ...
0
votes
2answers
21 views

Getting ASSERT error on PySide tutorial example

I'm trying to run the following PySide Qt Python example (code is at the bottom of this question): https://github.com/Deusdies/pythonbo/blob/master/06-sixthTutorial-moresignals.py I'm getting an ...
1
vote
1answer
24 views

PySide: How to get the layout containing a given widget?

From a given widget, is it possible to get the layout that contains it? I'm doing a dynamic form, and my widget hierarchy looks like: QDialogBox |- QVBoxLayout |- QHBoxLayout 1 |- Widget 1 ...
0
votes
0answers
6 views

Pyside Qtneworkproxy and https resources

I am a newbie with pyside and Qt per se , my problem is that when in my application i try to fetch a https resource via proxy(using Qtnetowrkproxy class ) and display it using qtwebkit it does not ...
0
votes
0answers
20 views

Qt with python (pyside) rotation check fails

I have problem with rotation check with QGraphicsItemGroup. Several items are grouped into group which is rotating in scene. After rotation, the QGraphicsItem.rotation() always returns 0. The group is ...
0
votes
1answer
21 views

how to reflect download progress onto QtableView or QtableWidget?

I want to make a download tool .I use the following part code for downloading see the code here now I am facing a problem :I don’t know how to reflect download progress onto QtableView or ...
0
votes
1answer
12 views

multiple arguments with PySide QtCore.Slot decorator

How do you define multiple arguments? What types are supported? And why does it sometimes fail when I combine it with another decorator?
0
votes
1answer
26 views

1 QPushButton control 2 action from 2 different class

This is a pyside GUI, I have created 2 panel in 2 different .py files, main.py and sub.py each panel will display a we browser 'QWebView'. Currently when user press the button on main.py it will ...
0
votes
1answer
24 views

QComboBox.currentText() — PySide vs PyQt4

I've got a python script using PySide and it works fine. But then I thought to check if it gonna work with PyQt4. And after changing the import strings to PyQt4, things went wrong. The error points to ...
0
votes
1answer
9 views

Multiple child widgets in pyside

I want to have multiple children of one QWidget. However, when I just set a child multiple times, only the last one to be set shows up. The ultimate goal is to put this widget in a QScrollArea. Here ...
1
vote
0answers
39 views

PySide: Returning a value from a slot

The Pyside documentation states that slots can have return values, but I have yet to figure out how make it do so. I couldn't find any usable code samples on this, so I've added a decorator as the ...
0
votes
1answer
57 views

convert a list of delimited strings to a tree/nested dict, using python

I am trying to convert a list of dot-separated strings, e.g. ['one.two.three.four', 'one.six.seven.eight', 'five.nine.ten', 'twelve.zero'] into a tree (nested lists or dicts - anything that is easy ...
1
vote
0answers
112 views
+50

PySide / Qt : Too many arguments to connect a signal to a slot?

I'm trying to connect a custom signal (in a TCP client class) to a method that updates a log with the data sent by the server and whatnot. Here's the declaration of the TCP client class: class ...
0
votes
1answer
29 views

Is it possible to set the default property of a Qt widget?

This is my first time creating a GUI using Qt. In an application where there are a lot of Group Boxes, I would like to have them all have the "flat" property enabled. Is there a way to change the ...
0
votes
1answer
20 views

Implementing PySide callout

I'm working on a GUI application using Python 2.7 and PySide (Qt wrapper). I want to have callout widgets floating above other widgets (similar to tool tips), but without using the standard tooltip ...
1
vote
1answer
34 views

Checking membership in python list trouble

I encountered problem with item membership in list, which I can't understand. While checking is some object instance in list( with simple "item in list" ) it returns me False even if the instance is ...
4
votes
0answers
38 views

QApplication is not running in main thread when building PySide app bundle with py2app

I am having problems building my PySide Python app using py2app (for OS X). It appears that something funny happens with threads on the app bundle. Here is the minimal example from PySide.QtCore ...
1
vote
0answers
53 views

QUiLoader not loading layouts from .ui file

I have a plugin for an application which provides the ability to use PyQt4 to create widgets which they can use to make their own tools for the application. The QApplication is maintained by a C++ ...
1
vote
1answer
24 views

Qt : Segfault when zooming on QGraphicsDropShadowEffect

I've been experiencing a really weird bug recently: Often when I zoom too much on a QGraphicsItem (using scale on the view containing it) that has a QGraphicsDropShadowEffect on it, my app closes ...
0
votes
1answer
63 views

pyside show.ui > showGui.py error: No module named pkg-resources (Windows 7 64 bit)

I am trying to convert an .ui-file into a .py-file and it does not find the module named above in the title. Information about my setup (perhaps here is the problem?): C:\Entwicklung\Python33 ...
-1
votes
0answers
19 views

detect all the network erroneous cases with Qt [closed]

detect all the network erroneous cases with Qt I want to get Page Source by the following code ,I wonder is it enough to detect all the network erroneous cases with the following code ?
0
votes
0answers
19 views

PySide: QMetaObject.connectSlotsByName emits warnings “No matching signal…” but still works..?

In Qt Designer, I created a QDialog window and used pysideuic to compile that to a base class which contains a setupUi method initialising all GUI elements and which I extend to implement the ...
1
vote
1answer
25 views

Dictionary in QML

I have a python code that sending a dictionary to my QML. I want to know how could I have keys of dictionary and length of dictionary in QML?
1
vote
0answers
28 views

Pyside QGraphicsScene event

I am reading the documentation about QGraphicsScene and View in pyside but I can't find the way to get a signal that warns me when a QGraphicsItem goes beyond the scene, in order to know when I can do ...
0
votes
0answers
23 views

Problems Compiling PySide on MacOSX

I'm trying to compile PySide on a Mac (to use it with a software that has its own Python interpreter, that's why I can't use the binaries installers), and I have some issues I don't know how to ...
0
votes
0answers
28 views

pyside 1.1.2 taking blank screenshots on windows7

I have an issue taking screenshots of the web page using PySide-1.1.2.win32-py2.7.exe (Python library) installed on windows7 PC. import sys, os import time, Image from PySide.QtCore import Qt, QUrl, ...
0
votes
1answer
27 views

PySide QtCore.QThreadPool and QApplication.quit() causes hangs?

I want to use Qt's QThreadPool, but it seems to be hanging my application if the workers in the queue do not finish before calling QApplication.quit(). Can anyone tell me if i'm doing something wrong ...
0
votes
0answers
42 views

PySide Qt threading: Why won't my QThreads quit?

I have a task that periodically gets data from a blocking event and wants to send it to the rest of an application. This blocking event cannot be made nonblocking, so I want to use threads to wait on ...
1
vote
2answers
40 views

In Pyqt/PySide How to set different color in on cell of the TableView

I get data from database and show it on a TableView. In one cell some keywords should be more obvious to the user like warnning critical and so on. I know how to change the font color of the whole ...
0
votes
0answers
27 views

PySide: Collision testing a QGraphicsRectItem that ignores item transformations, after zooming in view

I have a QGraphicsRectItem with the ItemIgnoresTransformations flag set, and want to attach cornergrabbers to it, like the ones in Microsoft paint: To do this, I have a QGraphicsRectItem as my ...
0
votes
0answers
46 views

A scrolling list of widgets without QListWidget

I need to list a bunch of custom widgets in a scrolling area. I would normally just use QListWidget, but that does not do smooth scrolling, which for me is a necessity. I found this question about ...
0
votes
0answers
11 views

Font's clutter when make execute for windows with py2exe

I have an application that wroten by PySide and QML. But I make an exe for windows os my application font's don't show correctly! my setup.py from distutils.core import setup import py2exe setup( ...
0
votes
1answer
64 views

QNetworkReply doesn't abort/close

EDIT: I've prepared this SSCCE for your convenience: (just run it) from PyQt4 import QtCore, QtGui, QtNetwork from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtNetwork import ...
0
votes
1answer
39 views

How do I get the or set the native highlight color of a QWidget?

I have created a custom QWidgetAction to offer two menu options; some text and a delete icon. I can easily control the highlight color through :hover in the a stylesheet, but I don't want to ...
0
votes
1answer
31 views

Drag'n'Drop from Outlook only for one Attachment in Qt?

I accept drops from Outlook in my application. Extract the filenames were a funny torture, but now I have a list of them. But if I ask for the FileContents it is always empty for messages (.msg ...
0
votes
1answer
65 views

PySide QML project on android

I have made an application over pyside and qml for pc and I am interested to know how I can run this on android tablet. P.S.: My Program uses socket, threading and mongodb too.
0
votes
0answers
21 views

Using pyside with QWebView and QUiLoader: what dependencies are needed

The following code works on one Ubuntu machine, but one a new one. I believe this is a dependency issue, but I have already installed all packages with pyside or qt4 in their names. I am loading a ui ...
0
votes
0answers
45 views

PDF with QWebView: missing refresh/repaint after loading

I use the QWebView (python 3.3 + pyside 1.1.2 + Qt 4.8) as FileViewer. Picture, Text, HTML, ... all fine, but PDF has a display problem. I tested two possible ways. internal pdf viewer: after use ...
0
votes
0answers
27 views

quickly vs cx_freeze for ubuntu application development

I want to use PySide and Python for application development in Ubuntu. As far as I can see, I have two options: Use cx_freeze to create an executable file and other pertaining files and then go ...
0
votes
1answer
106 views

Qt Designer - Generate only one .ui file with several widgets

I started using Qt Designer a few weeks ago to generate some custom widgets for my PySide application. There is something I wish I could do, but I cannot manage to find how: I would like to save all ...
0
votes
0answers
20 views

How build and element after destroy in QML?

For example think I have element like this Rectangle { id: test } I want to destroy it then load it again(reload) How could I do this?
0
votes
0answers
39 views

PySide/PyQt : Display windows console as it is in a PySide/PyQt GUI. (not using QProcess or subprocess)

Can some-one please, for god's sake help me out on this task? I have the following requirement. -- Display a main-window using PySide QtGui -- It is to be split into two horizontal sections. -- In ...
1
vote
0answers
43 views

Python QtWebKit 2nd link not downloaded

I am trying to download the content of both the links.The first link works properly and the content is downloaded as a html file.But the content of the 2 nd link(a text file) is not downloaded.Please ...
0
votes
1answer
31 views

PySide and GNU gettext

I have been using PySide for a while, and GNU gettext as the internationalization tool for a project. It worked quite fine until I started using Qt Designer to generate my custom widget classes: ...
0
votes
1answer
48 views

how load javascript from local computer in pyside qwebview?

my files messi_fan.py barcelona_fan.html jq.js in same directory. messi_fan.py f = open('barcelona_fan.html', 'r') html = f.read() f.close() self.webView = ...
0
votes
1answer
89 views

How to handle mouse events in Qt?

Dragging, panning and mouse tracking items in Qt scene are the 3 actions which I want to simultaneously use in my app. However, it is more difficult than I thought. Example code : from ...
0
votes
0answers
41 views

QProgressBar on QStatusBar : how to remove the 2 little vertical lines on either side of the QprogressBar?

I add a QProgressBar following a QLabel to the QStatusBar by the following code ,but the QProgressBar is lined with 2 little vertical lines . I wonder how to remove the 2 vertical lines ? import sys ...

1 2 3 4 5 15