Questions tagged as 'pyside'

1
answer

Import a UI schema in PySide

I have a PyQt StyleSheet scheme in a separate document that I want to import into a UI. I'm doing the following: style_sheet_file = qc.QFile(os.path.join(os.path.dirname(__file__), 'stylesheets', 'scheme.qss')) style_sheet_file.open...
asked by 17.07.2017 / 14:18
1
answer

Python - Pop up window with wait message. Qt, Pyside

I have a program with an interface made with Qt, Pyside. After completing the fields of the interface the program performs actions that take a while. What I would like is to put a pop-up window with a message and that does not let the user...
asked by 15.02.2018 / 08:53
1
answer

Clean LineEdits and Labels when closing Pyside sub window

I have a program with an interface made with Pyside. It is very simple and consists of 2 windows, the main (1st) and a secondary (2nd) with a lot of lines edits and labels to fill. What I would like to know is if there is a way so that when you...
asked by 09.01.2018 / 12:56
0
answers

How to create borderless window in PySide?

I have the following code in PySide in Maya: import maya.cmds as cmds from PySide import QtCore, QtGui import maya.OpenMayaUI as mui import shiboken def getMayaWindow(): pointer = mui.MQtUtil.mainWindow() return shiboken.wrapInstance(...
asked by 27.06.2017 / 16:49