Password line edit using Qt Widgets with show/hide toggle
- Navigate to your project directory:
cd /path/to/your/project
- Add the repository as a submodule:
git submodule add https://github.com/xaprier/XQPwdLineEdit your_lib_directory/XQPwdLineEdit
- Initialize and update the submodule:
git submodule update --init --recursive
- Linking XQPwdLineEdit with CMake
add_subdirectory(your_lib_directory/XQPwdLineEdit)
target_link_libraries(${PROJECT_NAME} PRIVATE XQPwdLineEdit)
- CMake(Building project)
- Qt(Widgets)
- Git(Just for cloning repository)