/vListWidget

A new list widget for Qt also with plugin to used inside Qt Creator and also support for filtering and data manipulation

Primary LanguageC++MIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

vListWidget

vListWidget is a custom widget with plugin for Qt creator and it behaves like standard QListWidget. You're able to load a list of items in this widget and beside that this widget support other functionalities that is necessary when a user deal with a list of items such as filtering and data manipulation. Also you're now able to load a list QVariant items instead of QString items and it means you can get rid of conversion to QString.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[Product Name Screen Shot]

(back to top)

Built With

  • Qt v6.0

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

In order to be able use this custom widget you need to install Qt Framework

Installation

  1. Clone the repo
    git clone https://github.com/vRFEducation/vListWidget.git
  2. Open .pro file in Qt Creator
  3. Compile the project and copy .so file both in Qt creator designer plugin path and also to your project
  4. Add vListWidget.h file to your project
  5. Open Qt creator and enjoy drag&drop this widget on forms and dialogs

(back to top)

Usage

Most of the time when we need to deal with a list of items, we just put a QListWidget on our UIs and then load data inside it. In the case that we need to filter data or even add/remove item from list we need to do all these stuffs manually. vListWidget is designed specifically for this purpose and it provide all those functionalities for us without need to right any codes.

(back to top)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Vahid Rahmanifard - LinkedIn - rahmanifard@live.com

Project Link: https://github.com/vRFEducation/vListWidget

(back to top)