Skip to content

Commonly used things in pyqt projects. Mainly experimenting with setuptools and installing scripts for the first time

Notifications You must be signed in to change notification settings

kgolcyns/PandasDataFramePyQtModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandasDataFramePyQtModel

Simple conviennce model of QAbstractTableModel with pandas dataframe. Contains base classes with built in features predefined, like tooltips, etc.

Installation

The Wizard will guide you through the package installation process.

Test Install Command: pip install --user --dry-run --editable . From inside the folder that contains setup.py, if the dry run looks reasonable, run without --dry-run to install in user directory as an editable package.

Usage

PandasDataFrameModel class from MyModels.TableModel import PandasDataFrameModel

Testing

To test simply: python -m MyModels.TableModel

About

Commonly used things in pyqt projects. Mainly experimenting with setuptools and installing scripts for the first time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages