Skip to content

Password line edit using Qt Widgets with hide toggle

License

Notifications You must be signed in to change notification settings

xaprier/XQPwdLineEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XQPwdLineEdit

Password line edit using Qt Widgets with show/hide toggle

📌 Adding XQPwdLineEdit as a Git Submodule

  1. Navigate to your project directory:
cd /path/to/your/project
  1. Add the repository as a submodule:
git submodule add https://github.com/xaprier/XQPwdLineEdit your_lib_directory/XQPwdLineEdit
  1. Initialize and update the submodule:
git submodule update --init --recursive
  1. Linking XQPwdLineEdit with CMake
add_subdirectory(your_lib_directory/XQPwdLineEdit)
target_link_libraries(${PROJECT_NAME} PRIVATE XQPwdLineEdit)

📚 Dependencies

  • CMake(Building project)
  • Qt(Widgets)
  • Git(Just for cloning repository)

✨ Contributors

About

Password line edit using Qt Widgets with hide toggle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published