IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
994 stars 160 forks source link

Fix multiple profiles issue for Qt6 #681

Closed souk4711 closed 3 days ago

souk4711 commented 1 month ago

since qt api changed, the profile combobox on mainwindow cannot be changed successfully when using Qt6 version.

Qt5: Qcombobox#currentIndexChanged Qt6: Qcombobox#currentIndexChanged & Qcombobox#currentTextChanged