Skip to main content

Simple PyQt Widget which contains QListWidget and add, delete QPushButton to add and delete file in the list

Project description

pyqt-top-left-right-file-list-widget

Simple PyQt widget which contains QListWidget and add, delete QPushButton to add and delete file in the list

Requirements

PyQt5 >= 5.8

Setup

python -m pip install pyqt-top-left-right-file-list-widget

Included packages

Detailed Description

  • Being able to add files to list, select multiple files on the list to delete, clear list.

  • Being able to drop the files to the list

  • Check the duplicated files' name

  • User can able to choose the option to show files' name as absolute name or base name with "Show file name only" checkbox.

  • setLabel(text: str) - Set the label at the left side.

  • setExtensions(ext_lst: list) - Define the specific extensions to add.

  • setDuplicateEnabled(f: bool) - Allow to add duplicate name to list.

  • isDuplicateEnabled() -> bool

Example

Code Example

from PyQt5.QtWidgets import QApplication

from pyqt_top_left_right_file_list_widget.topLeftRightFileListWidget import TopLeftRightFileListWidget





if __name__ == "__main__":

    import sys



    app = QApplication(sys.argv)

    topLeftRightFileListWidget = TopLeftRightFileListWidget()

    topLeftRightFileListWidget.show()

    app.exec_()

Result

image

Show file name only

image

You can select multiple files on the list. If at least one file is selected, delete button(red dash icon) will be clickable.

image

Click it and selected ones will be removed from the list.

image

If some of files you want to add already exist in the list, Notice dialog will pop up to show you which files exist in the list. If you click OK, it will add files which are not duplicated. Otherwise none of files you want to add will be on the list.

image

Note

I'm currently working with "Don't ask again" feature. Hope you don't mind.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqt-top-left-right-file-list-widget-0.0.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file pyqt-top-left-right-file-list-widget-0.0.1.tar.gz.

File metadata

File hashes

Hashes for pyqt-top-left-right-file-list-widget-0.0.1.tar.gz
Algorithm Hash digest
SHA256 717e10bdd58fda944922f47e48eee60a5ccdbbb6e568f3d9a4784f803eb77dea
MD5 2753a1a68b8cc58fd86511f35e1b6055
BLAKE2b-256 0f9e3a4327c30a407faffa96efe6617daf6b2b9c5e75a956ad953cab2f09a2c7

See more details on using hashes here.

File details

Details for the file pyqt_top_left_right_file_list_widget-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyqt_top_left_right_file_list_widget-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a4476b47b56ee88e59e2c1d41657b9fdeb2de0aaf668015cb159fe3ef28f157
MD5 737d6377b7dd53c3417219d93bbcae53
BLAKE2b-256 48cac2e2baf4e3943cf5a7b52ce8f3fcdf9cd93a519b21c2bc327bd9e2ad502e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page