formlayout icon indicating copy to clipboard operation
formlayout copied to clipboard

The most easy way to create Qt form dialogs and widgets with Python

Results 25 formlayout issues
Sort by recently updated
recently updated
newest added

from matplotlib.backend_tools import ToolBase from matplotlib.backends.qt_editor._formlayout import fedit import matplotlib.pyplot as plt import matplotlib import pandas as pd import os class Save(ToolBase): default_keymap = 'X' description = 'Save dataframe to...

derived from patch proposed per @WinterWonderland

Trying to run the advanced.py example verbatim on my Ubuntu 18.04 system and getting this error message: `TypeError: 'PySide.QtGui.QSpinBox' object is not callable TypeError: 'PySide.QtGui.QSpinBox' object is not callable Traceback...

add support for the PySide2 module. testet with the examples in formlayout.py with pyside, pyside2 and pyqt5.

I'm using PySide, python 2.7, 32 bit on windows. I get an error in getfile of FileLayout because the return value of QfileDialog.getOpenFileName is a tuple. I've added the following...

#1 Thank you for making this, literally made my month. #2 I am trying to add a series of bool/checkbox's next to each other on same "row"/ horizontally, is this...

@fgallaire Have you compiled a program with formlayout successfully with either of these programs? I spent the better part of yesterday and the day before, trying to get pyinstaller or...

Normally i woudl ask on a mailling list, but i did't find one. Is there a way to use formlayout to design normal widgets which than can be used in...

enhancement